Add additional anchor to match GitHub TOC rendering

GitHub uses lowercase for anchor links, and correspondingly any TOC
references are written to use the same. This results in TOC's that work
when viewed in GitHub, but are broken in Gitiles, and vice-versa.

Add a second anchor using lowercase for the name and id to ensure that it
matches the GitHub flavour of markdown, without breaking existing usage.

Change-Id: I7a07430b183315e0d1433c4ff227a46e5c51bff3
1 file changed
tree: 9790746e0c213b9898c2d9a22ffb290a4f569c85
  1. .settings/
  2. blame-cache/
  3. Documentation/
  4. gitiles-dev/
  5. gitiles-servlet/
  6. gitiles-war/
  7. lib/
  8. tools/
  9. .gitignore
  10. .mailmap
  11. BUILD
  12. COPYING
  13. fake_pom_deploy.xml
  14. navbar.md
  15. README.md
  16. version.bzl
  17. WORKSPACE
README.md

Gitiles - A simple JGit repository browser

Gitiles is a simple repository browser for Git repositories, built on JGit. Its guiding principle is simplicity: it has no formal access controls, no write access, no fancy Javascript, etc.

Gitiles automatically renders *.md Markdown files into HTML for simplified documentation. Refer to the Markdown documentation for details.

Configuration

Gitiles is configurable in a git-style configuration file named gitiles.config. Refer to the configuration documentation for details.

Bugs

Use the issue tracker at github to file bugs.

Contributing to Gitiles

Please refer to the Developer Guide.