We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c9a26ec commit 97407d7Copy full SHA for 97407d7
3 files changed
docs/stylesheets/extra.css
@@ -40,4 +40,14 @@
40
41
:root {
42
--md-primary-fg-color: #3C64E2;
43
+}
44
+
45
+.md-tabs__item:last-child a::before {
46
+ content: "";
47
+ background: transparent url("tobiko-logo.svg") center left no-repeat;
48
+ background-size: contain;
49
+ width: 18px;
50
+ height: 18px;
51
+ display: inline-block;
52
+ margin-bottom: -4px;
53
}
docs/stylesheets/tobiko-logo.svg
mkdocs.yml
@@ -107,7 +107,7 @@ nav:
107
- Configuration:
108
- reference/configuration.md
109
- reference/model_configuration.md
110
- - Tobiko Cloud:
+ - Tobiko Cloud: # NOTE: if this item is no longer last, need to update extra.css to adjust logo positioning
111
- "Overview": cloud/cloud_index.md
112
- "Getting Started": cloud/tcloud_getting_started.md
113
- Cloud Features:
0 commit comments