Merge pull request #476 from jodh-intel/new-docs-need-to-be-referenced

docs: Require all new docs to be referenced
This commit is contained in:
James O. D. Hunt 2019-05-16 17:04:00 +01:00 committed by GitHub
commit 6a4c7307aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,14 @@ All documents must:
- Have a `.md` file extension.
- Include a TOC (table of contents) at the top of the document with links to
all heading sections.
- Be linked to from another document in the same repository.
Although GitHub allows navigation of the entire repository, it should be
possible to access all documentation purely by navigating links inside the
documents, starting from the repositories top-level `README`.
If you are adding a new document, ensure you add a link to it in the
"closest" `README` above the directory where you created your document.
# Linking advice