Skip to content

Commit 3bda853

Browse files
authored
chore: remove docusaurus related actions and vale setup in favor of new docs system (#2877)
1 parent 9a20e7e commit 3bda853

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
-817
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 & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,11 +30,9 @@ 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
4038
env:

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,11 @@ 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:
3838
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
39-
GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
4039
- name: Merge back changes
4140
run: |
4241
git stash

.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)