ml_project/mkdocs.yml

13 lines
282 B
YAML

site_name: 'Test Score Predictor'
nav:
- Home: index.md
- API Reference: api-reference.md
- Model Information: model-info.md
- Getting Started: getting-started.md
plugins:
- techdocs-core
markdown_extensions:
- admonition
- pymdownx.highlight
- pymdownx.superfences