diff options
author | Nick Winans <nick@winans.codes> | 2021-02-16 14:34:09 -0600 |
---|---|---|
committer | Pete Johanson <peter@peterjohanson.com> | 2021-03-11 16:31:34 -0500 |
commit | 4ef11ac4aa5185994db19ef3f69a8c54c70fb06c (patch) | |
tree | 4053be2ed00fa01f03868ac455d07dc4e1ec1496 /docs/docusaurus.config.js | |
parent | 0df71100581d040178bd0fe8ec0382d84dc59a40 (diff) |
feat(docs): Add power profiler
Diffstat (limited to 'docs/docusaurus.config.js')
-rw-r--r-- | docs/docusaurus.config.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index f22610a..ab7ec12 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -30,6 +30,11 @@ module.exports = { }, { to: "blog", label: "Blog", position: "left" }, { + to: "power-profiler", + label: "Power Profiler", + position: "left", + }, + { href: "https://github.com/zmkfirmware/zmk", label: "GitHub", position: "right", |