Skip to content

Commit

Permalink
Add a 'mike' mkdocs config. (#52)
Browse files Browse the repository at this point in the history
Signed-off-by: Dean Roehrich <[email protected]>
  • Loading branch information
roehrich-hpe authored May 8, 2023
1 parent 1f0183b commit 3a86914
Showing 1 changed file with 14 additions and 5 deletions.
19 changes: 14 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
site_name: NNF
site_description: 'Near Node Flash'
docs_dir: docs/
repo_name: GitHub
repo_name: 'NearNodeFlash/NearNodeFlash.github.io'
repo_url: https://github.com/NearNodeFlash/NearNodeFlash.github.io
copyright: '&copy; Copyright 2023 Hewlett Packard Enterprise Development LP'
nav:
Expand All @@ -22,22 +22,31 @@ nav:
theme:
name: 'material'
custom_dir: overrides
features:
- content.code.copy
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- navigation.footer
- toc.follow
- search.suggest
- search.highlight
- search.share
logo: img/logo.png
favicon: img/logo.png
plugins:
- search
- search:
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
- macros
- section-index
extra:
version:
provider: mike
default: latest
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.snippets
Expand Down

0 comments on commit 3a86914

Please sign in to comment.