From 6ae8b8f6e8f13356254deba56b40c203579b0bee Mon Sep 17 00:00:00 2001 From: Andy Vaughn Date: Fri, 12 Jul 2024 12:55:21 -0700 Subject: [PATCH] Revert https://github.com/appfolio/ae_bank_days/pull/18 The Backstage TechDocs publishing flow is incompatible with public repositories. --- .github/workflows/docs.yml | 23 ----------------------- docs/index.md | 5 ----- mkdocs.yml | 14 -------------- 3 files changed, 42 deletions(-) delete mode 100644 .github/workflows/docs.yml delete mode 100644 docs/index.md delete mode 100644 mkdocs.yml diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml deleted file mode 100644 index 31ad1f1..0000000 --- a/.github/workflows/docs.yml +++ /dev/null @@ -1,23 +0,0 @@ -name: Publish documentation - -on: - push: - - # Publish documentation updates when associated code is merged to master - # or an alternative trunk-like branch in case its changed in the future - branches: - - master - - main - - # Only execute publishing workflow if documentation is updated (Optional) - paths: - - docs/** - - mkdocs.yml - - .github/workflows/docs.yml - -jobs: - docs: - uses: appfolio/developer-knowledge-platform/.github/workflows/docs-deploy.yml@latest - with: - entity_name: ae-bank-days - secrets: inherit diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index c2325f7..0000000 --- a/docs/index.md +++ /dev/null @@ -1,5 +0,0 @@ - -{% - include-markdown "../README.md" - rewrite-relative-urls=true -%} diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index afa7b9d..0000000 --- a/mkdocs.yml +++ /dev/null @@ -1,14 +0,0 @@ -site_name: ${{ values.name }} -site_description: ${{ values.description }} - -repo_url: https://github.com/appfolio/ae_bank_days - -# Instructions for adding pages below: -# https://developer.appf.io/docs/default/domain/developer-knowledge-platform/techdocs/setup/repository/ -# https://developer.appf.io/docs/default/domain/developer-knowledge-platform/techdocs/authoring/navigation/ -nav: - - Home: index.md - -plugins: - - techdocs-core - - include-markdown