diff options
author | Tom Hughes <tomhughes@chromium.org> | 2019-06-13 10:39:23 -0700 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-06-13 22:08:40 +0000 |
commit | 037eb91f65510d2949289f837c716b7fa997746f (patch) | |
tree | 36521ed3414c64d3aaafa11b659f4d396811763c /docs | |
parent | 9c8e7c6d700c583f8de3a537b4cde74327de0f34 (diff) | |
download | chrome-ec-037eb91f65510d2949289f837c716b7fa997746f.tar.gz |
docs: Add sitemap
When new docs are added, they should be added to this sitemap, so that the
documentation is discoverable and easy to navigate.
BRANCH=none
BUG=chromium:973205
TEST=make buildall -j
TEST=View Markdown Preview in CLion
TEST=View Markdown in gitiles
Change-Id: I327d444eb64b0142fb2f00e3e0fd55bc072f47e7
Signed-off-by: Tom Hughes <tomhughes@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1658629
Reviewed-by: Randall Spangler <rspangler@chromium.org>
Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/sitemap.md | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/sitemap.md b/docs/sitemap.md new file mode 100644 index 0000000000..b377f1f45a --- /dev/null +++ b/docs/sitemap.md @@ -0,0 +1,19 @@ +# Sitemap + +## Getting Started + +* [Getting Started Quickly](./getting_started_quickly.md) +* [Core Runtime](./core_runtime.md) + +## Case Closed Debugging (CCD) + +* [Case Closed Debugging Overview](./case_closed_debugging.md) +* [Google Security Chip Case Closed Debugging](./case_closed_debugging_cr50.md) + +## Updaters + +* [USB Updater](./usb_updater.md) + +## Miscellaneous + +* [Low Battery Startup](./low_battery_startup.md) |