Fix
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
471b20d684
commit
81130e27e4
|
@ -0,0 +1,3 @@
|
||||||
|
.md-content h1:first-of-type {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -0,0 +1,3 @@
|
||||||
|
.md-sidebar--secondary {
|
||||||
|
display: none;
|
||||||
|
}
|
|
@ -15,14 +15,3 @@
|
||||||
white-space: pre;
|
white-space: pre;
|
||||||
}
|
}
|
||||||
|
|
||||||
.page-meta {
|
|
||||||
font-size: 0.8em;
|
|
||||||
color: #888;
|
|
||||||
margin-top: 2em;
|
|
||||||
border-top: 1px solid #ccc;
|
|
||||||
padding-top: 0.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.md-content h1:first-of-type {
|
|
||||||
display: none;
|
|
||||||
}
|
|
|
@ -15,6 +15,8 @@ nav:
|
||||||
- Smokeping: services/smokeping.md
|
- Smokeping: services/smokeping.md
|
||||||
theme:
|
theme:
|
||||||
name: 'material'
|
name: 'material'
|
||||||
|
features:
|
||||||
|
- toc.integrate
|
||||||
language: sv
|
language: sv
|
||||||
font:
|
font:
|
||||||
text: 'Ubuntu'
|
text: 'Ubuntu'
|
||||||
|
@ -44,4 +46,7 @@ plugins:
|
||||||
fallback_to_build_date: true
|
fallback_to_build_date: true
|
||||||
type: date
|
type: date
|
||||||
extra_css:
|
extra_css:
|
||||||
- extra.css
|
- stylesheets/extra.css
|
||||||
|
- overrides/hide-titles.css
|
||||||
|
- overrides/hide-toc.css
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
mkdocs==1.2.1
|
mkdocs==1.6.1
|
||||||
mkdocs-material==7.1.9
|
mkdocs-material==9.6.12
|
||||||
mkdocs-material-extensions==1.0.1
|
|
||||||
mkdocs-minify-plugin==0.4.0
|
|
||||||
mkdocs-git-revision-date-plugin==0.3.1
|
|
||||||
pymdown-extensions==8.2
|
|
||||||
mkdocs-open-in-new-tab==1.0.3
|
mkdocs-open-in-new-tab==1.0.3
|
||||||
mkdocs-git-revision-date-localized-plugin==1.2.0
|
mkdocs-git-revision-date-localized-plugin==1.2.0
|
||||||
|
mkdocs-minify-plugin==0.7.1
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue