From a70341f9db07b2ab3d50a79cab5d70787b60a6cc Mon Sep 17 00:00:00 2001 From: Sage Wright Date: Mon, 9 Sep 2024 18:22:03 +0000 Subject: [PATCH] organize --- .github/workflows/build-documentation.yml | 1 + {overrides => docs/overrides}/main.html | 0 mkdocs.yml | 1 + 3 files changed, 2 insertions(+) rename {overrides => docs/overrides}/main.html (100%) diff --git a/.github/workflows/build-documentation.yml b/.github/workflows/build-documentation.yml index 2bd74be50..ae8791b6e 100644 --- a/.github/workflows/build-documentation.yml +++ b/.github/workflows/build-documentation.yml @@ -3,6 +3,7 @@ on: push: branches: - main + - smw-documentation-dev permissions: contents: write diff --git a/overrides/main.html b/docs/overrides/main.html similarity index 100% rename from overrides/main.html rename to docs/overrides/main.html diff --git a/mkdocs.yml b/mkdocs.yml index 1bb85527f..a042b6ffe 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -158,6 +158,7 @@ theme: name: material logo: assets/Theiagen-Logo-White.png favicon: assets/Theiagen-Symbol-Standard-01.png + custom_dir: docs/overrides features: - content.code.annotate - content.code.copy