notes

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

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

Added self hosting to sidebar

Diffstat:
Mmkdocs.yml | 1+
1 file changed, 1 insertion(+), 0 deletions(-)

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