summaryrefslogtreecommitdiff
path: root/navbar.md
Commit message (Collapse)AuthorAgeFilesLines
* docs: Fix iconJeremy Bettis2023-01-271-1/+1
| | | | | | | | | | | | | | | | The icon url changed in gerrit, point to the current location. BRANCH=None BUG=None TEST=See preview Change-Id: I88392e12971ef7c93be5533d8d68276558efee92 Signed-off-by: Jeremy Bettis <jbettis@google.com> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/4199171 Reviewed-by: Paul Fagerburg <pfagerburg@chromium.org> Auto-Submit: Jeremy Bettis <jbettis@chromium.org> Commit-Queue: Paul Fagerburg <pfagerburg@chromium.org> Tested-by: Jeremy Bettis <jbettis@chromium.org>
* docs/navbar: Update issue tracker linkTom Hughes2022-01-071-1/+1
| | | | | | | | | | | | BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Ic8d4544ae2de5321ec45597d66e9252d0748bf62 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3369649 Reviewed-by: Denis Brockus <dbrockus@chromium.org> Commit-Queue: Denis Brockus <dbrockus@chromium.org>
* navbar: Fix logo urlAashay Shringarpure2021-11-151-1/+1
| | | | | | | | | | | | BUG=None TEST=gitiles render BRANCH=None Signed-off-by: Aashay Shringarpure <aashay@google.com> Change-Id: I09f6dbefef7ad52db1bb19d6b6df2538d786c13c Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3282774 Commit-Queue: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Aseda Aboagye <aaboagye@chromium.org>
* docs: replace "master" with "HEAD" in URLsTom Hughes2021-09-281-2/+2
| | | | | | | | | | | | | | find . -name '*.md' | xargs sed -i 's#refs/heads/master#HEAD#g' find . -name '*.md' | xargs sed -i 's#+/master#+/HEAD#g' BRANCH=none BUG=none TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: Iaac99ddc3463c8c7bb08038214e3eb22951db6a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3188552 Reviewed-by: Diana Z <dzigterman@chromium.org>
* docs: Run mdformat on all .md filesTom Hughes2021-01-281-6/+6
| | | | | | | | | | | BRANCH=none BUG=b:178648877 TEST=view in gitiles Signed-off-by: Tom Hughes <tomhughes@chromium.org> Change-Id: I0ac5581ba7bc512234d40dbf34222422afa9c725 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2650551 Reviewed-by: Jack Rosenthal <jrosenth@chromium.org>
* docs: Add link in navbar to file a bug or report security issueTom Hughes2019-08-231-0/+2
| | | | | | | | | | | | BRANCH=none BUG=none TEST=View in gitiles Change-Id: Ib90270011d687e1b1fe78332d1407230776403d1 Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1758540 Reviewed-by: Jett Rink <jettrink@chromium.org> Commit-Queue: Jett Rink <jettrink@chromium.org>
* docs: Add logo and change "Sitemap" to "Documentation"Tom Hughes2019-08-161-1/+2
| | | | | | | | | | | | | | | | | | The logo makes the docs consistent with other Chromium documentation: https://chromium.googlesource.com/chromiumos/docs/+/master/developer_guide.md I think that Using "Documentation" instead of "Sitemap" in the navbar makes it a little more obvious that clicking on that brings you to the index of all EC documentation. BRANCH=none BUG=none TEST=View in gitiles Change-Id: Iefacc1c1f7565061951ca78950313bc29f40ff9f Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1741304 Reviewed-by: Jett Rink <jettrink@chromium.org>
* docs: Add sitemapTom Hughes2019-06-131-1/+1
| | | | | | | | | | | | | | | | | 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>
* docs: Add "Getting Started Quickly"Tom Hughes2019-06-121-0/+1
| | | | | | | | | | | | | | | | | | | | | Converted the documentation in http://dev.chromium.org/chromium-os/ec-development/getting-started-building-ec-images-quickly to Markdown with go/gdc. I made minor cleanups to the Markdown after the conversion due to bugs in the formatting, but preserved the content/text. It's known that this documentation is out of date, but I wanted to preserve the history, so updates to the context/text should be made after this commit. BRANCH=none BUG=chromium:973205 TEST=make buildall -j TEST=View Markdown Preview in CLion TEST=View Markdown in gitiles Change-Id: I05b8fbb48345be028a9f8a046bffe422b599c77a Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1655949 Reviewed-by: Jett Rink <jettrink@chromium.org>
* docs: Add navbarTom Hughes2019-06-121-0/+7
The navbar shows up at the top of the documentation and makes it easier to locate other EC docs in the repo. As we move more docs to the repo, this will help keep everything organized. BRANCH=none BUG=chromium:973205 TEST=make buildall -j TEST=View Markdown Preview in CLion TEST=View Markdown in gitiles Change-Id: I6bd3e3becef259dc4f08221a0d8feb559ea8757b Signed-off-by: Tom Hughes <tomhughes@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/1654290 Reviewed-by: Aseda Aboagye <aaboagye@chromium.org> Reviewed-by: Daisuke Nojiri <dnojiri@chromium.org>