Skip to content

Commit fc1ff19

Browse files
authored
Move src/bookmarklets to docs-team (#58026)
1 parent ae3d51d commit fc1ff19

File tree

8 files changed

+0
-59
lines changed

8 files changed

+0
-59
lines changed

.prettierignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
data/release-notes/
2-
src/bookmarklets/

content/contributing/setting-up-your-environment-to-work-on-github-docs/creating-a-local-environment.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,6 @@ When you're ready to stop your local server, type <kbd>Ctrl</kbd>+<kbd>C</kbd> i
6161
6262
If you would like to read more about debugging and troubleshooting the {% data variables.product.prodname_docs %} application, see [AUTOTITLE](/contributing/setting-up-your-environment-to-work-on-github-docs/troubleshooting-your-environment) in the github/docs repository.
6363

64-
### Using browser shortcuts
65-
66-
The [`src/bookmarklets`](https://github.com/github/docs/tree/main/src/bookmarklets) directory in the {% data variables.product.prodname_docs %} repository contains browser shortcuts that can help with reviewing {% data variables.product.company_short %} documentation. For more information, see the directory's [`README`](https://github.com/github/docs/tree/main/src/bookmarklets/README.md).
67-
6864
### Enabling different languages
6965

7066
By default, the local server does not run with all supported languages enabled. If you need to run a local server with a particular language, you can temporarily edit the `start` script in `package.json` and update the `ENABLED_LANGUAGES` variable.

contributing/development.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ As an alternative, you can simply use [GitHub Codespaces](https://docs.github.co
3636

3737
In a matter of minutes, you will be ready to edit, review and test your changes directly from the comfort of your browser.
3838

39-
### Using browser shortcuts
4039

41-
The [`src/bookmarklets`](../src/bookmarklets) directory contains some browser shortcuts that can help with reviewing GitHub documentation. See [`src/bookmarklets/README.md`](../src/bookmarklets/README.md) for details.
4240

4341
### Enabling different languages
4442

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,6 @@ export default [
215215
ignores: [
216216
'tmp/*',
217217
'.next/',
218-
'src/bookmarklets/*',
219218
'rest-api-description/',
220219
'docs-internal-data/',
221220
'src/code-scanning/scripts/generate-code-scanning-query-list.ts',

src/bookmarklets/README.md

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

src/bookmarklets/open-in-vscode.js

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

src/bookmarklets/view-in-development.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

src/bookmarklets/view-in-production.js

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)