Skip to content

Commit

Permalink
Fix documentation error in Developing Themes (#2781)
Browse files Browse the repository at this point in the history
  • Loading branch information
mondeja committed Mar 2, 2022
1 parent 747320f commit f725e22
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/dev-guide/themes.md
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ objects.
```json
{
config: {...},
data: [...],
docs: [...],
index: {...}
}
```
Expand All @@ -682,7 +682,7 @@ If present, the `config` object contains the key/value pairs of config options
defined for the plugin in the user's `mkdocs.yml` config file under
`plugings.search`. The `config` object was new in MkDocs version *1.0*.

The `data` object contains a list of document objects. Each document object is
The `docs` object contains a list of document objects. Each document object is
made up of a `location` (URL), a `title`, and `text` which can be used to create
a search index and/or display search results.

Expand Down

0 comments on commit f725e22

Please sign in to comment.