Improve mobile layout, continue trying to fix slash links
This commit is contained in:
parent
b39b545055
commit
d80ce75e1c
18
_config.yml
18
_config.yml
|
@ -28,31 +28,31 @@ color_scheme: opensearch
|
||||||
collections:
|
collections:
|
||||||
# Define a collection named "tests", its documents reside in the "_tests" directory
|
# Define a collection named "tests", its documents reside in the "_tests" directory
|
||||||
opensearch:
|
opensearch:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
dashboards:
|
dashboards:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
security-plugin:
|
security-plugin:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
search-plugins:
|
search-plugins:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
im-plugin:
|
im-plugin:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
monitoring-plugins:
|
monitoring-plugins:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
clients:
|
clients:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
troubleshoot:
|
troubleshoot:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
external_links:
|
external_links:
|
||||||
permalink: "/:collection/:path/"
|
permalink: /:collection/:path/
|
||||||
output: true
|
output: true
|
||||||
|
|
||||||
just_the_docs:
|
just_the_docs:
|
||||||
|
|
|
@ -31,6 +31,10 @@ code {
|
||||||
padding-top: 2rem;
|
padding-top: 2rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.nav-category {
|
||||||
|
text-align: start;
|
||||||
|
}
|
||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
ol {
|
ol {
|
||||||
> li {
|
> li {
|
||||||
|
|
Loading…
Reference in New Issue