We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 192d503 commit 50a8096Copy full SHA for 50a8096
1 file changed
docs/conf.py
@@ -55,8 +55,11 @@
55
"Thumbs.db",
56
".DS_Store",
57
# Internal planning and spec docs live under docs/ for editor
58
- # convenience but aren't part of the user-facing site.
59
- "superpowers/**",
+ # convenience but aren't part of the user-facing site. Excluded
+ # narrowly so that a future user-facing doc under docs/superpowers/
60
+ # would still get picked up.
61
+ "superpowers/plans/**",
62
+ "superpowers/specs/**",
63
]
64
65
templates_path = ["_templates"]
0 commit comments