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: b35401f4f20fd6d608a98b1e43f54179dc611c94 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
```