-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
37 lines (33 loc) · 914 Bytes
/
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
site_name: Switchless docs
theme:
name: null
custom_dir: 'docs/custom_theme2/'
sidebars:
- about
- search
extra:
logo: files/asyncauto-school-logo.png
sidebars:
- about
- navigation
homepage_sidebars:
- about
- navigation
nav:
- Development:
- Introduction: 'development/introduction.md'
- Nodejs : 'development/nodejs.md'
- Sailsjs : 'development/sailsjs.md'
- Semantic UI : 'development/semantic.md'
- Challenges: 'development/challenges/index.md'
- Managing Timestamps: 'development/managing_timestamps.md'
- Courses:
- Engineer - Level 1: 'courses/engineer_level_1.md'
- Testing - Level 1: 'courses/testing_101.md'
plugins:
- search
# - encryptcontent:
# global_password: 'your_password'
markdown_extensions:
- toc:
permalink: true