From 8eacfa671708f6683fae8d03c7a02a27cdf469f5 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Tue, 8 Jan 2019 02:14:46 +0100 Subject: [PATCH] Fix docs again --- mkdocs.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 55925aa..2d69cbc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,15 +7,15 @@ repo_name: 'solokeys/solo' copyright: 'Copyright © 2018 - 2019 SoloKeys' nav: - - Home: index.md - - FIDO2 Implementation: fido2-impl.md - - Build instructions: building.md - - Signed update process: signed-updates.md - - Code documentation: code-overview.md - - Contributing Code: contributing.md - - Contributing Docs: documenting.md - - udev Rules: udev.md - - About: repo-readme.md + - Home: solo/index.md + - FIDO2 Implementation: solo/fido2-impl.md + - Build instructions: solo/building.md + - Signed update process: solo/signed-updates.md + - Code documentation: solo/code-overview.md + - Contributing Code: solo/contributing.md + - Contributing Docs: solo/documenting.md + - udev Rules: solo/udev.md + - About: solo/repo-readme.md theme: name: material