From 4d620e950d27ed46d41bc31e2e15abc4524ad405 Mon Sep 17 00:00:00 2001 From: Noah Pombas Date: Thu, 4 Dec 2025 11:20:20 +0100 Subject: [PATCH] Removed last commit --- docs/guides/index.html | 11 +++++++++++ mkdocs.yml | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 docs/guides/index.html diff --git a/docs/guides/index.html b/docs/guides/index.html new file mode 100644 index 0000000..a89d529 --- /dev/null +++ b/docs/guides/index.html @@ -0,0 +1,11 @@ + + + + + + Document + + +

Go to Getting Started

+ + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1c3ea53..f3d7f12 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -5,7 +5,7 @@ theme: name: material nav: - - Home: index.md + - Home: index.html - Getting Started: getting-started.md - Guides: - Example Guide: guides/git.md