Skip to content

Commit 3a86914

Browse files
authored
Add a 'mike' mkdocs config. (#52)
Signed-off-by: Dean Roehrich <dean.roehrich@hpe.com>
1 parent 1f0183b commit 3a86914

1 file changed

Lines changed: 14 additions & 5 deletions

File tree

mkdocs.yml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: NNF
22
site_description: 'Near Node Flash'
33
docs_dir: docs/
4-
repo_name: GitHub
4+
repo_name: 'NearNodeFlash/NearNodeFlash.github.io'
55
repo_url: https://github.com/NearNodeFlash/NearNodeFlash.github.io
66
copyright: '&copy; Copyright 2023 Hewlett Packard Enterprise Development LP'
77
nav:
@@ -22,22 +22,31 @@ nav:
2222
theme:
2323
name: 'material'
2424
custom_dir: overrides
25+
features:
26+
- content.code.copy
27+
- navigation.instant
28+
- navigation.tracking
29+
- navigation.tabs
30+
- navigation.top
31+
- navigation.footer
32+
- toc.follow
33+
- search.suggest
34+
- search.highlight
35+
- search.share
2536
logo: img/logo.png
2637
favicon: img/logo.png
2738
plugins:
28-
- search
39+
- search:
40+
separator: '[\s\-,:!=\[\]()"/]+|(?!\b)(?=[A-Z][a-z])|\.(?!\d)|&[lg]t;'
2941
- macros
3042
- section-index
3143
extra:
3244
version:
3345
provider: mike
3446
default: latest
3547
markdown_extensions:
36-
- toc:
37-
permalink: true
3848
- pymdownx.highlight:
3949
anchor_linenums: true
40-
- admonition
4150
- pymdownx.details
4251
- pymdownx.inlinehilite
4352
- pymdownx.snippets

0 commit comments

Comments
 (0)