From f14108981101be604f930e5717e4866a1a60d7d4 Mon Sep 17 00:00:00 2001 From: Eugene Yurtsev Date: Thu, 9 Jan 2025 11:10:14 -0500 Subject: [PATCH] x --- docs/docs/about.md | 3 +++ docs/docs/meow/cats.md | 3 +++ docs/mkdocs.yml | 6 +++--- 3 files changed, 9 insertions(+), 3 deletions(-) create mode 100644 docs/docs/about.md create mode 100644 docs/docs/meow/cats.md diff --git a/docs/docs/about.md b/docs/docs/about.md new file mode 100644 index 000000000..144ab8adf --- /dev/null +++ b/docs/docs/about.md @@ -0,0 +1,3 @@ +# About + +Hello this is an about file \ No newline at end of file diff --git a/docs/docs/meow/cats.md b/docs/docs/meow/cats.md new file mode 100644 index 000000000..51fd13d46 --- /dev/null +++ b/docs/docs/meow/cats.md @@ -0,0 +1,3 @@ +# Cats + +Cats are great!! \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index 382faf50a..5f8a95f87 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -29,9 +29,6 @@ theme: - navigation.instant.progress - navigation.path - navigation.prune - - navigation.tabs - - navigation.tabs.sticky - - navigation.top - navigation.tracking - search.highlight - search.share @@ -91,6 +88,9 @@ plugins: - "!^_" nav: - Home: index.md + - about.md + - Cats: + - meow/cats.md - Tutorials: - tutorials/index.md - Quick Start: