Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arcjet/arcjet-docs
Arcjet's documentation.
https://github.com/arcjet/arcjet-docs
arcjet astro devtools docs markdown security-tools
Last synced: about 1 month ago
JSON representation
Arcjet's documentation.
- Host: GitHub
- URL: https://github.com/arcjet/arcjet-docs
- Owner: arcjet
- License: cc-by-4.0
- Created: 2024-08-17T09:26:11.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-26T23:12:08.000Z (about 2 months ago)
- Last Synced: 2024-09-27T21:23:59.413Z (about 2 months ago)
- Topics: arcjet, astro, devtools, docs, markdown, security-tools
- Language: MDX
- Homepage: https://docs.arcjet.com
- Size: 2.19 MB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Arcjet Docs
[View the docs](docs).
[Arcjet][arcjet] helps developers protect their apps in just a few lines of
code. Implement rate limiting, bot protection, email verification, and defense
against common attacks.Try an Arcjet protected app live at [https://example.arcjet.com][example-url].
## Commands
These docs are built using [Astro][astro] and [Starlight][starlight]. All commands are run from the
root of the project, from a terminal:| Command | Action |
| :------------------------ | :----------------------------------------------- |
| `npm install` | Installs dependencies |
| `npm run dev` | Starts local dev server at `localhost:4321` |
| `npm run build` | Build your production site to `./dist/` |
| `npm run preview` | Preview your build locally, before deploying |
| `npm run astro ...` | Run CLI commands like `astro add`, `astro check` |
| `npm run astro -- --help` | Get help using the Astro CLI |## Support
[Join our Discord server][discord-invite] or [reach out for support][support].
## Security
This repository follows the [Arcjet Security Policy][arcjet-security].
## License
All content in this repository is licensed under the [Creative Commons
Attribution 4.0 International License](./LICENSE) and all code is licensed under
the [Apache License, Version 2.0](./LICENSE-CODE).[arcjet]: https://arcjet.com
[astro]: https://astro.build
[starlight]: https://starlight.astro.build
[arcjet-security]: https://docs.arcjet.com/security
[example-url]: https://example.arcjet.com
[discord-invite]: https://discord.gg/TPra6jqZDC
[support]: https://docs.arcjet.com/support