-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathmkdocs.yml
51 lines (51 loc) · 1.3 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
site_name: Neo4j Plugin for Liquibase
edit_uri: edit/main/docs/
nav:
- Home: index.md
- Download: download.md
- Quick start: quickstart.md
- 'Reference':
- 'Mental Model': reference-intro.md
- 'Configuration': reference-configuration.md
- 'Features': reference-features.md
- 'Presentations': presentations.md
- 'Alternatives': alternatives.md
repo_name: 'liquibase-neo4j'
repo_url: 'https://github.com/liquibase/liquibase-neo4j'
theme:
name: material
features:
- content.action.edit
- content.code.copy
icon:
edit: material/pencil
view: material/eye
plugins:
- markdownextradata: { }
- badges
- include-markdown:
opening_tag: "{!"
closing_tag: "!}"
dedent: true
extra:
maven_central: https://repo1.maven.org/maven2
github_repo: https://github.com/liquibase/liquibase-neo4j
liquibase_version: 4.31.0
group_id: org.liquibase.ext
group_id_url: org/liquibase/ext
artifact_id: liquibase-neo4j
version: 4.31.0.2
extra_css:
- css/extra.css
markdown_extensions:
- abbr
- admonition
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.highlight:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- toc:
permalink: "#"