From c088284ca4c546748dab49c4c3dfcc6da97688ef Mon Sep 17 00:00:00 2001 From: Joe Peeples Date: Tue, 21 May 2024 17:48:21 -0400 Subject: [PATCH] Remove unneeded files --- docs/serverless/.github/CODEOWNERS | 2 -- .../docs-elastic-staging-publish.yml | 25 ------------------- docs/serverless/.gitignore | 8 ------ docs/serverless/README.md | 5 ---- 4 files changed, 40 deletions(-) delete mode 100644 docs/serverless/.github/CODEOWNERS delete mode 100644 docs/serverless/.github/workflows/docs-elastic-staging-publish.yml delete mode 100644 docs/serverless/.gitignore delete mode 100644 docs/serverless/README.md diff --git a/docs/serverless/.github/CODEOWNERS b/docs/serverless/.github/CODEOWNERS deleted file mode 100644 index a747dbeb77..0000000000 --- a/docs/serverless/.github/CODEOWNERS +++ /dev/null @@ -1,2 +0,0 @@ -* @elastic/security-docs -/.github/workflows/ @elastic/docs-engineering diff --git a/docs/serverless/.github/workflows/docs-elastic-staging-publish.yml b/docs/serverless/.github/workflows/docs-elastic-staging-publish.yml deleted file mode 100644 index 6dfe8e7156..0000000000 --- a/docs/serverless/.github/workflows/docs-elastic-staging-publish.yml +++ /dev/null @@ -1,25 +0,0 @@ -name: Staging Docs - -on: - pull_request_target: - paths: - - '**.mdx' - - '**.docnav.json' - - '**.docapi.json' - - '**.devdocs.json' - - '**.jpg' - - '**.jpeg' - - '**.png' - - '**.svg' - - '**.gif' - types: [opened, closed, synchronize] - -jobs: - publish: - name: Vercel Build Check - uses: elastic/workflows/.github/workflows/docs-elastic-co-publish.yml@main - secrets: - VERCEL_GITHUB_TOKEN: ${{ secrets.VERCEL_GITHUB_TOKEN }} - VERCEL_TOKEN: ${{ secrets.VERCEL_TOKEN }} - VERCEL_ORG_ID: ${{ secrets.VERCEL_ORG_ID }} - VERCEL_PROJECT_ID_DOCS_CO: ${{ secrets.VERCEL_PROJECT_ID_DOCS_CO }} diff --git a/docs/serverless/.gitignore b/docs/serverless/.gitignore deleted file mode 100644 index f578ed0858..0000000000 --- a/docs/serverless/.gitignore +++ /dev/null @@ -1,8 +0,0 @@ -# vscode stuff -.vscode/ - -# vs stuff -.vs/ - -# osx stuff -.DS_Store diff --git a/docs/serverless/README.md b/docs/serverless/README.md deleted file mode 100644 index e316b44636..0000000000 --- a/docs/serverless/README.md +++ /dev/null @@ -1,5 +0,0 @@ -# staging-serverless-security-docs -Staging location for serverless Elastic Security docs - -## How to contribute -Please open an issue in [elastic/security-docs](https://github.com/elastic/security-docs/issues/new/choose).