mirror of
https://github.com/snachodog/just-the-docs.git
synced 2025-04-17 00:22:24 -06:00
Lint and docs
This commit is contained in:
parent
7fa6307640
commit
2b2ebf6033
@ -48,4 +48,4 @@ compress_html:
|
|||||||
endings: all
|
endings: all
|
||||||
startings: []
|
startings: []
|
||||||
blank_lines: false
|
blank_lines: false
|
||||||
profile: false
|
profile: false
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
.search-input-wrap {
|
.search-input-wrap {
|
||||||
display: flex;
|
display: flex;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-color: $search-background-color;
|
|
||||||
padding: $sp-2;
|
padding: $sp-2;
|
||||||
|
background-color: $search-background-color;
|
||||||
border-radius: $border-radius;
|
border-radius: $border-radius;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||||
|
|
||||||
@ -27,8 +27,8 @@
|
|||||||
padding-right: 0;
|
padding-right: 0;
|
||||||
padding-bottom: 0;
|
padding-bottom: 0;
|
||||||
padding-left: 0;
|
padding-left: 0;
|
||||||
border-radius: 0;
|
|
||||||
background-color: $body-background-color;
|
background-color: $body-background-color;
|
||||||
|
border-radius: 0;
|
||||||
box-shadow: none;
|
box-shadow: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -70,11 +70,11 @@
|
|||||||
|
|
||||||
.search-results-wrap {
|
.search-results-wrap {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
display: none;
|
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
display: none;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
border-radius: $border-radius;
|
|
||||||
background: $search-background-color;
|
background: $search-background-color;
|
||||||
|
border-radius: $border-radius;
|
||||||
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 3px 10px rgba(0, 0, 0, 0.08);
|
||||||
|
|
||||||
&.active {
|
&.active {
|
||||||
|
@ -33,7 +33,6 @@
|
|||||||
@import "./search";
|
@import "./search";
|
||||||
@import "./tables";
|
@import "./tables";
|
||||||
@import "./code";
|
@import "./code";
|
||||||
@import "./anchor_headings";
|
|
||||||
@import "./utilities/utilities";
|
@import "./utilities/utilities";
|
||||||
|
|
||||||
//
|
//
|
||||||
|
@ -41,5 +41,4 @@
|
|||||||
@import "./search";
|
@import "./search";
|
||||||
@import "./tables";
|
@import "./tables";
|
||||||
@import "./code";
|
@import "./code";
|
||||||
@import "./anchor_headings";
|
|
||||||
@import "./utilities/utilities";
|
@import "./utilities/utilities";
|
||||||
|
@ -38,6 +38,16 @@ aux_links:
|
|||||||
- "//github.com/pmarsceill/just-the-docs"
|
- "//github.com/pmarsceill/just-the-docs"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Heading anchors
|
||||||
|
```yaml
|
||||||
|
# Heading anchors appear on hover over h1-h6 tags
|
||||||
|
# allowing users to deep link to a particular heading
|
||||||
|
# on a page.
|
||||||
|
#
|
||||||
|
# Supprts true (default) or false/nil
|
||||||
|
heading_anchors: true
|
||||||
|
```
|
||||||
|
|
||||||
## Color scheme
|
## Color scheme
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
Loading…
x
Reference in New Issue
Block a user