forked from salesforce/cantor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
37 lines (31 loc) · 788 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
site_name: Cantor
# Theme
theme:
name: 'material'
language: 'en'
palette:
primary: 'white'
accent: 'white'
favicon: 'favicon.ico'
logo: 'cantor-logo.png'
# Navigations
nav:
- "Introduction": "index.md"
- "Overview":
- "Motivations": "motivations.md"
- "Components": "components.md"
- "Namespaces": "namespaces.md"
- "Events": "events.md"
- "Objects": "objects.md"
- "Sets": "sets.md"
- "Getting started":
- "Embedded": "embedded.md"
# - "MySQL implementation": "mysql.md"
# - "H2 implementation": "h2.md"
# - "Server": "server.md"
- "License": "license.md"
# Github repository
repo_name: 'salesforce/cantor'
repo_url: 'https://github.com/salesforce/cantor'
# Copyright
copyright: 'Copyright © 2020 Salesforce'