diff --git a/.github/workflows/techdocs.yaml b/.github/workflows/techdocs.yaml deleted file mode 100644 index c40189fc..00000000 --- a/.github/workflows/techdocs.yaml +++ /dev/null @@ -1,26 +0,0 @@ -name: TechDocs - -# Publishes this repo's TechDocs (rendered HTML + raw markdown) to the -# bhr-techdocs S3 bucket via the org-standard reusable workflow. Runs after -# merge to master so the Backstage Docs tab reflects the published source. - -on: - push: - branches: - - master - paths: - - docs/** - - mkdocs.yml - - .github/workflows/techdocs.yaml - workflow_dispatch: - -jobs: - techdocs: - uses: BambooHR/actions/.github/workflows/techdocs.yaml@main - permissions: - id-token: write # required for OIDC -> assume-role - contents: read - with: - entity-namespace: default - entity-kind: Component - entity-name: guardrail diff --git a/docs/index.md b/docs/index.md deleted file mode 100644 index 9f4d606b..00000000 --- a/docs/index.md +++ /dev/null @@ -1,3 +0,0 @@ -# Guardrail - -BambooHR tool to run static analysis. diff --git a/mkdocs.yml b/mkdocs.yml deleted file mode 100644 index c5e509b0..00000000 --- a/mkdocs.yml +++ /dev/null @@ -1,5 +0,0 @@ -site_name: Guardrail -docs_dir: docs - -plugins: - - techdocs-core