Add a manually maintained index documentation page

This will be used at Google to generate the index.html page. This is
needed because at Google we do not have plugin jar files, but plugin
documentation files are directly loaded from the Gerrit jar where we
cannot list files of a folder. Hence we cannot detect dynamically which
documentation files exist so that they can be listed in the index.html
page. Instead we just include toc.md if it exists.

Initially the references in toc.md are sorted by file name, the same way
as the references would show up in an automatically generated
index.html. Since we maintain toc.md manually we can find a better
sorting and logical grouping, but this we will do in follow-up changes.

Signed-off-by: Edwin Kempin <ekempin@google.com>
Change-Id: I5d790cf40d9fe54400de06bfb3961b23dcad5e41
1 file changed
tree: 05b3605a4c0449faed7708ea698da965b202cec1
  1. java/
  2. javatests/
  3. proto/
  4. resources/
  5. test/
  6. ui/
  7. .eslintrc.json
  8. .gitignore
  9. .gitreview
  10. bower.json
  11. BUILD
  12. LICENSE
  13. package-lock.json
  14. package.json
  15. README.md
README.md

Gerrit Code Review code-owners plugin

This plugin provides support for defining code owners for files in a repository.

If the code-owners plugin is enabled, changes can only be submitted if all touched files are covered by approvals from code owners.

Also see resources/Documentation/about.md.

IMPORTANT: Before installing/enabling the plugin follow the instructions from the setup guide, see resources/Documentation/setup-guide.md.