Skip to content

Commit

Permalink
chore: remove legacy docs (#3619)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jason3S authored Sep 10, 2024
1 parent ca954e0 commit 5523b78
Show file tree
Hide file tree
Showing 55 changed files with 28 additions and 4,562 deletions.
57 changes: 0 additions & 57 deletions .github/workflows/deploy-website-old.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: ' 🧪 Integration Tests'
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'website/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'website/**'

jobs:
run-integration-tests:
Expand Down
8 changes: 5 additions & 3 deletions .github/workflows/lint-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,19 @@ on: # rebuild any PRs and main branch changes
branches:
- main
paths:
- 'docs/**'
- 'website/**'

jobs:
cspell:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx cspell "docs/**"
- run: npx cspell website

lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- run: npx prettier -c "docs/**/*.{md,markdown,yaml,yml,json,html,htm}"
- run: |
npm i
npx prettier -c website
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ on: # rebuild any PRs and main branch changes
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'
- 'website/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'website/**'

jobs:
cspell:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name: ' 🧪 Build and Test'
on:
pull_request:
paths-ignore:
- 'docs/**'
- 'website/**'
push:
branches:
- main
paths-ignore:
- 'docs/**'
- 'website/**'

jobs:
build-test:
Expand Down
3 changes: 1 addition & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ packages/*/out/
packages/*/temp/
tools/*/dist/
tools/*/temp/
docs/docsV2/

website/build

!**/server/.vscode
!**/client/.vscode
Expand Down
2 changes: 0 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
**/yarn.lock
CHANGELOG.md
coverage
docs/_site
docs/docsV2
node_modules
packages/_integrationTests/out/
packages/*/dist/
Expand Down
30 changes: 0 additions & 30 deletions docs/.cspell.json

This file was deleted.

7 changes: 0 additions & 7 deletions docs/.cspell/custom-dictionary.txt

This file was deleted.

5 changes: 0 additions & 5 deletions docs/.gitignore

This file was deleted.

3 changes: 0 additions & 3 deletions docs/.prettierignore

This file was deleted.

18 changes: 0 additions & 18 deletions docs/.prettierrc.json

This file was deleted.

3 changes: 0 additions & 3 deletions docs/.vscode/settings.json

This file was deleted.

14 changes: 0 additions & 14 deletions docs/404.html

This file was deleted.

41 changes: 0 additions & 41 deletions docs/Gemfile

This file was deleted.

Loading

0 comments on commit 5523b78

Please sign in to comment.