We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da6fe13 commit aaf666eCopy full SHA for aaf666e
docs/stylesheets/layout.css
@@ -16,3 +16,11 @@
16
.md-typeset a {
17
color: #026378;
18
}
19
+
20
+.tabbed-content {
21
+ border: 1px solid #ccc;
22
+ border-top: none;
23
+ padding: 0 0.5em;
24
+ border-bottom-right-radius: 0.3em;
25
+ border-bottom-left-radius: 0.3em;
26
+}
mkdocs.yml
@@ -9,6 +9,7 @@ nav:
9
- Home:
10
- Overview: README.md
11
- Configuration: configuration.md
12
+ - Models: models.md
13
- Development: development.md
14
- Protocol: protocol.md
15
- Features: features.md
0 commit comments