mirror of
https://github.com/cheveguerra/bot-whatsapp.git
synced 2026-04-21 13:09:16 +00:00
23 lines
714 B
Markdown
23 lines
714 B
Markdown
---
|
|
title: Overview
|
|
---
|
|
|
|
# Docs Site Overview
|
|
|
|
This page is wrapped by two layouts because this source file `src/routes/docs/index.md` is nested. The applied layouts are:
|
|
|
|
- `src/routes/docs/layout.tsx`
|
|
- `src/routes/layout.tsx`
|
|
|
|
## Left Menu
|
|
|
|
The left menu ordering is created with the `src/routes/docs/menu.md` markdown file.
|
|
|
|
## More info:
|
|
|
|
- [Layouts](https://qwik.builder.io/qwikcity/layout/overview/)
|
|
- [Routing](https://qwik.builder.io/qwikcity/routing/overview/)
|
|
- [Authoring Content](https://qwik.builder.io/qwikcity/content/component/)
|
|
- [Deployment](https://qwik.builder.io/qwikcity/adaptors/overview/)
|
|
- [Static Site Generation (SSG)](https://qwik.builder.io/qwikcity/static-site-generation/overview/)
|