Skip to content

Commit 8743c8d

Browse files
authored
chore: drop docusaurus docs (#1613)
1. Removed `docusaurus` subdirs 2. Cleaned up gitignore files 3. Removed docs-related scripts from package.json 4. Removed vale-related files 5. Removed docs-related CI workflows 6. Updated READMEs
1 parent 94dacef commit 8743c8d

File tree

479 files changed

+34
-26993
lines changed

Some content is hidden

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

479 files changed

+34
-26993
lines changed

.github/workflows/deploy-react-sample-apps.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ on:
1818
- 'sample-apps/react/**'
1919
- 'packages/**'
2020
- '!packages/react-native-sdk/**'
21-
- '!**/docusaurus/**'
2221
workflow_dispatch:
2322

2423
concurrency:

.github/workflows/docusaurus-javascript-deploy.yml

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

.github/workflows/docusaurus-react-deploy.yml

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

.github/workflows/docusaurus-react-native-deploy.yml

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

.github/workflows/react-native-workflow.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ on:
3434
- 'packages/react-bindings/**'
3535
- 'packages/react-native-sdk/**'
3636
- 'packages/video-filters-react-native/**'
37-
- '!**/docusaurus/**'
3837
- '!**.md'
3938
workflow_dispatch:
4039

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,8 @@ on:
1010
push:
1111
branches:
1212
- main
13-
paths-ignore:
14-
- '**/docusaurus/**'
1513
pull_request:
1614
types: [opened, synchronize, reopened]
17-
paths-ignore:
18-
- '**/docusaurus/**'
1915

2016
jobs:
2117
test-and-build:

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

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

.gitignore

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,6 @@ dist
2525
.eslintcache
2626
coverage
2727

28-
/**/docusaurus/shared
29-
3028
# Test files
3129
video-buddy-session.json
3230
video-buddy-log.txt
@@ -65,4 +63,4 @@ project.xcworkspace
6563
.project
6664
.settings
6765
local.properties
68-
android.iml
66+
android.iml

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

0 commit comments

Comments
 (0)