From 280423fd757dce67abd626bb9f8bc6bd4a92063e Mon Sep 17 00:00:00 2001 From: MMoney1988 <155095711+MMoney1988@users.noreply.github.com> Date: Thu, 23 Apr 2026 15:38:16 +0200 Subject: [PATCH] Documentation (#8583) --- docs/setup/adding-a-comment-system.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/docs/setup/adding-a-comment-system.md b/docs/setup/adding-a-comment-system.md index 5238926e5..80ede7120 100644 --- a/docs/setup/adding-a-comment-system.md +++ b/docs/setup/adding-a-comment-system.md @@ -106,6 +106,17 @@ comments: true If you wish to enable comments for an entire folder, you can use the [built-in meta plugin]. +For example, add a `.meta.yml` file to the folder where comments should be +enabled: + +``` yaml title=".meta.yml" +comments: true +``` + +This configuration is applied recursively to pages in that folder and its +subfolders, as described in the meta plugin documentation. To disable comments +for a specific page, set `comments: false` in that page's front matter. + [Giscus GitHub App]: https://github.com/apps/giscus [theme extension]: ../customization.md#extending-the-theme [comments]: https://github.com/squidfunk/mkdocs-material/blob/master/src/templates/partials/comments.html