Add site menu

This commit is contained in:
Masterain
2023-05-21 22:41:54 -07:00
parent bd06aa9277
commit d1b2c0d64a
4 changed files with 22 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ actions:
- text: Quick Start - text: Quick Start
link: quick-start.html link: quick-start.html
- text: Document - text: Document
link: features/ link: menu.html
- text: Project - text: Project
link: project.html link: project.html
@@ -98,7 +98,6 @@ You can make contribution by the following ways:
Snap Hutao is currently using software from the following service providers. Snap Hutao is currently using software from the following service providers.
<a href="https://www.netlify.com"> <a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify" /> <img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify" />
</a> </a>

10
docs/en/menu.md Normal file
View File

@@ -0,0 +1,10 @@
---
headerDepth: 0
comment: false
sidebar: false
index: false
---
# Site Menu
<AutoCatalog base="/en/" level="3" />

View File

@@ -13,7 +13,7 @@ actions:
- text: 快速开始 - text: 快速开始
link: quick-start.html link: quick-start.html
- text: 文档 - text: 文档
link: features/ link: menu.html
- text: 项目介绍 - text: 项目介绍
link: project.html link: project.html

10
docs/zh/menu.md Normal file
View File

@@ -0,0 +1,10 @@
---
headerDepth: 0
comment: false
sidebar: false
index: false
---
# 全站目录
<AutoCatalog base="/zh/" level="3" />