Skip to content

Commit

Permalink
fix: llms plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
justserdar committed Mar 6, 2025
1 parent e77b108 commit 5e9279e
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -603,7 +603,7 @@ export default defineConfig({
plugins: [
yaml as any,
llms({
llmsDir: 'llms'
llmsDir: '/'
})
],
assetsInclude: ['**/*.yml'],
Expand Down
19 changes: 19 additions & 0 deletions docs/public/llms.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Project Name

> Project description goes here

## Documentation

- [What is Coolify](docs/get-started/introduction.md): Introduction to Coolify

# API Reference

- [Cloud vs Self-host](docs/troubleshoot/cloud-vs-selfhost.md)
- [Development](docs/troubleshoot/dev.md)
- [Downgrade](docs/troubleshoot/downgrade.md)

- [Installation](docs/troubleshoot/installation.md)
- [Support](docs/troubleshoot/support.md)
- [Uninstallation](docs/troubleshoot/uninstallation.md)
- [Upgrade](docs/troubleshoot/upgrade.md)
- [What is Coolify](docs/troubleshoot/what-is-coolify.md)

0 comments on commit 5e9279e

Please sign in to comment.