The Wisely documentation and playground.
You can find the online version of the Wisely documentation at https://wisely.vercel.app.
You can find the Wisely playground at https://wisely.vercel.app/playground.
.
├── public/
├── src/
│ ├── assets/
│ ├── content/
│ │ ├── docs/
│ │ ├── i18n/
│ │ └── config.ts
│ ├── components/
│ ├── layouts/
│ ├── pages/
│ ├── styles/
│ └── env.d.ts
├── astro.config.mjs
├── package.json
└── tsconfig.json
The documentation are written in .md or .mdx files in the src/content/docs/ directory. Each file is exposed as a route based on its file name.
Images can be added to src/assets/ and embedded in Markdown with a relative link.
Static assets, like favicons, can be placed in the public/ directory.
Give a ⭐️ if this project helped you!
Also please consider supporting this project by becoming a sponsor. Your donation will help us to maintain and develop this project and provide you with better support.
