notes

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

commit 15de263f6b20e9d399c91346e6678a6a6e83dc50
parent 19e42e62ab34701d0b8f458afd1d0966fc0ebacb
Author: Andrew Laack <andrew@laack.co>
Date:   Sun, 15 Feb 2026 01:44:41 -0600

Refactor

Diffstat:
Mdocs/index.md | 2+-
Mmkdocs.yml | 1-
2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/index.md b/docs/index.md @@ -7,8 +7,8 @@ Welcome to my notes, I hope you can learn something - Andrew - [Computer Science](ComputerScience.md) - [Math](Math.md) - [Machine Learning](MachineLearning.md) -- [Self Hosting](SelfHosting.md) ## Other Topics - [Note Taking](NoteTaking.md) +- [Self Hosting](SelfHosting.md) diff --git a/mkdocs.yml b/mkdocs.yml @@ -5,7 +5,6 @@ nav: - Math: 'Math.md' - ML: 'MachineLearning.md' - CS: 'ComputerScience.md' - - SH: 'SelfHosting.md' markdown_extensions: - pymdownx.arithmatex: