We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20dc8e9 commit 280423fCopy full SHA for 280423f
1 file changed
docs/setup/adding-a-comment-system.md
@@ -106,6 +106,17 @@ comments: true
106
If you wish to enable comments for an entire folder, you can use the
107
[built-in meta plugin].
108
109
+For example, add a `.meta.yml` file to the folder where comments should be
110
+enabled:
111
+
112
+``` yaml title=".meta.yml"
113
+comments: true
114
+```
115
116
+This configuration is applied recursively to pages in that folder and its
117
+subfolders, as described in the meta plugin documentation. To disable comments
118
+for a specific page, set `comments: false` in that page's front matter.
119
120
[Giscus GitHub App]: https://github.com/apps/giscus
121
[theme extension]: ../customization.md#extending-the-theme
122
[comments]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/comments.html
0 commit comments