summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Hughes <tomhughes@chromium.org>2019-06-13 10:39:23 -0700
committerCommit Bot <commit-bot@chromium.org>2019-06-13 22:08:40 +0000
commit037eb91f65510d2949289f837c716b7fa997746f (patch)
tree36521ed3414c64d3aaafa11b659f4d396811763c
parent9c8e7c6d700c583f8de3a537b4cde74327de0f34 (diff)
downloadchrome-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>
-rw-r--r--docs/sitemap.md19
-rw-r--r--navbar.md2
2 files changed, 20 insertions, 1 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)
diff --git a/navbar.md b/navbar.md
index 73117e7e61..c314d568bd 100644
--- a/navbar.md
+++ b/navbar.md
@@ -3,6 +3,6 @@
[home]: /README.md
* [Home][home]
-* [Sitemap](/docs)
+* [Sitemap](/docs/sitemap.md)
* [Getting Started Quickly](/docs/getting_started_quickly.md)
* [Chromium OS Docs](https://chromium.googlesource.com/chromiumos/docs/+/master/README.md)