A plugin for Strapi Headless CMS that provides the ability to trigger website builds manually, periodically or through model events.
The strapi-plugin-website-builder is a plugin for the Strapi CMS platform that enables users to manually trigger website builds, schedule periodic builds, or perform builds based on model events.
The strapi-plugin-website-builder is a plugin for the Strapi CMS platform that enhances its capabilities by providing the ability to manually trigger website builds, schedule periodic builds, or perform builds based on model events. By allowing users to control the build process, this plugin offers more flexibility and customization options for website development.
VitePress is a static site generator designed for creating documentation websites. It offers a lightweight and fast development experience using Vue.js and Markdown, with features such as live-reload, theming, and customizable layout components.
Strapi is an open source headless CMS that provides a customizable content management system and API for your projects. It allows you to manage content in a visual interface and use a REST or GraphQL API to retrieve the data.
ESLint is a linter for JavaScript that analyzes code to detect and report on potential problems and errors, as well as enforce consistent code style and best practices, helping developers to write cleaner, more maintainable code.
Yup is a schema builder for runtime value parsing and validation. It provides a declarative way to define validation schemas with support for complex nested objects, array validation, and custom validation rules. Often used with Formik for form validation.