From 3a869149e4984140b380563069de48825c13f3a6 Mon Sep 17 00:00:00 2001 From: Dean Roehrich Date: Mon, 8 May 2023 10:54:48 -0500 Subject: [PATCH] Add a 'mike' mkdocs config. (#52) Signed-off-by: Dean Roehrich --- mkdocs.yml | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 8fe0a15..9934d00 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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: '© Copyright 2023 Hewlett Packard Enterprise Development LP' nav: @@ -22,10 +22,22 @@ 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: @@ -33,11 +45,8 @@ extra: provider: mike default: latest markdown_extensions: - - toc: - permalink: true - pymdownx.highlight: anchor_linenums: true - - admonition - pymdownx.details - pymdownx.inlinehilite - pymdownx.snippets