This repository has been archived by the owner on Oct 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
68 lines (61 loc) · 1.78 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: PeterPortal API Docs
repo_url: https://github.com/icssc/peterportal-public-api
repo_name: icssc/peterportal-public-api
theme:
name: material
favicon: images/peter_favicon.png
logo: images/peter_favicon.png
icon:
repo: fontawesome/brands/github
palette:
- scheme: default
primary: indigo
toggle:
icon: material/weather-night
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: light blue
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- admonition
- pymdownx.tabbed
- pymdownx.superfences
- pymdownx.details
- pymdownx.snippets:
base_path: docs/
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
nav:
- Home: index.md
- Getting Started: Introduction/Getting-Started.md
- REST API:
- Start Here: REST-API/start_here.md
- Courses: REST-API/courses.md
- Instructors: REST-API/instructors.md
- Grades: REST-API/grades.md
- Schedule of Classes: REST-API/schedule.md
- GraphQL API:
- Start Here: GraphQL-API/start_here.md
- Learn More: GraphQL-API/learn_more.md
- Playground: /graphql-playground
- Contributing:
- Start Here: Contributing/start_here.md
- How to Contribute: Contributing/how_to_contribute.md
- Documenting: Contributing/documenting.md
extra:
social:
- icon: fontawesome/brands/medium
link: https://icsscprojects.medium.com/
- icon: fontawesome/brands/github
link: https://github.com/icssc
copyright: Copyright © 2020 - 2021 ICSSC Projects
extra_css:
- css/termynal.css
- css/admonitions.css
extra_javascript:
- js/termynal.js
- js/custom.js