commit 5c82d9d5fc5692d444c3768b16138b5e9ef01059 parent d12fb9e403690db78e13c3daa8d18c2cc37343ae Author: AndrewLockVI <andrew@laack.co> Date: Mon, 10 Feb 2025 10:59:42 -0600 Added self hosting to sidebar Diffstat:
| M | mkdocs.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' - - Hosting: 'SelfHosting.md' + - SH: 'SelfHosting.md' markdown_extensions: - pymdownx.arithmatex: