notes

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit d12fb9e403690db78e13c3daa8d18c2cc37343ae
parent 97e97f6bb5ea2123989776dc7a9596909cd2a83d
Author: AndrewLockVI <andrew@laack.co>
Date:   Mon, 10 Feb 2025 10:59:22 -0600

Added self hosting to sidebar

Diffstat:
Mmkdocs.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkdocs.yml b/mkdocs.yml @@ -5,7 +5,7 @@ nav: - Math: 'Math.md' - ML: 'MachineLearning.md' - CS: 'ComputerScience.md' - - Self Hosting: 'SelfHosting.md' + - Hosting: 'SelfHosting.md' markdown_extensions: - pymdownx.arithmatex: