Skip to content

Commit

Permalink
fix structur failure
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Jansen <[email protected]>
(cherry picked from commit 15ec30a)

# Conflicts:
#	mkdocs.yml
  • Loading branch information
farodin91 committed Nov 16, 2023
1 parent 85b0e5c commit 3a08928
Showing 1 changed file with 16 additions and 13 deletions.
29 changes: 16 additions & 13 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,9 @@ plugins:
theme:
language: 'en'
name: 'material'
feature:
tabs: false
features:
- navigation.footer
- navigation.tabs
palette:
primary: 'green'
accent: 'teal'
Expand All @@ -74,14 +75,23 @@ extra_css:

extra:
social:
- type: github-alt
- icon: fontawesome/brands/github
link: https://github.com/janusgraph
- type: twitter
- icon: fontawesome/brands/discord
link: https://discord.gg/5n4fjv4QAf
- icon: fontawesome/brands/x-twitter
link: https://twitter.com/janusgraph
- type: envelope
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/janusgraph
- icon: fontawesome/solid/envelope
link: https://lists.lfaidata.foundation/g/janusgraph-users
- type: envelope
- icon: fontawesome/solid/envelope
link: https://lists.lfaidata.foundation/g/janusgraph-dev
latest_version: 0.6.4
snapshot_version: 0.6.5-SNAPSHOT
tinkerpop_version: 3.5.7
hadoop2_version: 2.8.5
jamm_version: 0.3.0

markdown_extensions:
- pymdownx.superfences
Expand Down Expand Up @@ -166,10 +176,3 @@ nav:
- Common Questions: common-questions.md
- Development: development.md
- Changelog: changelog.md

extra:
latest_version: 0.6.4
snapshot_version: 0.6.5-SNAPSHOT
tinkerpop_version: 3.5.7
hadoop2_version: 2.8.5
jamm_version: 0.3.0

0 comments on commit 3a08928

Please sign in to comment.