This repository contains the site content of www.vatsim.net. The site structure will mirror the directory structure of the content in this repo.
MDX is used for authoring pages, allowing for React components to be used within Markdown pages.
- Fork the repository and open a pull request outlining your proposed changes.
- Pages follow standard markdown formatting.
- The title of a new section should be of type Heading 2 ie.
## title
- Any Heading 2 (
##
) or Heading 3 (###
) will be added to the table of contents. Please note, in the table of contents a H3 will be displayed as a child of the previous H2, so don't add a H3 unless it's a subfield of a H2.