Skip to content

Commit 5333951

Browse files
authored
Merge pull request #28985 from github/remove-devtoc-contributing-docs
Remove mention of the dev TOC from contributing docs
2 parents a5dbe45 + 3ff28ef commit 5333951

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

contributing/development.md

-6
Original file line numberDiff line numberDiff line change
@@ -52,12 +52,6 @@ For more detailed instructions, please see this [VS Code recipe](https://github.
5252

5353
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.
5454

55-
### Viewing a top-level table of contents
56-
57-
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.
58-
59-
At the `/dev-toc` path, you'll see a list of available versions. Click a version, and a list of products will appear. Note that the TOC content is versioned. If you are viewing the `GitHub.com` version and you click the `Enterprise Admin` product, it will be empty, because there isn't any Admin content available on that version.
60-
6155
### Enabling different languages
6256

6357
By default the local server won't run with all supported languages enabled. If you need to run the server with a particular language, you can temporarily edit the `start` script in `package.json` and update the `ENABLED_LANGUAGES` variable. For example, to enable Japanese and Portuguese, you can set it to `ENABLED_LANGUAGES='en,ja,pt'` and then you need to restart the server for the change to take effect.

lib/frontmatter.js

-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import { allTools } from './all-tools.js'
77

88
const layoutNames = [
99
'default',
10-
'dev-toc',
1110
'graphql-explorer',
1211
'product-landing',
1312
'product-guides',

0 commit comments

Comments
 (0)