From 84cdfe758417b31d5fb60c419262dcceb15e4c61 Mon Sep 17 00:00:00 2001 From: AntwortEinesLebens Date: Wed, 8 Jan 2025 23:35:43 +0100 Subject: [PATCH] =?UTF-8?q?docs:=20=F0=9F=93=9A=20Add=20documentation=20na?= =?UTF-8?q?vigation=20structure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/generation-file.md | 7 +++++++ docs/installation.md | 7 +++++++ docs/traces/drivers/byovd.md | 7 +++++++ docs/traces/drivers/index.md | 7 +++++++ docs/traces/index.md | 7 +++++++ docs/traces/processes/index.md | 7 +++++++ docs/traces/processes/spoofing.md | 7 +++++++ mkdocs.yaml | 13 +++++++++++++ 8 files changed, 62 insertions(+) create mode 100644 docs/generation-file.md create mode 100644 docs/installation.md create mode 100644 docs/traces/drivers/byovd.md create mode 100644 docs/traces/drivers/index.md create mode 100644 docs/traces/index.md create mode 100644 docs/traces/processes/index.md create mode 100644 docs/traces/processes/spoofing.md diff --git a/docs/generation-file.md b/docs/generation-file.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/generation-file.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/docs/installation.md b/docs/installation.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/installation.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/docs/traces/drivers/byovd.md b/docs/traces/drivers/byovd.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/traces/drivers/byovd.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/docs/traces/drivers/index.md b/docs/traces/drivers/index.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/traces/drivers/index.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/docs/traces/index.md b/docs/traces/index.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/traces/index.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/docs/traces/processes/index.md b/docs/traces/processes/index.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/traces/processes/index.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/docs/traces/processes/spoofing.md b/docs/traces/processes/spoofing.md new file mode 100644 index 0000000..f3d2f4a --- /dev/null +++ b/docs/traces/processes/spoofing.md @@ -0,0 +1,7 @@ + + +Placeholder diff --git a/mkdocs.yaml b/mkdocs.yaml index a32d620..f442b3b 100644 --- a/mkdocs.yaml +++ b/mkdocs.yaml @@ -16,3 +16,16 @@ theme: - navigation.indexes - navigation.sections - navigation.tabs +nav: + - Home: index.md + - Documentation: + - Installation: ./installation.md + - Traces: + - ./traces/index.md + - Drivers: + - ./traces/drivers/index.md + - BYOVD: ./traces/drivers/byovd.md + - Processes: + - ./traces/processes/index.md + - Spoofing: ./traces/processes/spoofing.md + - Generation file: ./generation-file.md