Skip to content

Commit

Permalink
chore: remove docusaurus related actions and vale setup in favor of n…
Browse files Browse the repository at this point in the history
…ew docs system (#2864)
  • Loading branch information
khushal87 authored Dec 24, 2024
1 parent f34cd8a commit a596287
Show file tree
Hide file tree
Showing 44 changed files with 5 additions and 825 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ jobs:
- name: Install && Build - SDK and Sample App
uses: ./.github/actions/install-and-build-sdk
- name: Lint
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
run: yarn lerna-workspaces run lint
- name: Test
run: yarn test:coverage
env:
GITHUB_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
28 changes: 0 additions & 28 deletions .github/workflows/docusaurus.yml

This file was deleted.

6 changes: 1 addition & 5 deletions .github/workflows/next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,8 @@ jobs:
- name: Install && Build - SDK and Sample App
uses: ./.github/actions/install-and-build-sdk
- name: Lint
run: yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
run: yarn lerna-workspaces run lint
- name: Test
run: yarn test:coverage
env:
GITHUB_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
- name: Publish Next Release
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Install && Build - SDK and Sample App
uses: ./.github/actions/install-and-build-sdk
- name: Lint
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
run: yarn lerna-workspaces run lint
- name: Publish Release
run: yarn release
env:
Expand Down
26 changes: 0 additions & 26 deletions .github/workflows/vale-doc-lint.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .styles/Google/AMPM.yml

This file was deleted.

64 changes: 0 additions & 64 deletions .styles/Google/Acronyms.yml

This file was deleted.

8 changes: 0 additions & 8 deletions .styles/Google/Colons.yml

This file was deleted.

30 changes: 0 additions & 30 deletions .styles/Google/Contractions.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .styles/Google/DateFormat.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .styles/Google/Ellipses.yml

This file was deleted.

12 changes: 0 additions & 12 deletions .styles/Google/EmDash.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .styles/Google/EnDash.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .styles/Google/Exclamation.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .styles/Google/FirstPerson.yml

This file was deleted.

9 changes: 0 additions & 9 deletions .styles/Google/Gender.yml

This file was deleted.

45 changes: 0 additions & 45 deletions .styles/Google/GenderBias.yml

This file was deleted.

13 changes: 0 additions & 13 deletions .styles/Google/HeadingPunctuation.yml

This file was deleted.

29 changes: 0 additions & 29 deletions .styles/Google/Headings.yml

This file was deleted.

11 changes: 0 additions & 11 deletions .styles/Google/Latin.yml

This file was deleted.

14 changes: 0 additions & 14 deletions .styles/Google/LyHyphens.yml

This file was deleted.

Loading

0 comments on commit a596287

Please sign in to comment.