-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
40 lines (39 loc) · 904 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
38
39
40
pages:
- Home:
- 'index.md'
- 'getting-started.md'
- Features:
- 'annotations.md'
- 'referents.md'
- 'songs.md'
- 'artists.md'
- 'webpages.md'
- 'search.md'
- 'account.md'
- 'contributing.md'
site_name: Genius.NET Documentation
site_description: Documentation for Genius.NET library.
site_author: Prajjwal Dimri
repo_name: prajjwaldimri/Genius.NET
repo_url: https://github.com/prajjwaldimri/Genius.NET
theme:
name: 'material'
palette:
primary: 'indigo'
accent: 'amber'
logo: 'img/favicon.ico'
favicon: 'img/favicon.ico'
extra:
social:
- type: 'github'
link: 'https://github.com/prajjwaldimri'
- type: 'twitter'
link: 'https://twitter.com/prajjwaldimri'
- type: 'globe'
link: 'http://prajjwaldimri.me'
markdown_extensions:
- admonition
- codehilite:
linenums: true
- toc:
permalink: true