From ba4ca962533ea8fd129cf56e6fb0a60894abd0cb Mon Sep 17 00:00:00 2001 From: int3l Date: Sun, 6 Jan 2019 20:12:33 +0200 Subject: [PATCH] Update mkdocs config - adjust the copyright text - rename and reorder some of the menu items for the sake of better SEO and user experience --- mkdocs.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/mkdocs.yml b/mkdocs.yml index 508e6ec..2822e2e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -3,18 +3,18 @@ site_author: SoloKeys site_description: 'Documentation for the SoloKeys solo software' repo_url: 'https://github.com/solokeyssec/solo' repo_name: 'solokeyssec/solo' -copyright: 'Copyright © 2018 SoloKeys' +copyright: 'Copyright © 2018 - 2019 SoloKeys' nav: - Home: index.md - - README.md: repo-readme.md - FIDO2 Implementation: fido2-impl.md + - Build instructions: building.md - Signed update process: signed-updates.md - - Building: building.md - Code documentation: code-overview.md - Contributing Code: contributing.md - Contributing Docs: documenting.md - - What the udev?!: udev.md + - udev Rules: udev.md + - About: repo-readme.md theme: name: material