-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
23 changed files
with
1,977 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: doc | ||
title: Community Link | ||
layoutClass: m-nav-layout | ||
sidebar: false | ||
|
||
prev: false | ||
next: false | ||
editLink: false | ||
editor: false | ||
gitChangelog: false | ||
showComment: false | ||
metadata: false | ||
outline: [2,2] | ||
--- | ||
<style src="../../../../.vitepress/theme/style/nav.scss"></style> | ||
|
||
<script setup> | ||
import { ref } from "vue"; | ||
import { NAV_DATA } from './guidets/community.ts' | ||
const NAV_DATAS = ref(NAV_DATA) | ||
</script> | ||
|
||
# {{ $frontmatter.title }} | ||
## This part is still pending. | ||
<MNavLinks v-for="{title, items} in NAV_DATAS" :title="title" :items="items"/> |
2 changes: 1 addition & 1 deletion
2
docs/zh/Components/guide.ts → docs/en/doc/guide/guidets/KubeJS.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
6 changes: 3 additions & 3 deletions
6
docs/en/Components/guide.ts → docs/en/doc/guide/guidets/minecraft.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: doc | ||
title: Pixel Art | ||
layoutClass: m-nav-layout | ||
sidebar: false | ||
|
||
prev: false | ||
next: false | ||
editLink: false | ||
editor: false | ||
gitChangelog: false | ||
showComment: false | ||
metadata: false | ||
outline: [2,2] | ||
--- | ||
<style src="../../../../.vitepress/theme/style/nav.scss"></style> | ||
|
||
<script setup> | ||
import { ref } from "vue"; | ||
import { NAV_DATA } from './guidets/pixelart.ts' | ||
const NAV_DATAS = ref(NAV_DATA) | ||
</script> | ||
|
||
# {{ $frontmatter.title }} | ||
|
||
<MNavLinks v-for="{title, items} in NAV_DATAS" :title="title" :items="items"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: doc | ||
title: Art resources | ||
layoutClass: m-nav-layout | ||
sidebar: false | ||
|
||
prev: false | ||
next: false | ||
editLink: false | ||
editor: false | ||
gitChangelog: false | ||
showComment: false | ||
metadata: false | ||
outline: [2,2] | ||
--- | ||
<style src="../../../../.vitepress/theme/style/nav.scss"></style> | ||
|
||
<script setup> | ||
import { ref } from "vue"; | ||
import { NAV_DATA } from './guidets/resource.ts' | ||
const NAV_DATAS = ref(NAV_DATA) | ||
</script> | ||
|
||
# {{ $frontmatter.title }} | ||
## This part is still pending. | ||
<MNavLinks v-for="{title, items} in NAV_DATAS" :title="title" :items="items"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: doc | ||
title: KubeJS | ||
layoutClass: m-nav-layout | ||
sidebar: false | ||
|
||
prev: false | ||
next: false | ||
editLink: false | ||
editor: false | ||
gitChangelog: false | ||
showComment: false | ||
metadata: false | ||
outline: [2,2] | ||
--- | ||
<style src="../../../../.vitepress/theme/style/nav.scss"></style> | ||
|
||
<script setup> | ||
import { ref } from "vue"; | ||
import { NAV_DATA } from './guidets/KubeJS.ts' | ||
const NAV_DATAS = ref(NAV_DATA) | ||
</script> | ||
|
||
# {{ $frontmatter.title }} | ||
|
||
<MNavLinks v-for="{title, items} in NAV_DATAS" :title="title" :items="items"/> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
layout: doc | ||
title: 社区链接 | ||
layoutClass: m-nav-layout | ||
sidebar: false | ||
|
||
prev: false | ||
next: false | ||
editLink: false | ||
editor: false | ||
gitChangelog: false | ||
showComment: false | ||
metadata: false | ||
outline: [2,2] | ||
--- | ||
<style src="../../../../.vitepress/theme/style/nav.scss"></style> | ||
|
||
<script setup> | ||
import { ref } from "vue"; | ||
import { NAV_DATA } from './guidets/community.ts' | ||
const NAV_DATAS = ref(NAV_DATA) | ||
</script> | ||
|
||
# {{ $frontmatter.title }} | ||
## 该部分目前完全没有施工。 | ||
<MNavLinks v-for="{title, items} in NAV_DATAS" :title="title" :items="items"/> |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.