This repository contains documentation for Squidex, generated from the source code.
Documentation is built with Jekyll using the just-the-docs theme and deployed to GitHub Pages.
bundle install
bundle exec jekyll serveVisit http://localhost:4000/squidex-docs/ to preview.
Documentation pages are in the docs/ directory, organized by category:
getting-started/— Overview and installationmodules/— Core backend modulesreference/— API and configurationdevelopment/— Testing, deployment, contributing