-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
45 lines (41 loc) · 1 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
site_name: Ferret
site_author: Brent Lintner
site_description: Documentation for Ferret and FerretCI.
copyright: 'Copyright © 2018 Forthright, Inc.'
site_dir: .docs-site
repo_url: https://github.com/forthright/ferret
docs_dir: docs
extra_css:
- css/ferret.css
theme:
name: 'material'
logo: 'img/ferret.svg'
favicon: 'img/favicon.ico'
language: 'en'
palette:
primary: 'grey'
accent: 'white'
font:
text: 'Roboto'
code: 'Roboto Mono'
extra:
social:
- type: 'twitter'
link: 'https://twitter.com/ferretci'
pages:
- ' ': index.md
- Docs:
- 'Getting Started': start.md
- 'Analyzing Your Code': analyze.md
- 'Language Support': lang.md
- '.ferret.yml': config.md
- 'Integrations': integrations.md
- 'Library API': library.md
- 'Creating a Plugin': plugins.md
- 'Editor Integration': editor.md
- 'Metadata Spec': metadata.md
- 'Web API': web_api.md
- About:
- 'FAQ': faq.md
- 'License': license.md
- 'Release Notes': release.md