This repo contains the static content for fullcalendar.io/docs
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 [email protected]:fullcalendar/fullcalendar-docs.git
cd fullcalendar-docs
Prerequisites:
- 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 build
To 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