-
Notifications
You must be signed in to change notification settings - Fork 26
/
mkdocs.yml
61 lines (60 loc) · 1.66 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
60
61
site_name: Ferma
theme: material
repo_name: 'Syncleus/Ferma'
repo_url: 'https://github.com/Syncleus/Ferma'
site_dir: 'target/mkdocs'
edit_uri: 'edit/master/docs'
site_description: 'An ORM / OGM for the TinkerPop graph stack.'
site_author: 'Syncleus'
copyright: 'Copyright © 2004 - 2018 Syncleus, Inc.'
site_url: 'http://syncleus.com/Ferma'
pages:
- Home: index.md
- Getting Started: getting_started.md
- Features: features.md
- Object Mapping: object_mapping.md
- Core Annotations:
- Overview: annotations/overview.md
- '@Adjacency': annotations/adjacency.md
- '@GraphElement': annotations/graphelement.md
- '@Incidence': annotations/incidence.md
- '@InVertex': annotations/invertex.md
- '@OutVertex': annotations/outvertex.md
- '@Property': annotations/property.md
- Comparing the Alternatives: comparing_the_alternatives.md
- Glossary: glossary.md
extra:
version: '3.3.0'
logo: 'images/ferma-logo.svg'
github:
download_release: true
palette:
primary: 'blue'
accent: 'deep orange'
author:
github: 'Syncleus'
social:
- type: 'github'
link: 'https://github.com/Syncleus'
disqus: 'syncleus'
markdown_extensions:
- codehilite
- admonition
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde