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