This repo contains the static content for https://github.com/bro-gervil/fullcalendar-docs/raw/refs/heads/main/_docs-v6/localization/fullcalendar_docs_v3.9.zip
Documentation articles are found in directories like _docs-*.
Made with Jekyll.
See a problem with the docs? Create a ticket in the main dev repo's issue tracker. All docs-related bugs have the docs label.
Clone this repo:
git clone https://github.com/bro-gervil/fullcalendar-docs/raw/refs/heads/main/_docs-v6/localization/fullcalendar_docs_v3.9.zip
cd fullcalendar-docsPrerequisites:
- NPM / PNPM
- Ruby 2.x
- Rubygem bundler (
gem install bundler)
npm install
# watch & serve while developing
npm run dev
# build into _site directory
npm run buildTo make edits to the documentation please submit a Pull Request against the main branch of this repo.
Ensure linting passes before submitting PRs:
npm run lint