-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathmkdocs.yml
38 lines (33 loc) · 919 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
site_name: 'GanttProject Docs'
site_description: 'Assorted bits of GanttProject Documentation'
site_author: 'BarD Software s.r.o'
site_url: 'http://docs.ganttproject.biz'
theme:
name: 'material'
palette:
primary: '#616161'
accent: orange
copyright: 'Copyright © 2018 - 2020 BarD Software s.r.o'
nav:
- 'For End Users': 'user/index.md'
- 'For Developers': 'development/index.md'
- Releases: 'releases/index.md'
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/bardsoftware/ganttproject'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/ganttproject'
- icon: 'fontawesome/brands/facebook'
link: 'https://facebook.com/ganttproject'
# Google Analytics
google_analytics:
- 'UA-1173427-1'
- 'auto'
# Extensions
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true