diff --git a/docs/Common/Configuration/About.md b/docs/Common/Configuration/About.md index e1dda85..118528a 100644 --- a/docs/Common/Configuration/About.md +++ b/docs/Common/Configuration/About.md @@ -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 \ No newline at end of file diff --git a/docs/Common/Hash-Cache/About.md b/docs/Common/Hash-Cache/About.md index eb3c843..af9fae5 100644 --- a/docs/Common/Hash-Cache/About.md +++ b/docs/Common/Hash-Cache/About.md @@ -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 \ No newline at end of file