1
0
Fork 0

Small tweaks to docs to make them more user friendly (#11518)

* first pass

* firmware firmware?

* Split out debug + testing docs

* tidy up duplicate css

* Add extra info to debug example

Co-authored-by: Drashna Jaelre <drashna@live.com>

Co-authored-by: Drashna Jaelre <drashna@live.com>
This commit is contained in:
Joel Challis 2021-01-20 18:46:01 +00:00 committed by GitHub
parent 1328ab7c7d
commit 4e8166750b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 278 additions and 284 deletions

View file

@ -28,6 +28,9 @@
border-bottom: 1px solid #777 !important;
}
.markdown-section p.warn > strong {
color: #c8c8c8;
}
:root {
--docsifytabs-border-color: #555;
@ -36,11 +39,3 @@
--docsifytabs-tab-background: #444;
--docsifytabs-tab-background-active: #3f3f3f;
}
.docsify-tabs__tab:focus {
outline: none !important;
}
.docsify-tabs__content .anchor {
transition: none;
}