mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
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:
parent
7439c2bba9
commit
10a5f9ac83
1720 changed files with 0 additions and 30484 deletions
|
@ -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
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue