Skip to content

Commit e74951b

Browse files
committed
Adjust docs
1 parent 4d9259b commit e74951b

File tree

5 files changed

+20
-379
lines changed

5 files changed

+20
-379
lines changed

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
<h1 align="center">SuperStack</h1>
66

7+
<p align="center">
8+
[Documentation](https://www.explodinglabs.com/superstack/) | [Developer Wiki](https://github.com/explodinglabs/superstack/wiki)
9+
</p>
10+
711
_SuperStack_ is a minimal **application backend** powered by PostgreSQL and
812
PostgREST, routed through Caddy. Designed for speed, simplicity, and
913
composability.
@@ -38,6 +42,12 @@ docker compose up -d
3842
Open [http://localhost:8000/openapi/](http://localhost:8000/openapi/) to view
3943
your Swagger UI.
4044

41-
## 📚 Full Documentation
45+
## 📚 Documentation
46+
47+
Explore the full documentation:
48+
49+
📖 [SuperStack Guide](https://explodinglabs.com/superstack/) — Everything you need to install, configure, and use SuperStack out of the box.
50+
🛠️ [Developer Wiki](https://github.com/explodinglabs/superstack/wiki) — Add features like authentication, messaging queues, Stripe webhooks, and more — a collection of integrations.
4251

43-
👉 [explodinglabs.com/superstack/](https://explodinglabs.com/superstack/)
52+
👉 [Superstack Documentation]()
53+
👉 [Build your app with instructions in the Wiki](https://github.com/explodinglabs/superstack/wiki)

docs/authentication.md

Lines changed: 0 additions & 256 deletions
This file was deleted.

docs/index.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ Caddy), making it easy to develop locally or deploy remotely.
2525

2626
---
2727

28-
## 📚 Documentation
29-
30-
- [Getting Started](gettingstarted.md)
31-
- [Migrations](migrations.md)
32-
- [Postgres Extensions](extensions.md)
33-
- [Authentication](authentication.md)
34-
- [Psql](psql.md)
35-
- [Deploying to Remote Environments](deploying.md)
28+
## 📚 What's next?
29+
30+
👉 [Getting Started](gettingstarted.md)
31+
👉 Jump to the [Developer
32+
Wiki](https://github.com/explodinglabs/superstack/wiki) to start adding to your
33+
stack.

0 commit comments

Comments
 (0)