Skip to content

Commit

Permalink
Added: Missing Hyperlinks in 'About' Sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Sewer56 committed Aug 4, 2024
1 parent 9c64cda commit a6a0112
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
12 changes: 7 additions & 5 deletions docs/Common/Configuration/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,16 @@ The planned UX for the time being is the following.

!!! tip "In reading order."

| Section | Description |
| ------------------------------- | ------------------------------------------------------ |
| [Config Schema][config-schema] | How configuration options are defined. |
| [Source Generation][source-gen] | How we generate source code from config schema. |
| [Binary Format][binary-format] | How Reloaded3 configuration files are written to disk. |
| Section | Description |
| ------------------------------------ | ------------------------------------------------------ |
| [Config Schema][config-schema] | How configuration options are defined. |
| [Hardware Configs][hardware-configs] | Per hardware settings configuration. |
| [Source Generation][source-gen] | How we generate source code from config schema. |
| [Binary Format][binary-format] | How Reloaded3 configuration files are written to disk. |

[binary-format]: ./Binary-Format.md
[config-schema]: ./Config-Schema.md
[hardware-configs]: ./Hardware-Configs/About.md
[loadouts]: ../../Server/Storage/Loadouts/About.md
[source-gen]: ./Source-Generation.md
[game-config]: ../../Server/Storage/Games/About.md
10 changes: 6 additions & 4 deletions docs/Common/Hash-Cache/About.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,12 @@ The Hash Cache system must meet the following requirements:

## Sections

| Section | Description |
| -------------------------- | --------------------------------------------------------------------- |
| [File Format][file-format] | Describes specification of how hash cache data is serialized to disk. |
| [API][file-format] | Describes how to work with the hash cache implementation. |
| Section | Description |
| ------------------------------------------------ | --------------------------------------------------------------------- |
| [File Format][file-format] | Describes specification of how hash cache data is serialized to disk. |
| [Implementation Details][implementation-details] | Extra info on how to implement the hash cache. |
| [API][file-format] | Describes how to work with the hash cache implementation. |

[file-format]: ./File-Format.md
[implementation-details]: ./Implementation-Details.md
[api]: ./API.md

0 comments on commit a6a0112

Please sign in to comment.