-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
40 lines (36 loc) · 1.29 KB
/
mkdocs.yml
File metadata and controls
40 lines (36 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
site_name: FastAPI Serverless
site_description: Generate FastAPI projects to deploy with Serverless.
site_url: https://triaxtec.github.io/fastapi-serverless-cookiecutter
theme:
name: 'material'
palette:
primary: 'blue'
accent: 'green'
icon:
repo: fontawesome/brands/github-alt
repo_name: triaxtec/fastapi-serverless-cookiecutter
repo_url: https://github.com/triaxtec/fastapi-serverless-cookiecutter
edit_uri: ''
nav:
- Intro: 'README.md'
- Next Steps: 'next_steps.md'
- What's in the Box?:
- Top Level: 'what_you_get/top_level.md'
- pyproject.toml:
- What You Get - pyproject.toml: 'what_you_get/pyproject.md'
- Private PyPI: 'what_you_get/pyproject/private_pypi.md'
- Dependencies: 'what_you_get/pyproject/dependencies.md'
- Dev Dependencies: 'what_you_get/pyproject/dev_dependencies.md'
- CLI Entrypoint: 'what_you_get/pyproject/cli.md'
- Tasks: 'what_you_get/pyproject/taskipy.md'
- Black: 'what_you_get/pyproject/black.md'
- isort: 'what_you_get/pyproject/isort.md'
- coverage: 'what_you_get/pyproject/coverage.md'
markdown_extensions:
- toc:
permalink: true
- markdown_include.include:
base_path: docs
- admonition
- codehilite:
linenums: true