浏览代码

refactor: rename and restructure documentation files in mkdocs configuration

myhloli 4 月之前
父节点
当前提交
1b75f84402
共有 7 个文件被更改,包括 14 次插入8 次删除
  1. 0 0
      docs/en/demo/index.md
  2. 0 0
      docs/en/faq/index.md
  3. 0 0
      docs/en/reference/output_files.md
  4. 0 0
      docs/zh/demo/index.md
  5. 0 0
      docs/zh/faq/index.md
  6. 0 0
      docs/zh/reference/output_files.md
  7. 14 8
      mkdocs.yml

+ 0 - 0
docs/en/demo.md → docs/en/demo/index.md


+ 0 - 0
docs/en/faq.md → docs/en/faq/index.md


+ 0 - 0
docs/en/output_files.md → docs/en/reference/output_files.md


+ 0 - 0
docs/zh/demo.md → docs/zh/demo/index.md


+ 0 - 0
docs/zh/faq.md → docs/zh/faq/index.md


+ 0 - 0
docs/zh/output_files.md → docs/zh/reference/output_files.md


+ 14 - 8
mkdocs.yml

@@ -52,20 +52,26 @@ nav:
   - Home:
     - "MinerU": index.md
     - Quick Start:
-      - quick_start/index.md
+      - Quick Start: quick_start/index.md
       - Extension Modules: quick_start/extension_modules.md
       - Docker Deployment: quick_start/docker_deployment.md
     - Usage:
-      - usage/index.md
+      - Usage: usage/index.md
       - CLI Tools: usage/cli_tools.md
       - Model Source: usage/model_source.md
       - Advanced CLI Parameters: usage/advanced_cli_parameters.md
-    - Output File Format: output_files.md
-    - FAQ: faq.md
-    - Demo: demo.md
-  - Output File Format: output_files.md
-  - FAQ: faq.md
-  - Demo: demo.md
+    - Output File Format:
+      - Output File Format: reference/output_files.md
+    - FAQ:
+      - FAQ: faq/index.md
+    - Demo:
+      - Demo: demo/index.md
+  - Output File Format:
+    - Output File Format: reference/output_files.md
+  - FAQ:
+    - FAQ: faq/index.md
+  - Demo:
+    - Demo: demo/index.md
 
 
 plugins: