Skip to content

Commit 2588b8a

Browse files
committed
Add external database guide to tutorials
Integrate the "Using an External Database" guide into the tutorials section, improving accessibility. This relocation aligns with user needs to easily find setup instructions for using external databases with Coder.
1 parent 710bd75 commit 2588b8a

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

docs/manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,11 @@
653653
"description": "Learn how to author Coder templates",
654654
"path": "./tutorials/template-from-scratch.md"
655655
},
656+
{
657+
"title": "Using an External Database",
658+
"description": "Use Coder with an external database",
659+
"path": "./tutorials/external-database.md"
660+
},
656661
{
657662
"title": "Image Management",
658663
"description": "Learn about image management with Coder",

docs/install/database.md renamed to docs/tutorials/external-database.md

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Using Coder with an external database
2+
13
## Recommendation
24

35
For production deployments, we recommend using an external
@@ -88,8 +90,3 @@ it. The schema should be present on this listing:
8890
```shell
8991
psql -U coder -c '\dn'
9092
```
91-
92-
## Next steps
93-
94-
- [Configuring Coder](../admin/setup/index.md)
95-
- [Templates](../admin/templates/index.md)

0 commit comments

Comments
 (0)