Skip to content

Commit a596287

Browse files
authored
chore: remove docusaurus related actions and vale setup in favor of new docs system (#2864)
1 parent f34cd8a commit a596287

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+5
-825
lines changed

.github/workflows/check-pr.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,6 @@ jobs:
2626
- name: Install && Build - SDK and Sample App
2727
uses: ./.github/actions/install-and-build-sdk
2828
- name: Lint
29-
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
29+
run: yarn lerna-workspaces run lint
3030
- name: Test
3131
run: yarn test:coverage
32-
env:
33-
GITHUB_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}

.github/workflows/docusaurus.yml

Lines changed: 0 additions & 28 deletions
This file was deleted.

.github/workflows/next-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,8 @@ jobs:
3030
- name: Install && Build - SDK and Sample App
3131
uses: ./.github/actions/install-and-build-sdk
3232
- name: Lint
33-
run: yarn lerna-workspaces run lint && (cd docusaurus; npx prettier --check '**/*.mdx')
33+
run: yarn lerna-workspaces run lint
3434
- name: Test
3535
run: yarn test:coverage
36-
env:
37-
GITHUB_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
3836
- name: Publish Next Release
3937
run: GITHUB_SHORT_SHA="$(git rev-parse --short $GITHUB_SHA)" yarn release-next
40-
env:
41-
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install && Build - SDK and Sample App
3232
uses: ./.github/actions/install-and-build-sdk
3333
- name: Lint
34-
run: yarn lerna-workspaces run lint && cd docusaurus && npx prettier --check '**/*.mdx'
34+
run: yarn lerna-workspaces run lint
3535
- name: Publish Release
3636
run: yarn release
3737
env:

.github/workflows/vale-doc-lint.yml

Lines changed: 0 additions & 26 deletions
This file was deleted.

.styles/Google/AMPM.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

.styles/Google/Acronyms.yml

Lines changed: 0 additions & 64 deletions
This file was deleted.

.styles/Google/Colons.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.styles/Google/Contractions.yml

Lines changed: 0 additions & 30 deletions
This file was deleted.

.styles/Google/DateFormat.yml

Lines changed: 0 additions & 9 deletions
This file was deleted.

0 commit comments

Comments
 (0)