Skip to content

Commit b8b876f

Browse files
committed
chore: remove legacy docbot and apibot scripts
1 parent f42352a commit b8b876f

7 files changed

Lines changed: 0 additions & 176 deletions

File tree

admin/README.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -41,13 +41,6 @@ This folder contains tools or docs useful for project maintainers.
4141
to be added as part of a git commit, ensuring that they conform to the
4242
framework coding style standards, and automatically fixing what can be.
4343

44-
## Maintainer Scripts
45-
46-
- **docbot** re-builds the user guide from the RST source for it,
47-
and optionally deploys it to the `gh-pages` branch of the main
48-
repository (if the user running it has maintainer rights on that repo).
49-
See the [writeup](./docbot.md).
50-
5144
## Release Scripts
5245

5346
The release process is detailed in [RELEASE.md](./RELEASE.md). These scripts

admin/alldocs

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

admin/apibot

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

admin/apibot.md

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

admin/docbot

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

admin/docbot.md

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

utils/check_permission_x.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ function findExecutableFiles(string $dir, array $excludeDirs = []): array
3232
static $execFileList = [
3333
'.github/scripts/deploy-userguide',
3434
'.github/scripts/secure-git-push',
35-
'admin/apibot',
36-
'admin/alldocs',
37-
'admin/docbot',
3835
'admin/starter/builds',
3936
'user_guide_src/add-edit-this-page',
4037
];

0 commit comments

Comments
 (0)