Remove old doc generation system for core APIs (#134313)

* Remove old doc generation system for core APIs

* delete docs/development/core folder
This commit is contained in:
Pierre Gayvallet 2022-06-21 17:43:17 +02:00 committed by GitHub
parent 7439c2bba9
commit 10a5f9ac83
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
1720 changed files with 0 additions and 30484 deletions

View file

@ -1,6 +0,0 @@
#!/usr/bin/env bash
source src/dev/ci_setup/setup_env.sh
checks-reporter-with-killswitch "Check Doc API Changes" \
node scripts/check_published_api_changes

View file

@ -16,7 +16,6 @@ if [[ -z "$CODE_COVERAGE" ]] ; then
./test/scripts/checks/telemetry.sh
./test/scripts/checks/ts_projects.sh
./test/scripts/checks/jest_configs.sh
./test/scripts/checks/doc_api_changes.sh
./test/scripts/checks/type_check.sh
./test/scripts/checks/bundle_limits.sh
./test/scripts/checks/i18n.sh