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

test.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: 8c22591e4f4edc7ce1ab34aedcbb48280293b791 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
+++
title = "test A"
+++

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