Skip to content

aymane1363/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

About

Static content for fullcalendar.io

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 78.7%
  • JavaScript 9.8%
  • SCSS 9.0%
  • Ruby 1.7%
  • Shell 0.8%