This repository has been archived by the owner on Mar 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
80 lines (73 loc) · 2.75 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
69
70
71
72
73
74
75
76
77
78
79
80
site_name: Project Books Docs
edit_uri: docs/edit/main/docs
repo_name: GitHub
repo_url: https://github.com/Project-Books
nav:
- Home: index.md
- UI/UX Design:
- Design: design/design.md
- Tools we use: design/design-tools.md
- Development:
- Contributing: development/contributing.md
- Style Guides:
- Java Style Guide: development/styleguides/java-styleguide.md
- React Style Guide: development/styleguides/react-styleguide.md
- TypeScript Style Guide: development/styleguides/typescript-styleguide.md
- How to:
- Connect to the backend with Postman: development/how-to/backend-postman.md
- Rewriting pushed commits with a different email address: development/how-to/rewrite-pushed-commits.md
- Troubleshoot: development/how-to/troubleshoot.md
- Maintaining:
- Becoming a maintainer: development/maintaining/maintainer.md
- Becoming a triager: development/maintaining/triager.md
- Code reviews: development/maintaining/code-reviews.md
- Core team: development/maintaining/core-team.md
- Conduct:
- Code of Conduct: conduct/code-of-conduct.md
- Code of conduct resolutions: conduct/code-of-conduct-resolutions.md
- About:
- Core principles: about/core-principles.md
- FAQ: about/faq.md
- Vision: about/vision.md
theme:
name: material
palette:
# Light side
- scheme: default
# - media: "(prefers-color-scheme: light)"
primary: white
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to the dark side
# Dark side
- scheme: slaet
# - media: "(prefers-color-scheme: dark)"
primary: black
accent: red
toggle:
icon: material/toggle-switch
name: Switch to the light side
icon:
repo: octicons/mark-github-16
favicon: assets/favicon.png
features:
- navigation.top
- navigation.tabs
markdown_extensions:
- admonition
- footnotes
- pymdownx.highlight:
linenums: true
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- tables
- toc:
permalink: True
extra:
social:
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/teambookproject/shared_invite/zt-punc8os7-Iz9PTCAkYcO_0S~XwtO5_A
name: Book Project Slack Workspace