Skip to content
forked from norrisng/fsd-doc

An unofficial attempt at docmenting FSD, the protocol behind IVAO and VATSIM.

License

Notifications You must be signed in to change notification settings

FSUnion/fsd-doc

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FSD documentation

An unofficial attempt at documenting the implementations of FSD used today. IVAO and VATSIM happen to be the most common ones, though there are likely others.

The documentation can be viewed here.

Editing and building the site

Individual pages can be edited using your favourite text or Markdown editor.

The entire documentation uses MkDocs.

sudo apt-get install mkdocs
cd fsd-doc
mkdocs build

This creates a directory named site/. The index page is located at site/index.html.

To see a live preview while editing, run the following:

mkdocs serve

Once running, the preview can be viewed at http://localhost:8000.

The table of contents on the left is controlled by mkdocs.yml. To edit it, please refer to the official MkDocs documentation.

Contributing

Feel free to fork and create a pull request!

About

An unofficial attempt at docmenting FSD, the protocol behind IVAO and VATSIM.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published