• Stars
    star
    109
  • Rank 307,672 (Top 7 %)
  • Language
    HTML
  • Created about 6 years ago
  • Updated 5 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Static content for fullcalendar.io

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 [email protected]: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