diff options
author | Keith Short <keithshort@chromium.org> | 2019-08-06 15:21:13 -0600 |
---|---|---|
committer | Commit Bot <commit-bot@chromium.org> | 2019-08-09 17:14:00 +0000 |
commit | 278bbbd7a7ce365b7500d0c97e24ffdc4a1c48dc (patch) | |
tree | 99de501390f3002cff6ea8a241be7fbab152eed5 /docs/sitemap.md | |
parent | cda525c29d54303c5320cc393a00035a1d21c8c5 (diff) | |
download | chrome-ec-278bbbd7a7ce365b7500d0c97e24ffdc4a1c48dc.tar.gz |
doc: Add documentation for EC terms
Add documentation for acronyms and technologies used in the EC codebase.
BRANCH=none
BUG=none
TEST=run md_browser.py against changes
Change-Id: I2ccc6e7c0c60144ded2e7b8cc171fa2a2897d006
Signed-off-by: Keith Short <keithshort@chromium.org>
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1740080
Reviewed-by: Edward Hill <ecgh@chromium.org>
Diffstat (limited to 'docs/sitemap.md')
-rw-r--r-- | docs/sitemap.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/sitemap.md b/docs/sitemap.md index b1e30c5fd9..b46079f159 100644 --- a/docs/sitemap.md +++ b/docs/sitemap.md @@ -5,6 +5,7 @@ * [Getting Started Quickly](./getting_started_quickly.md) * [Core Runtime](./core_runtime.md) * [Write Protection](./write_protection.md) +* [EC Acronyms and Technologies](./ec_terms.md) ## Case Closed Debugging (CCD) |