File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff 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' ] ,
Original file line number Diff line number Diff line change 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)
You can’t perform that action at this time.
0 commit comments