Skip to content

Commit

Permalink
Repair error:fried_shrimp:
Browse files Browse the repository at this point in the history
  • Loading branch information
Ascotbe committed May 21, 2021
1 parent 2c79f84 commit 3aed023
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 8 deletions.
6 changes: 6 additions & 0 deletions README.CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,12 @@
项目中暂缺单个文档的英文翻译,如果英文好的小伙伴欢迎提交PR

> 在线预览
```
http://kernelhub.ascotbe.com
```

**中文文档 | [EnglishDocumentation](./README.md)**

> 编号列表
Expand Down
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/Documentation/config.js → docs/Docs/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ for line in lines:
*/
let config = {
title: 'Kernelhub',
home: '',
home: 'Info.md',
repo: 'Ascotbe/Kernelhub',
nav: [
{
title: '简介', path: '/Info'
title: '简介', path: '/'
},
{
title: '目录导航',type: 'dropdown', items: [
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
*/
let config = {
title: 'Kernelhub',
home: 'Home.md',
home: 'Info.md',
repo: 'Ascotbe/Kernelhub',
nav: [
{
title: 'Introduction', path: '/Info'
title: 'Introduction', path: '/'
},
{
title: 'Directory navigation',type: 'dropdown', items: [
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</head>
<body>
<script>
var latest_version = 'Documentation';
var latest_version = 'Docs';
var hash = window.location.hash;
if (!hash || hash.length == 0) {
hash = '#/';
Expand Down
6 changes: 3 additions & 3 deletions docs/init.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
var rootUrl = 'https://www.ascotbe.com/Medusa';
var rootUrl = 'https://www.ascotbe.com/kernelhub';

var versions = [
{ title: '中文', path: '/Documentation/' },
{ title: 'English', path: '/EnglishDocumentation/' },
{ title: '中文', path: '/Docs/' },
{ title: 'English', path: '/EnglishDocs/' },
]

var latestVersionIndex = 0;
Expand Down

0 comments on commit 3aed023

Please sign in to comment.