-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
44 lines (40 loc) · 1.08 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
site_name: WISP
site_url: https://docs.wisp.competemcgill.com
site_description: A training platform for competitive programming
repo_name: Compete McGill
repo_url: https://github.com/competemcgill
edit_uri: ""
nav:
- Introduction: index.md
- Getting Started: getting_started.md
- Architecture: architecture.md
- Microservices:
- General: microservices/general.md
- Problems: microservices/problems.md
- Users: microservices/users.md
theme:
name: "material"
# logo: "img/cp-logo.svg"
favicon: "img/cp-logo.svg"
icon:
logo: material/library
repo: fontawesome/brands/github
language: "en"
palette:
primary: "red"
accent: "red"
font:
text: "Roboto"
code: "Roboto Mono"
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/competemcgill
- icon: fontawesome/brands/instagram
link: https://www.instagram.com/competemcgill/
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/CompeteMcGill/
markdown_extensions:
- pymdownx.tabbed
- codehilite
- admonition