Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/content/content-and-customization/03-look-and-feel/disable/_index.md')
-rw-r--r--exampleSite/content/content-and-customization/03-look-and-feel/disable/_index.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/exampleSite/content/content-and-customization/03-look-and-feel/disable/_index.md b/exampleSite/content/content-and-customization/03-look-and-feel/disable/_index.md
new file mode 100644
index 0000000..b35401f
--- /dev/null
+++ b/exampleSite/content/content-and-customization/03-look-and-feel/disable/_index.md
@@ -0,0 +1,16 @@
++++
+title = "Disable features"
+subpage=true
++++
+
+You can disable feature in docport by changing some params in `config.toml`
+
+
+## Hide Next Page Chevrons
+
+![](chevrons.png?classes=border,shadow)
+
+```toml
+ [params]
+ disableNavChevron = true
+```