Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/doylemark/site-content
repository for vatsim.net content ⚡️
https://github.com/doylemark/site-content
Last synced: 12 days ago
JSON representation
repository for vatsim.net content ⚡️
- Host: GitHub
- URL: https://github.com/doylemark/site-content
- Owner: doylemark
- License: agpl-3.0
- Created: 2021-02-20T22:37:41.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-20T22:39:04.000Z (almost 4 years ago)
- Last Synced: 2024-12-19T13:49:37.141Z (16 days ago)
- Language: TypeScript
- Homepage:
- Size: 41 KB
- Stars: 0
- Watchers: 0
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Overview
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](https://github.com/vatsimnetwork/site-content/tree/master/components) to be used within Markdown pages.
## How do I contribute?
1. Fork the repository and open a pull request outlining your proposed changes.
2. Pages follow standard markdown formatting.
3. The title of a new section should be of type Heading 2 ie. `## title`
4. 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.