Skip to content

fullcalendar/fullcalendar-docs

Repository files navigation

FullCalendar Docs

This repo contains the static content for fullcalendar.io/docs

Documentation articles are found in directories like _docs-*.

Made with Jekyll.

Reporting Problems

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.

Installation

Clone this repo:

git clone git@github.com:fullcalendar/fullcalendar-docs.git
cd fullcalendar-docs

Prerequisites:

CLI

npm install

# watch & serve while developing
npm run dev

# build into _site directory
npm run build

Contributing

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