Skip to content

Commit 897dbfb

Browse files
committed
docs: add next steps
1 parent a09e4de commit 897dbfb

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

data/docs/install-setup.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@ Deno.serve(async (req) => {
9898
If there is demand, we could introduce a `@mastrojs/middleware` package that formalizes this concept somewhat.
9999

100100

101-
## Bundling, build/pregenerate step and asset pipeline
101+
## Next steps
102102

103-
To bundle client-side JavaScript, CSS or transform images, see [Bundling, pregenerating assets and caching in the guide](/guide/bundling-assets-caching/)
103+
- [Deploy your static site to production](https://mastrojs.github.io/guide/deploy/#deploy-static-site-with-ci%2Fcd)
104+
- [Deploy your server to production](https://mastrojs.github.io/guide/deploy/#deploy-server-to-production)
105+
- [Add extensions](/#batteries-optional)
106+
- [Bundle client-side JavaScript, CSS or transform images](/guide/bundling-assets-caching/)
107+
108+
Do you have a question, need help, or would like to talk about future plans? Please [start a GitHub discussion](https://github.com/mastrojs/mastro/discussions/new/choose).
109+
110+
Something not working as expected? We consider that a bug. [Open a GitHub issue](https://github.com/mastrojs/mastro/issues/).

0 commit comments

Comments
 (0)