You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -189,7 +189,7 @@ Each plugin has its own plugin.json with detailed metadata:
189
189
190
190
## Documentation Site
191
191
192
-
The plugin includes a static documentation site at `plugins/compounding-engineering/docs/`. This site is built with plain HTML/CSS/JS (based on Evil Martians' LaunchKit template) and requires no build step to view.
192
+
The documentation site is at `/docs` in the repository root (for GitHub Pages). This site is built with plain HTML/CSS/JS (based on Evil Martians' LaunchKit template) and requires no build step to view.
193
193
194
194
### Documentation Structure
195
195
@@ -246,10 +246,10 @@ Since the docs are static HTML, you can view them directly:
246
246
247
247
```bash
248
248
# Open in browser
249
-
open plugins/compounding-engineering/docs/index.html
0 commit comments