-
Notifications
You must be signed in to change notification settings - Fork 30
/
mkdocs.yml
41 lines (38 loc) · 1.01 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
site_name: PeeringDB Docs
site_url: https://docs.peeringdb.com/
# This line adds the "Edit on GitHub" link
#repo_url: https://github.com/peeringdb/docs
theme:
name: mkdocs
custom_dir: peeringdb_theme/
analytics:
gtag: G-14LRNCMV44
nav:
- About: index.md
- Governance: gov.md
- Committees & Task Forces:
- Admin Committee: committee/admin/index.md
- Outreach Committee: committee/outreach/index.md
- Product Committee: committee/product/index.md
- Data Ownership Task Force: taskforce/dataownership/index.md
- Technical:
- Release Notes: release_notes/index.md
- API Specs: api_specs.md
- IX-F JSON: ix-f-json-import-rules.md
- OAuth: oauth.md
- Translations: translation.md
- Developer Documentation: https://github.com/peeringdb/peeringdb/tree/master/docs
- HOWTOs: howtos.md
- FAQs: faq.md
- Blogs: blogs.md
extra_css:
- extra.css
markdown_extensions:
- abbr
- admonition
- def_list
- footnotes
- tables
- markdown_include.include
- nl2br
- toc