Skip to content

Commit 05d191b

Browse files
committed
Clarify activation of search plugin
1 parent 559d26a commit 05d191b

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ Install the plugin using pip:
2121
pip install mkdocs-git-authors-plugin
2222
```
2323

24-
Activate the plugin in `mkdocs.yml`:
24+
Next, add the following lines to your `mkdocs.yml`:
2525

26-
```yaml
26+
```yml
2727
plugins:
28+
- search
2829
- git-authors
2930
```
3031
32+
> If you have no `plugins` entry in your config file yet, you'll likely also want to add the `search` plugin. MkDocs enables it by default if there is no `plugins` entry set.
33+
3134
## Usage
3235

3336
### In supported themes

0 commit comments

Comments
 (0)