chore: rename project to TestRepo and set up documentation infrastruc… #1
This file contains hidden or 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
| site_name: TestRepo Docs | ||
|
Check failure on line 1 in .github/workflows/mkdocs.yml
|
||
| site_description: "TestRepo — 模型与工具文档" | ||
| site_author: autoMBD | ||
| repo_name: autoMBD/TestRepo | ||
| repo_url: https://github.com/autoMBD/TestRepo | ||
| nav: | ||
| - Home: index.md | ||
| - Quick Start: getting-started.md | ||
| - Tutorials: | ||
| - Quick Tutorial: tutorials/tutorial-quick.md | ||
| - Advanced: tutorials/tutorial-advanced.md | ||
| - Examples: examples/index.md | ||
| - Models: | ||
| - MODEL_A: models/MODEL_A.md | ||
| - API: api/index.md | ||
| - Contributing: contributing.md | ||
| - Changelog: changelog.md | ||
| theme: | ||
| name: material | ||
| palette: | ||
| primary: 'indigo' | ||
| accent: 'indigo' | ||
| features: | ||
| - navigation.instant | ||
| - content.code.copy | ||
| markdown_extensions: | ||
| - toc: | ||
| permalink: true | ||
| - admonition | ||
| - pymdownx.superfences | ||
| - pymdownx.tabbed | ||
| plugins: | ||
| - search | ||
| - git-revision-date-localized: | ||
| enable: true | ||
| - mkdocs-simple-hooks | ||