diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index 4bc469ff12..44daab1f86 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -40,4 +40,14 @@ :root { --md-primary-fg-color: #3C64E2; +} + +.md-tabs__item:last-child a::before { + content: ""; + background: transparent url("tobiko-logo.svg") center left no-repeat; + background-size: contain; + width: 18px; + height: 18px; + display: inline-block; + margin-bottom: -4px; } \ No newline at end of file diff --git a/docs/stylesheets/tobiko-logo.svg b/docs/stylesheets/tobiko-logo.svg new file mode 100644 index 0000000000..3dbc9a6194 --- /dev/null +++ b/docs/stylesheets/tobiko-logo.svg @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/mkdocs.yml b/mkdocs.yml index 092c8d72e2..48a5911f9e 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -107,7 +107,7 @@ nav: - Configuration: - reference/configuration.md - reference/model_configuration.md - - Tobiko Cloud: + - Tobiko Cloud: # NOTE: if this item is no longer last, need to update extra.css to adjust logo positioning - "Overview": cloud/cloud_index.md - "Getting Started": cloud/tcloud_getting_started.md - Cloud Features: