Skip to content

Commit 5e9279e

Browse files
committed
fix: llms plugin
1 parent e77b108 commit 5e9279e

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -603,7 +603,7 @@ export default defineConfig({
603603
plugins: [
604604
yaml as any,
605605
llms({
606-
llmsDir: 'llms'
606+
llmsDir: '/'
607607
})
608608
],
609609
assetsInclude: ['**/*.yml'],

docs/public/llms.txt

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Project Name
2+
3+
> Project description goes here
4+
5+
## Documentation
6+
7+
- [What is Coolify](docs/get-started/introduction.md): Introduction to Coolify
8+
9+
# API Reference
10+
11+
- [Cloud vs Self-host](docs/troubleshoot/cloud-vs-selfhost.md)
12+
- [Development](docs/troubleshoot/dev.md)
13+
- [Downgrade](docs/troubleshoot/downgrade.md)
14+
15+
- [Installation](docs/troubleshoot/installation.md)
16+
- [Support](docs/troubleshoot/support.md)
17+
- [Uninstallation](docs/troubleshoot/uninstallation.md)
18+
- [Upgrade](docs/troubleshoot/upgrade.md)
19+
- [What is Coolify](docs/troubleshoot/what-is-coolify.md)

0 commit comments

Comments
 (0)