Skip to content

Commit b27a259

Browse files
committed
docs: more tools
1 parent 3f2cbc9 commit b27a259

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

.vscode/settings.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,25 @@
2525
"editor.formatOnSave": true,
2626
"search.exclude": {
2727
"**/node_modules": true
28-
}
28+
},
29+
"workbench.colorCustomizations": {
30+
"activityBar.activeBackground": "#2d2970",
31+
"activityBar.background": "#2d2970",
32+
"activityBar.foreground": "#e7e7e7",
33+
"activityBar.inactiveForeground": "#e7e7e799",
34+
"activityBarBadge.background": "#a3423c",
35+
"activityBarBadge.foreground": "#e7e7e7",
36+
"commandCenter.border": "#e7e7e799",
37+
"sash.hoverBorder": "#2d2970",
38+
"statusBar.background": "#1e1b4b",
39+
"statusBar.foreground": "#e7e7e7",
40+
"statusBarItem.hoverBackground": "#2d2970",
41+
"statusBarItem.remoteBackground": "#1e1b4b",
42+
"statusBarItem.remoteForeground": "#e7e7e7",
43+
"titleBar.activeBackground": "#1e1b4b",
44+
"titleBar.activeForeground": "#e7e7e7",
45+
"titleBar.inactiveBackground": "#1e1b4b99",
46+
"titleBar.inactiveForeground": "#e7e7e799"
47+
},
48+
"peacock.color": "#1e1b4b"
2949
}

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
8. Auth: [Better Auth](docs/better-auth.md)
6363
9. Database ORM: [Prisma](docs/prisma.md) with [ZenStack](docs/zenstack.md)
6464
10. Database/DBMS: [PostgreSQL](docs/postgresql.md)
65-
11. Container: [Docker](docs/docker.md) with [Docker Compose](docs/docker-compose.md)
65+
11. Container: [Docker](docs/docker.md) with [Docker Compose](docs/docker-compose.md), using [OrbStack](docs/orbstack.md) or [Docker Desktop](docs/docker-desktop.md)
6666

6767
### Alternative
6868

@@ -90,7 +90,7 @@ Manual:
9090

9191
### Separated Backend
9292

93-
1. [REST API](docs/rest-api.md): [Hono](docs/hono.md) & [Swagger](docs/swagger.md) that can be generated by [ZenStack](docs/zenstack.md)
93+
1. [REST API](docs/rest-api.md): [Hono](docs/hono.md) with [Swagger](docs/swagger.md) & [Scalar](docs/scalar.md) that can be generated by [ZenStack](docs/zenstack.md)
9494
2. [GraphQL](docs/graphql.md): [Apollo](docs/apollo.md), [Pothos](docs/pothos.md), [Sofa](docs/sofa.md)
9595
3. JS-based Fully Featured: [RedwoodJS](docs/redwoodjs.md) / [AdonisJS](docs/adonisjs.md)
9696
4. Non-JS Fully Featured: [Laravel](docs/laravel.md) / [Rails](docs/rails.md) / [Django](docs/django.md)
@@ -147,7 +147,7 @@ Manual:
147147
6. Project/Product Management: [Linear](docs/linear.md) / [Plane.so](docs/plane.md) / [Basecamp](docs/basecamp.md)
148148
7. Social Media Management: [Buffer](docs/buffer.md) / [Mixpost](docs/mixpost.md) / [Postiz](docs/postiz.md)
149149
8. Blog: [Hashnode](docs/hashnode.md) / [Ghost](docs/ghost.md)
150-
9. Container: [OrbStack](docs/orbstack.md)
150+
9. Document: [DocuSeal](docs/docuseal.md) / [Papermark](docs/papermark.md)
151151
10. Launcher: [Raycast](docs/raycast.md)
152152
11. Code Editor: [VS Code](docs/vscode.md) / [NeoVim](docs/neovim.md)
153153
12. AI Code Editor: [Cursor AI](docs/cursor.md) / [Supermaven](docs/supermaven.md) / [GitHub CoPilot](docs/github-copilot.md) / [Tabnine](docs/tabnine.md)

docs/docker-desktop.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Docker Desktop

docs/docuseal.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# DocuSeal

docs/papermark.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Papermark

docs/scalar.md

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Scalar.com

0 commit comments

Comments
 (0)