-
Notifications
You must be signed in to change notification settings - Fork 2
/
mkdocs.yml
74 lines (56 loc) · 1.87 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
site_name: DJ Knowledge Base
plugins:
#- search
#- mkpdfs
theme:
#name: readthedocs
#name: mkdocs
#name: rtd-dropdown
name: material
features:
# - navigation.instant
#- navigation.sections
#- navigation.tabs
markdown_extensions:
# this makes anchors at the headings
- toc:
permalink: yes
- admonition
- def_list
#- mdx_gh_links:
# user: mkdocs
# repo: mkdocs
# cat index.md | grep -- "^# " | awk -F, '{print "-",$1,":",$1".md" }'
# for file in `grep_onoff.sh ../mkdocs.yml nav | grep md | columnx.sh -1` ; do touch "$file" ; done
nav:
- About :
- About this KB : about.md
- DJ Census : dj_census.md
- DJ Hall of Fame : dj_hall_of_fame.md
- Traktor:
- OS-Folders organization : os_folders.md
- Traktor Features : traktor.md
- Traktor Elastic Beatgrids : traktor_elastic_beatgrids.md
- Traktor Slow preferences Window : traktor_slow_prefs.md
- Trakor Sound Quality : sound_quality.md
- Mappings & Controllers:
- Free Mappings : free_mappings.md
- BOME mappings migration : bome_mappings.md
- Mappings Tutorials : mapping_tutorials.md
- Hardware Controllers : hardware_controllers.md
- DJ Info:
- DJ Tutorials : dj_tutorials.md
- Effects : effects.md
- DJ Reviews : reviews.md
- DJ Information sources : dj_info_sources.md
- Music Styles : music_style.md
- Multiple DJ Softwares:
- DJ collection converters : dj_collection_converters.md
- Rekordbox v6 topics : rekordbox_v6.md
- MIXXX topics : mixxx.md
- Tools & Optimization:
- Free DJ Software Tools : free_dj_tools.md
- DJ Software optimization : dj_optimization.md
- Windows usage : windows.md
# Target for Edit in GitHub button.
#repo_url: https://github.com/MichaelCurrin/mkdocs-quickstart/