-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
68 lines (61 loc) · 1.66 KB
/
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: Serendipity - Dev. Guidelines
theme:
name: material
features:
- instant.loading
- navigation.indexes
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.instant
- navigation.top
- navigation.footer
- navigation.path
# - navigation.expand
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
plugins:
- search
- minify:
minify_html: true
- git-revision-date-localized:
type: date
- awesome-pages
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- pymdownx.details
- pymdownx.superfences
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- toc:
permalink: true
- attr_list
- md_in_html
extra_css:
- assets/css/custom.css
nav:
- Home: index.md
- Project Documentation:
- Get Started: project-docs/get-started.md
- Product Requirements Document (PRD):
- Discovery and Ideation — Worksheet: project-docs/discovery_and_ideation_worksheet_template.md
- PRD Template: project-docs/prd_template.md
- Technical Design Documentation:
- TDD Template: project-docs/tdd_template.md
- TDD Template (with examples): project-docs/tdd_template_with_examples.md
- Codebase Reference: code-reference/index.md
- Dev. Guidelines: dev-guidelines/index.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/SerendipityOrg/TradeMan-Dev-Guidelines