-
Notifications
You must be signed in to change notification settings - Fork 14
/
mkdocs.yml
41 lines (38 loc) · 921 Bytes
/
mkdocs.yml
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
41
site_name: Copier Poetry
site_description: Copier template for Poetry projects.
site_url: https://pawamoy.github.io/copier-poetry
repo_url: https://github.com/pawamoy/copier-poetry
repo_name: pawamoy/copier-poetry
nav:
- Home:
- Overview: index.md
- Contributing: contributing.md
- Code of Conduct: code_of_conduct.md
- Changelog: changelog.md
- License: license.md
- Usage:
- Requirements: requirements.md
- Generating a project: generate.md
- Working on a project: work.md
- Updating a project: update.md
- Author's website: https://pawamoy.github.io/
theme:
name: material
palette:
scheme: slate
primary: teal
accent: purple
features:
- navigation.instant
- navigation.tabs
markdown_extensions:
- admonition
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist
- toc:
permalink: ¤