-
Notifications
You must be signed in to change notification settings - Fork 34
/
mkdocs.yml
40 lines (40 loc) · 1012 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
39
40
site_name: Starbase
site_url: https://jupiterone.com/
repo_url: https://github.com/jupiterone/starbase
edit_uri: edit/main/docs/
nav:
- About: index.md
- Getting Started:
- Installation: installation.md
- Docker: docker.md
- Integrations:
- Integrations Overview: integrations/index.md
- Azure: integrations/azure.md
- Google Cloud: integrations/google-cloud.md
- Contact: contact.md
theme:
name: 'material'
logo: assets/logo.svg
favicon: assets/logo.svg
font:
text: Lato
palette:
scheme: starbase
features:
- navigation.tabs
- navigation.sections
- navigation.tabs.sticky
markdown_extensions:
- admonition
- attr_list
- def_list
extra_css:
- stylesheets/layout.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jupiterone/starbase
- icon: fontawesome/brands/twitter
link: https://twitter.com/jupiterone
- icon: fontawesome/brands/slack
link: https://twitter.com/jupiterone