Skip to content

Commit 2c78392

Browse files
committed
update config
1 parent 1c41cce commit 2c78392

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/.vuepress/navbar/ja.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import { navbar } from "vuepress-theme-hope";
33
export const jaNavbar = navbar([
44
{ text: "ホーム", icon: "fas fa-house", link: "/ja/" },
55
{ text: "新イスクイル文法書", icon: "fas fa-book-open", link: "/ja/docs/" },
6-
{ text: "チュートリアル", icon: "fas fa-person-chalkboard", link: "/ja/tutorial/" },
6+
{ text: "チュートリアル", icon: "fas fa-person-chalkboard", link: "/tutorial/" },
77
{
88
text: "ツール",
99
icon: "fas fa-tools",

src/.vuepress/theme.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ export default hopeTheme({
9898

9999
docsearch: {
100100
appId: "Q8IC2K1VXW",
101-
apiKey: "f254e5608a1e396f9bde071de83c5284",
101+
apiKey: "adaf16519219256af2b995137041610e",
102102
indexName: "yuorbio",
103103
locales: {
104104
"/": {

src/tutorial/cl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ New Ithkuil 的原生书写系统是该语言所独有的,它既不是全音
110110

111111
## 预备课:音系和罗马字
112112

113-
请参考[音系](../doc/01)
113+
请参考[音系](../docs/01)
114114

115115
### 重读 – 音系
116116

0 commit comments

Comments
 (0)