Skip to content

chore: rename project to TestRepo and set up documentation infrastruc… #1

chore: rename project to TestRepo and set up documentation infrastruc…

chore: rename project to TestRepo and set up documentation infrastruc… #1

Workflow file for this run

site_name: TestRepo Docs

Check failure on line 1 in .github/workflows/mkdocs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/mkdocs.yml

Invalid workflow file

(Line: 1, Col: 1): Unexpected value 'site_name', (Line: 2, Col: 1): Unexpected value 'site_description', (Line: 3, Col: 1): Unexpected value 'site_author', (Line: 4, Col: 1): Unexpected value 'repo_name', (Line: 5, Col: 1): Unexpected value 'repo_url', (Line: 6, Col: 1): Unexpected value 'nav', (Line: 19, Col: 1): Unexpected value 'theme', (Line: 28, Col: 1): Unexpected value 'markdown_extensions', (Line: 34, Col: 1): Unexpected value 'plugins', (Line: 1, Col: 1): Required property is missing: jobs
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