浏览代码

docs: add demo and FAQ sections, update mkdocs configuration for improved navigation

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

+ 6 - 0
docs/en/demo.md

@@ -0,0 +1,6 @@
+<script
+	type="module"
+	src="https://gradio.s3-us-west-2.amazonaws.com/5.35.0/gradio.js"
+></script>
+
+<gradio-app src="https://opendatalab-mineru.hf.space"></gradio-app>

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


+ 1 - 0
docs/zh/demo.md

@@ -0,0 +1 @@
+<iframe title="iframe" allowfullscreen="" class="iframeResizer___U3wJg" src="https://opendatalab-mineru.ms.show?t=1752577214918&amp;__theme=dark&amp;studio_token=1d5b1c59-136a-4bee-9812-20113cb91762&amp;backend_url=/" allow="accelerometer; ambient-light-sensor; autoplay; battery; camera; clipboard-read; clipboard-write; display-capture; document-domain; encrypted-media; fullscreen; geolocation; gyroscope; layout-animations; legacy-image-formats; magnetometer; microphone; midi; oversized-images; payment; picture-in-picture; publickey-credentials-get; sync-xhr; usb; vr ; wake-lock; xr-spatial-tracking" id="iFrameResizer0" style="min-height: calc(-40px + 100vh); width: 100%; flex-grow: 1; border: medium; overflow: auto; height: 1746px;"></iframe>

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


+ 7 - 3
mkdocs.yml

@@ -58,9 +58,13 @@ nav:
       - 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: FAQ/index.md
+  - FAQ: faq.md
+  - Demo: demo.md
+
 
 plugins:
   - search
@@ -83,7 +87,7 @@ plugins:
             CLI Tools: 命令行工具
             Model Source: 模型源
             Advanced CLI Parameters: 命令行参数进阶技巧
-            FAQ: FAQ
+            FAQ: 常见问题解答
             Output File Format: 输出文件格式
   - mkdocs-video