An open API service indexing awesome lists of open source software.

https://github.com/fityannugroho/wisely-web

The Wisely documentation and playground
https://github.com/fityannugroho/wisely-web

ban obsfucation random regex string text unicode wisely

Last synced: about 2 months ago
JSON representation

The Wisely documentation and playground

Awesome Lists containing this project

README

        

# Wisely Web

The [**Wisely**](https://github.com/fityannugroho/wisely) documentation and playground.

[Wisely Web](https://wisely.vercel.app/playground)

## Documentation

You can find the online version of the Wisely documentation at https://wisely.vercel.app.

## Playground

You can find the Wisely playground at https://wisely.vercel.app/playground.

## Project Structure

```
.
├── 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.

## Support This Project

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.