forked from FORTH-ICS-INSPIRE/artemis
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (59 loc) · 1.79 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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
site_name: Artemis Docs
nav:
- Home: index.md
- Getting Started:
- "Logic and Microservices": logic.md
- "Technical Requirements": requirements.md
- "First Steps": gettingstarted.md
- "Installation and Setup": installsetup.md
- "Running ARTEMIS": running.md
- "Web Application": webapp.md
- "Upgrading": upgrade.md
- "Best Practices": bestpractices.md
- "Moving Folders": movingrepo.md
- Configuration:
- Basic: basicconf.md
- "Environment Variables": envvars.md
- Logging: loggingconf.md
- LDAP: ldapconf.md
- "RPKI Validation": rpkivalidconf.md
- "ExaBGP Local Feed": exabgpfeed.md
- Details:
- "BGP Update Information": bgpupdateinfo.md
- "Hijack Information": hijackinfo.md
- Redis: redisinfo.md
- Advanced:
- "Scaling Microservices": scaling.md
- "Auto-Configuration": autoconfiguration.md
- "Auto-Mitigation": automitigation.md
- "Replaying History": history.md
- "Community Annotations": commannotations.md
- "Database restore": dbrestore.md
- "Decoupling Microservices": decouplingmicroservices.md
- "Grafana Dashboard": grafanadash.md
- "Private BMP feeds": bgpstreambmp.md
- Vagrant: vagrant.md
- Architecture: architecture.md
- Kubernetes: kubernetes.md
- APIs:
- GraphQL: graphqlapi.md
- Auth: authapi.md
- FAQ: faq.md
- Issues and Fixes: issuesfixes.md
- Changelog: changelog.md
theme:
name: material
favicon: images/artemis_icon.png
markdown_extensions:
- mdx_truly_sane_lists
- pymdownx.superfences
- markdown.extensions.tables
- pymdownx.saneheaders
- pymdownx.tasklist
- pymdownx.emoji
- pymdownx.tilde
- pymdownx.betterem
- pymdownx.magiclink
google_analytics:
- UA-55317739-7
- auto