-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (75 loc) · 2.05 KB
/
mkdocs.yml
File metadata and controls
82 lines (75 loc) · 2.05 KB
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
81
82
site_name: ""
site_description: Official documentation for the Tenx Platform by 10 Academy
site_url: ""
theme:
name: material
custom_dir: overrides
font: false
logo: assets/images/tenx-logo.png
features:
- navigation.expand
- navigation.top
- navigation.tabs
- navigation.tabs.sticky
- navigation.instant
- content.code.copy
- search.suggest
- search.highlight
extra:
font:
text: Outfit
code: Fira Code
generator: false
extra_javascript:
- https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;700&display=swap
- javascripts/header-tabs.js
- javascripts/lazy-video.js
extra_css:
- stylesheets/extra.css
nav:
- Home: index.md
- Start:
- Getting Started: getting-started.md
- Platform Overview: platform-overview.md
- Roles:
- Admins: roles/admins.md
- Instructors: roles/instructors.md
- Learners: roles/learners.md
- Demos:
- Overview: demos/index.md
- Tenx Learning: demos/tenx-learning.md
- Apply: demos/apply.md
- Leap: demos/leap.md
- Management Dashboard: demos/dashboard.md
- Guides: guides/index.md
- Platforms:
- Tenx Learning:
- Overview: platforms/tenx-learning/index.md
- Trainee Guide: platforms/tenx-learning/trainee.md
- Staff Guide: platforms/tenx-learning/staff.md
- Apply:
- Overview: platforms/apply/index.md
- Applicant Guide: platforms/apply/applicant.md
- Staff Guide: platforms/apply/staff.md
- Leap:
- Overview: platforms/leap/index.md
- Trainee Guide: platforms/leap/trainee.md
- Staff Guide: platforms/leap/staff.md
- Management Dashboard:
- Overview: platforms/dashboard/index.md
- Organization Guide: platforms/dashboard/organization.md
- Apps: apps.md
- FAQ: faq.md
- Glossary: glossary.md
plugins:
- search
markdown_extensions:
- tables
- toc:
permalink: false
- admonition
- attr_list
- md_in_html
- pymdownx.superfences
- pymdownx.details
- pymdownx.mark