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

_index.md « disable « 03-look-and-feel « content-and-customization « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a46790aba1d292be3174e39357067af50881ea17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
---
subpage: true
title: Disable features
---

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
```