Skip to content

Commit

Permalink
docs/: remove all errors, add redirects, remove obsolete docs
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Lewiński <[email protected]>
  • Loading branch information
filipleple committed Nov 6, 2024
1 parent 16fa18c commit d8cd788
Show file tree
Hide file tree
Showing 18 changed files with 15 additions and 273 deletions.
2 changes: 1 addition & 1 deletion docs/dev-proc/source-code-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ branch structure:
* `master` or `main` - follows upstream project master or main branch
* `dasharo` - contains all code releases for supported platforms, the list of
supported platforms is in
[Hardware Compatibility List](../variants/hardware-compatibility-list.md)
[Hardware Compatibility List](../variants/overview.md)
section
* `<platform>/rel_vX.Y.Z` - release branch for version X.Y.Z
* `<feature>` - tracks development of feature
Expand Down
2 changes: 1 addition & 1 deletion docs/osf-trivia-list/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ of the method to mitigate the issues is to put ME in Manufacturing Mode. Such
operation depends on ME version, SPI flash layout and platform design. Detail
information you should find in sections dedicated to given hardware. To access
documentation for supported hardware please go to [Hardware Compatibility
List](../variants/hardware-compatibility-list.md).
List](../variants/overview.md).
Please note we consider further mitigations in [Dasharo Roadmap](../ecosystem/roadmap.md).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@
1. Proceed with the
[Generic test setup: OS boot from disk](../generic-test-setup.md#os-boot-from-disk).
1. Install the `dmidecode` package: `sudo apt install dmidecode`.
1. Make yourself familiar with
[Updating firmware using fwupd](/unified/novacustom/fwupd-usage)

## FFW001.001 Firmware update by using fwupd

Expand All @@ -39,8 +37,6 @@ using fwupd demon.
1. Power on the DUT.
1. Boot into the system.
1. Log into the system by using the proper login and password.
1. Configure environment in accordance with the
[documentation](/unified/novacustom/fwupd-usage)
1. Start firmware updating procedure by executing the following command in
the terminal:

Expand Down
3 changes: 0 additions & 3 deletions docs/unified/msi/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,3 @@ You can also buy the product by mailing us at:

Device assembly and presale validation will be carried out in accordance with
the [following procedure](../../transparent-validation/msi-z690/presale-assembly-and-validation.md).

<!--Empty pixel to avoid orphaned pages when overview is hidden-->
[![empty-pixel](../../images/empty_pixel.png)](../../variants/msi_z690/overview.md)
17 changes: 0 additions & 17 deletions docs/variants/hardware-compatibility-list.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/building-manual.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/cpu-hcl.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/development.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/faq.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/firmware-update.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/gpu-hcl.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/initial-deployment.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/memory-hcl.md

This file was deleted.

203 changes: 0 additions & 203 deletions docs/variants/msi_z690/openness_analysis.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/openness_score.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,6 @@ compatible with MSI PRO Z690-A boards. The content of the page is generated
with [Dasharo Openness Score
utility](https://github.com/Dasharo/Openness-Score).

The very first historical attempt to measure the openness of an firmware image
is available [here](openness_analysis.md).

## v0.9.0 heads

Openness Score for msi_ms7d25_v0.9.0_ddr5_heads.rom
Expand Down
14 changes: 0 additions & 14 deletions docs/variants/msi_z690/overview.md

This file was deleted.

3 changes: 0 additions & 3 deletions docs/variants/msi_z690/recovery.md

This file was deleted.

13 changes: 13 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,19 @@ plugins:
'variants/protectli_vp2410/test-matrix.md': 'unified/protectli/test-matrix.md#vp2410'
'variants/protectli_vp2420/test-matrix.md': 'unified/protectli/test-matrix.md#vp2420'

'variants/hardware-compatibility-list.md': 'variants/overview.md'
'variants/msi_z690/building-manual.md': 'unified/msi/building-manual.md'
'variants/msi_z690/cpu-hcl.md': 'unified/msi/hcl.md'
'variants/msi_z690/overview.md': 'unified/msi/overview.md'
'variants/msi_z690/development.md': 'unified/msi/development.md'
'variants/msi_z690/faq.md': 'unified/msi/faq.md'
'variants/msi_z690/firmware-update.md': 'unified/msi/firmware-update.md'
'variants/msi_z690/gpu-hcl.md': 'unified/msi/hcl.md'
'variants/msi_z690/initial-deployment.md': 'unified/msi/initial-deployment.md'
'variants/msi_z690/memory-hcl.md': 'unified/msi/hcl.md'
'variants/msi_z690/openness-analysis.md': 'variants/msi_z690/openness_score.md'
'variants/msi_z690/recovery.md': 'unified/msi/recovery.md'

# This parameter excludes the listed pages from being added to the sitemap.
# This solves the problem of orphaned pages (pages that are in the site map,
# but there are no internal links to them).
Expand Down

0 comments on commit d8cd788

Please sign in to comment.