-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
47 lines (41 loc) · 1.04 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
site_name: Rosetta
theme:
name: material
logo: ../images/rosettalogo.png
favicon: ../images/favicon.png
font:
text: Roboto
palette:
- scheme: default
primary: white
accent: orange
toggle:
name: Switch to dark mode
icon: material/weather-night
- scheme: slate
primary: black
accent: orange
toggle:
name: Switch to light mode
icon: material/weather-sunny
nav:
- Introduction: index.md
- Installation: installation.md
- Dashboard: dashboard.md
- Data Sources: datasources.md
- Catalogs: catalogs.md
- Tags: tags.md
- Schedules: schedules.md
- Schema Evolution: schemaevolution.md
- Metadata Search: search.md
- SQL Explorer: sqlexplorer.md
- Data Transfer: datatransfer.md
- Collections: collections.md
- Alerts: alerts.md
- Security: security.md
- Admin Panel: adminpanel.md
extra:
generator: false
copyright: ⓒ <script>document.write(new Date().getFullYear())</script> RosettaDB. All rights reserved.
extra_css:
- ../theme/style.css