1
0
mirror of synced 2025-12-25 02:17:36 -05:00

add bookmarklets to script dir

This commit is contained in:
Sarah Schneider
2022-04-13 15:53:59 -04:00
parent c377c8a97a
commit dc2bd4b140
9 changed files with 161 additions and 1 deletions

View File

@@ -48,6 +48,10 @@ This repo has configuration for debugging with VS Code's built-in Node Debugger.
For more detailed instructions, please see this [VS Code recipe](https://github.com/Microsoft/vscode-recipes/tree/master/nodemon). You can also learn more about debugging using VS Code [here](https://code.visualstudio.com/docs/editor/debugging).
### Using browser shortcuts
The [`script/bookmarklets`](../script/bookmarklets) directory contains some browser shortcuts that can help with reviewing GitHub documentation. See [`script/bookmarklets/README.md`](../script/bookmarklets/README.md) for details.
### Viewing a top-level table of contents
While running the local server, you can visit [localhost:4000/dev-toc](http://localhost:4000/dev-toc) to view a top-level TOC of all the content in the site. This page is not available on https://docs.github.com. It was created for internal GitHub writers' use.