-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
37 lines (37 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
site_name: mstor
site_url: https://www.mstor.org
theme:
name: material
favicon: images/favicon.png
logo: images/logo-48.png
repo_url: https://github.com/micronode/mstor
repo_name: micronode/mstor
google_analytics:
- auto
extra:
analytics:
provider: google
property:
disqus: mstor
social:
- icon: fontawesome/brands/github
link: https://github.com/benfortuna
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/benfortuna
- icon: fontawesome/brands/twitter
link: https://twitter.com/micronode
nav:
- Overview:
- Introduction: index.md
- Getting Started: getting-started.md
- Examples:
- Overview: examples/overview.md
- Features:
- Filtering: filtering.md
- Groovy: groovy.md
- Indexing: indexing.md
- Parsing: parser.md
- References:
- RFC Compliance: rfcs.md
- Resources: resources.md
- FAQ: faq.md