docs: TOC shows text not anchor link

For example, if the title has upper case characters,
the anchor is in lower case. Use innerText instead.

Test: see kleaf docs
Change-Id: I0f9cefe4b3aa5627ab422fedf7cd8263277cb1b2
1 file changed
tree: be4eb5333a9847c77e3d733207e2146f744a8d56
  1. dist/
  2. docs/
  3. OWNERS
  4. README.md
README.md

Bazel Common Rules

This directory contains common Bazel rules and tools shared between the Platform and Kernel builds.

For platform-specific rules, place them in the platform checkout's //build/bazel/rules directory.

For kernel-specific rules, place them in kernel checkout's //build/kleaf directory.