From ba4ca962533ea8fd129cf56e6fb0a60894abd0cb Mon Sep 17 00:00:00 2001 From: int3l Date: Sun, 6 Jan 2019 20:12:33 +0200 Subject: [PATCH 1/3] 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 From 8c1d716632c7a32db52e17ce995615a702e58f16 Mon Sep 17 00:00:00 2001 From: robbiemacg Date: Mon, 7 Jan 2019 13:47:03 -0400 Subject: [PATCH 2/3] Update fido2-impl.md Fixed small apparent typo. --- docs/fido2-impl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/fido2-impl.md b/docs/fido2-impl.md index 4747516..d0d5890 100644 --- a/docs/fido2-impl.md +++ b/docs/fido2-impl.md @@ -21,7 +21,7 @@ When you register a service with a FIDO2 or U2F authenticator, the authenticator must generate a new keypair unique to that service. This keypair could be stored on the authenticator to be used in subsequent authentications, but now a certain amount of memory needs to be allocated for this. On embedded -devices, there isn't much memory to spare and users will allows frustratingly +devices, there isn't much memory to spare and users will always frustratingly hit the limit of this memory. The answer to this problem is to do key wrapping. The authenticator just From 8eacfa671708f6683fae8d03c7a02a27cdf469f5 Mon Sep 17 00:00:00 2001 From: Nicolas Stalder Date: Tue, 8 Jan 2019 02:14:46 +0100 Subject: [PATCH 3/3] 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