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 9b5f0be commit ac0a552Copy full SHA for ac0a552
.gitignore
@@ -25,6 +25,7 @@ resources/*
25
.hugo_build.lock
26
public/*
27
exampleSite/public
28
+exampleSite/hugo
29
30
# Python
31
.venv
assets/css/f5-hugo.css
@@ -793,6 +793,10 @@ redoc {
793
overscroll-behavior-y: none;
794
}
795
796
+.nginx-docs-api-container {
797
+ width: 100%;
798
+}
799
+
800
.nginx-docs-api-container button {
801
border-color: inherit;
802
box-shadow: none !important;
0 commit comments