Add autogenerated Table of Contents

See https://github.com/docker-library/official-images/pull/4061 (the script which generated this, and which will update it).
This commit is contained in:
Tianon Gravi 2018-02-27 11:15:20 -08:00
parent af40a0ed94
commit 9288db25ea
1 changed files with 27 additions and 0 deletions

View File

@ -9,6 +9,33 @@ All Markdown files here are run through [tianon's fork of `markdownfmt`](https:/
- [Automated `update.sh` and `push.sh`:
![build status badge](https://doi-janky.infosiftr.net/job/docs/job/update/badge/icon)](https://doi-janky.infosiftr.net/job/docs/job/update/)
## Table of Contents
<!-- AUTOGENERATED TOC -->
1. [What is this?](#what-is-this)
1. [Table of Contents](#table-of-contents)
2. [How do I add a new image's docs](#how-do-i-add-a-new-images-docs)
3. [How do I update an image's docs](#how-do-i-update-an-images-docs)
4. [What are all these files?](#what-are-all-these-files)
1. [`update.sh`](#updatesh)
2. [`generate-repo-stub-readme.sh`](#generate-repo-stub-readmesh)
3. [`push.pl`](#pushpl)
4. [`.template-helpers/generate-dockerfile-links-partial.sh`](#template-helpersgenerate-dockerfile-links-partialsh)
5. [`.template-helpers/template.md` and `.template-helpers/user-feedback.md`](#template-helperstemplatemd-and-template-helpersuser-feedbackmd)
6. [folder `<image name>`](#folder-image-name)
7. [`<image name>/README.md`](#image-name-readmemd)
8. [`<image name>/content.md`](#image-name-contentmd)
9. [`<image name>/README-short.txt`](#image-name-readme-shorttxt)
10. [`<image name>/logo.png`](#image-name-logopng)
11. [`<image name>/license.md`](#image-name-licensemd)
12. [`<image name>/maintainer.md`](#image-name-maintainermd)
13. [`<image name>/github-repo`](#image-name-github-repo)
14. [`<image name>/user-feedback.md`](#image-name-user-feedbackmd)
5. [Issues and Contributing](#issues-and-contributing)
<!-- AUTOGENERATED TOC -->
# How do I add a new image's docs
- create a folder for my image: `mkdir myimage`