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

_index.md « disable « customize-style « content-organisation « content « exampleSite - github.com/vjeantet/hugo-theme-docport.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8b16b122e1a4466662f099a914755f55cfb57573 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
+++
title = "Disable features"
subpage=true
+++

You can disable feature in docport by changing some params in `config.toml`


## hide Next / Prev Chevrons
```toml
	[params]
	disableNavChevron = true
```

## hide Search box in side menu
```toml
	[params]
	disableSearch = true
```