Skip to content

Commit

Permalink
Merge pull request #2880 from GetStream/remove-docusarus-actions-V5-b…
Browse files Browse the repository at this point in the history
…ranch

chore: remove docusaurus related actions and vale setup in favor of new docs system
  • Loading branch information
khushal87 authored Jan 8, 2025
2 parents 168053b + 89c0a40 commit abcc053
Show file tree
Hide file tree
Showing 44 changed files with 6 additions and 817 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,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: 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.

4 changes: 1 addition & 3 deletions .github/workflows/next-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,9 @@ 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:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,11 @@ 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:
NODE_AUTH_TOKEN: ${{ secrets.NPM_PUBLISH_TOKEN }}
GH_TOKEN: ${{ secrets.DOCUSAURUS_GH_TOKEN }}
- name: Merge back changes
run: |
git stash
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.

Loading

0 comments on commit abcc053

Please sign in to comment.