diff --git a/docs/_static/extra.css b/docs/_static/extra.css index e88d4b07..a90e062e 100644 --- a/docs/_static/extra.css +++ b/docs/_static/extra.css @@ -256,6 +256,14 @@ nav { /* Misc */ +.navbar-header .navbar-brand { + color: #e0e0e0; + background: url("../_static/platformio-logo-xs.png") no-repeat; + background-position: 5px 0; + padding-left: 50px; + font-weight: 500; +} + .top-banner { display: block; padding: 10px 20px; diff --git a/docs/_static/platformio-logo-xs.png b/docs/_static/platformio-logo-xs.png new file mode 100644 index 00000000..9ac1f099 Binary files /dev/null and b/docs/_static/platformio-logo-xs.png differ diff --git a/docs/_templates/footer.html b/docs/_templates/footer.html index 65446636..24bc2f5d 100644 --- a/docs/_templates/footer.html +++ b/docs/_templates/footer.html @@ -12,15 +12,15 @@
diff --git a/docs/quickstart.rst b/docs/quickstart.rst index cc97db5f..f1975a75 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -26,7 +26,7 @@ Please follow to the Quickstart section of :ref:`ide_atom`. PlatformIO CLI -------------- -1. :ref:`Install PlatformIO CLI `. +1. `Install PlatformIO CLI `_. 2. Find board ``type`` using `Embedded Boards Explorer `_ or via :ref:`cmd_boards` command.