Skip to content

Commit 66fd17d

Browse files
committed
Update plugin documentation on siteConfiguration.md
1 parent 5f59338 commit 66fd17d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/userGuide/siteConfiguration.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -171,9 +171,11 @@ The ignore pattern follows the [glob pattern used in .gitignore](https://git-scm
171171
The branch that will be deployed to in the remote repo.
172172
</div>
173173

174-
#### **`tags`**
174+
#### **`plugins`**, **`pluginsContext`**
175175

176-
**A list of tags to filter page elements.** Page elements with the specified tags are retained, while elements tagged with other tags are removed. Do not specify this option if you want to show everything. See [_User Guide: Tweaking the Page Structure → Using Tags_](tweakingThePageStructure.html#using-tags) section for more information.
176+
**A list of plugins to load.** Plugins are user-defined extensions that can add custom features to MarkBind. `pluginsContext` contains settings to be applied to the loaded plugins. See [User Guide: Using Plugins](usingPlugins.html) for more details.
177+
178+
The example above uses tags as an example of configuring plugin settings, refer to the [`filterTags` plugin](tweakingThePageStructure.html#filtertags-toggling-alternative-contents-in-a-page) for more details.
177179

178180
#### **`headingIndexingLevel`**
179181

0 commit comments

Comments
 (0)