From 5212d1d4cdb9b40ec49069616632fa15f2b05495 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Fri, 4 Aug 2023 15:46:29 +0200 Subject: [PATCH 1/2] docs: Show hidden sites and fix broken links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Norbert Kamiński --- docs/images/empty_pixel.png | Bin 0 -> 68 bytes docs/variants/protectli_ptx01/overview.md | 7 ++----- docs/variants/protectli_ptx01/releases.md | 3 +++ mkdocs.yml | 6 ------ 4 files changed, 5 insertions(+), 11 deletions(-) create mode 100644 docs/images/empty_pixel.png diff --git a/docs/images/empty_pixel.png b/docs/images/empty_pixel.png new file mode 100644 index 0000000000000000000000000000000000000000..909c66db1740b7c1b41eb4db6c414a7ab5bb6a23 GIT binary patch literal 68 zcmeAS@N?(olHy`uVBq!ia0vp^j3CUx0wlM}@Gt=>Zci7-kcwN$DG5Lh8v~O;;{|;n Oi^0>?&t;ucLK6U5DhwL{ literal 0 HcmV?d00001 diff --git a/docs/variants/protectli_ptx01/overview.md b/docs/variants/protectli_ptx01/overview.md index d684eabb63..92a3de1ad9 100644 --- a/docs/variants/protectli_ptx01/overview.md +++ b/docs/variants/protectli_ptx01/overview.md @@ -22,8 +22,5 @@ TPM. open-source firmware update methods. * [Recovery](recovery.md) - gathers information on how to recover the platform from potential failure. -* [Hardware configuration matrix](hardware-matrix.md) - describes the - platform's hardware configuration used during the Dasharo firmware - validation procedure. -* [Test matrix](test-matrix.md) - describes validation scope used during - Dasharo firmware validation procedure. +* [Test matrix](https://docs.google.com/spreadsheets/d/1wI0qBSLdaluayYsm_lIa9iJ9LnPnCOZ9eNOyrKSc-j4/edit#gid=1316498194) + \- describes validation scope used during Dasharo firmware validation procedure. diff --git a/docs/variants/protectli_ptx01/releases.md b/docs/variants/protectli_ptx01/releases.md index 4432546cb6..26e510a94b 100644 --- a/docs/variants/protectli_ptx01/releases.md +++ b/docs/variants/protectli_ptx01/releases.md @@ -15,3 +15,6 @@ Test results for this platform can be found [here](https://docs.google.com/spreadsheets/d/1wI0qBSLdaluayYsm_lIa9iJ9LnPnCOZ9eNOyrKSc-j4/edit#gid=1316498194). [newsletter]: https://newsletter.3mdeb.com/subscription/n2EpSxtqL + + +[![empty-pixel](../../images/empty_pixel.png)](overview.md) diff --git a/mkdocs.yml b/mkdocs.yml index f5b05d6088..97dae7ce2b 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -78,12 +78,6 @@ plugins: - variants/server.md - variants/protectli_ptx01/hardware-matrix.md - variants/protectli_ptx01/test-matrix.md - - variants/protectli_ptx01/building-manual.md - - variants/protectli_ptx01/firmware-update.md - - variants/protectli_ptx01/initial-deployment.md - - variants/protectli_ptx01/overview.md - - variants/protectli_ptx01/recovery.md - - variants/protectli_ptx01/releases.md nav: - 'Intro': - 'About Dasharo': index.md From fbacd307517ac01cf7589ca822f98fdd0177590c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Norbert=20Kami=C5=84ski?= Date: Fri, 4 Aug 2023 17:57:30 +0200 Subject: [PATCH 2/2] content: Fix overview links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Norbert Kamiński --- docs/variants/protectli_ptx01/overview.md | 7 +++++-- mkdocs.yml | 2 -- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/variants/protectli_ptx01/overview.md b/docs/variants/protectli_ptx01/overview.md index 92a3de1ad9..d684eabb63 100644 --- a/docs/variants/protectli_ptx01/overview.md +++ b/docs/variants/protectli_ptx01/overview.md @@ -22,5 +22,8 @@ TPM. open-source firmware update methods. * [Recovery](recovery.md) - gathers information on how to recover the platform from potential failure. -* [Test matrix](https://docs.google.com/spreadsheets/d/1wI0qBSLdaluayYsm_lIa9iJ9LnPnCOZ9eNOyrKSc-j4/edit#gid=1316498194) - \- describes validation scope used during Dasharo firmware validation procedure. +* [Hardware configuration matrix](hardware-matrix.md) - describes the + platform's hardware configuration used during the Dasharo firmware + validation procedure. +* [Test matrix](test-matrix.md) - describes validation scope used during + Dasharo firmware validation procedure. diff --git a/mkdocs.yml b/mkdocs.yml index 97dae7ce2b..54314aa9b6 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -76,8 +76,6 @@ plugins: - variants/secure-firewall.md - variants/custom.md - variants/server.md - - variants/protectli_ptx01/hardware-matrix.md - - variants/protectli_ptx01/test-matrix.md nav: - 'Intro': - 'About Dasharo': index.md