Skip to content

Commit 620ff0f

Browse files
author
committed
Deployed 742ccfd with MkDocs version: 1.6.1
0 parents  commit 620ff0f

File tree

103 files changed

+72989
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

103 files changed

+72989
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 1417 additions & 0 deletions
Large diffs are not rendered by default.

api-reference/etcd-druid-api.html

Lines changed: 3618 additions & 0 deletions
Large diffs are not rendered by default.

assets/css/custom.css

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
/* header */
2+
.md-header__button.md-logo {
3+
margin-top: 0;
4+
margin-bottom: 0;
5+
padding-top: 0;
6+
padding-bottom: 0;
7+
}
8+
9+
.md-header__button.md-logo img,
10+
.md-header__button.md-logo svg {
11+
height: 3rem;
12+
width: 3rem;
13+
}
14+
.md-header__title {
15+
font-size: 1.5rem;
16+
font-weight: normal;
17+
height: 3.5rem;
18+
line-height: 3.5rem;
19+
font-family: "Zilla Slab";
20+
}
21+
22+
/* Navigation tabs */
23+
.md-tabs__list {
24+
justify-content: left;
25+
}
26+
27+
.md-tabs__item {
28+
height: 2.0rem;
29+
padding-left: 1.0em;
30+
padding-right: 1.0em;
31+
font-family: "Roboto Slab";
32+
}
33+
34+
.md-tabs__link {
35+
font-size: 0.70rem;
36+
font-weight: normal;
37+
}
38+
39+
/* search box */
40+
.md-search__form {
41+
border: 1px solid var(--pg-light-border);
42+
box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(0, 0, 0, 0.02) 0px 1px 2px -1px;
43+
border-radius: 6px;
44+
height: 1.6rem;
45+
}
46+
47+
[data-md-toggle="search"]:checked ~ .md-header .md-search__form {
48+
border-radius: 6px 6px 0 0;
49+
}
50+
51+
.md-search__input {
52+
font-size: .7rem;
53+
}
54+
55+
/* show table borders */
56+
.md-typeset td:not([class]):not(:last-child) {
57+
border: 0.05rem solid var(--md-typeset-table-color);
58+
}
59+
60+
/* Highlight selected file in the left navigation pane*/
61+
.md-nav__link--active {
62+
background-color: var(--md-code-bg-color);
63+
border-radius: 0.3em;
64+
padding: 0.2em;
65+
outline: 0.1em;
66+
}
67+
68+
/* Additional styling to fix glitches */
69+
.md-sidebar__inner {
70+
padding-top: 0.1em;
71+
}
72+
73+
.md-nav--lifted > .md-nav__list > .md-nav__item--active > .md-nav__link {
74+
box-shadow: initial;
75+
}

assets/images/favicon.png

1.83 KB
Loading
Loading

assets/javascripts/bundle.83f73b43.min.js

Lines changed: 16 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/bundle.83f73b43.min.js.map

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/glightbox.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.ar.min.js

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.da.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.de.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/javascripts/lunr/min/lunr.du.min.js

Lines changed: 18 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)