-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathmkdocs.yml
70 lines (69 loc) · 1.81 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
site_name: Songbook Manual
repo_name: igrek51/android-songbook
repo_url: https://github.com/igrek51/android-songbook
site_author: igrek51
docs_dir: docs/pages
edit_uri: ''
theme:
name: material
icon:
repo: fontawesome/brands/github
logo: material/music-note
favicon: assets/favicon.png
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- scheme: slate
primary: black
accent: light blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
text: Roboto
code: Roboto Mono
features:
- navigation.expand
markdown_extensions:
- admonition
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- toc:
permalink: true
plugins:
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/igrek51/android-songbook
name: Songbook on GitHub
nav:
- About: index.md
- Quick User Guide: quick-guide.md
- Features:
- Transpose: transpose.md
- Autoscroll: autoscroll.md
- Chord diagrams: chord-diagrams.md
- Displaying Styles: displaying-styles.md
- Chord Notations: chord-notations.md
- Controls: controls.md
- Song Cast: song-cast.md
- Custom Songs:
- Chord Format Specification: chord-format.md
- Local Chords Editor: chords-editor.md
- Web Editor: web-editor.md
- Contributing: contributing.md
- Sharing by Link: sharing-by-link.md
- Development:
- Third Party Libraries: develop/tech-stack.md
- Copyright Notices: develop/copyright-notices.md
- Changelog: CHANGELOG.md