From 38d4e6c65833a1370b58a8d848f7ec785453f038 Mon Sep 17 00:00:00 2001 From: Phionx Date: Thu, 2 Jan 2025 23:38:53 -0500 Subject: [PATCH] added tests instruction file --- docs/getting_started/tests.md | 1 + mkdocs.yml | 1 + 2 files changed, 2 insertions(+) create mode 100644 docs/getting_started/tests.md diff --git a/docs/getting_started/tests.md b/docs/getting_started/tests.md new file mode 100644 index 0000000..288c57c --- /dev/null +++ b/docs/getting_started/tests.md @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 3b0f3fa..45a5b9f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -63,6 +63,7 @@ nav: - Installation: getting_started/installation.md - Examples: getting_started/examples.md - The Sharp Bits 🔪: getting_started/sharp_bits.md + - Tests: getting_started/tests.md - Tutorials: - tutorials/index.md - Advanced Concepts: