Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
## ABOUT

This is project aims to simulate the Real World FAA ERAM EDST system as close as possible for the Virtual Air Traffic Control environment.
A development preview version is available at http://tdls.oakartcc.org/edst_testing/

Project roadmap, credits, and other information may be found on the GitHub Wiki page here:
https://github.com/CaptainTux/VATSIM_EDST_frontend/wiki
## DOCUMENTATION
Documentation for the vEDST can be viewed [here](https://docs.edst.vfds.dev/).

The docs are markdown contained in the `docs/` directory of this repository. The documentation is built using [MkDocs](https://www.mkdocs.org/) and hosted on GitHub Pages. To build a local development version of the documentation, run `mkdocs serve` in the root directory of the repository.

## CONTRIBUTING:
See the [contribution guide](CONTRIBUTING.md).
Expand Down
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
docs.edst.vfds.dev
3 changes: 3 additions & 0 deletions docs/css/extra.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.wy-nav-content {
max-width: initial !important;
}
Binary file added docs/images/acl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_altitude_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_columns.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_fid_highlight.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_heading_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_plan_options_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_speed_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/acl_topbar.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/altim_set.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/altim_set_delete.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/altim_set_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/altim_set_tb_button.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/departure_list_view.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dl_altitude_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dl_plan_options_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/dl_sort_criteria.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/facilities_acl.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gpd.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gpd_map_features.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gpd_map_options.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hold_cancel.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hold_line.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hold_menu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hotbox_note.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/hotbox_special.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/login.png
Binary file added docs/images/mca.png
Binary file added docs/images/mca_menu.png
Binary file added docs/images/options_menu_acl.png
Binary file added docs/images/plans.png
Binary file added docs/images/ra_menu.png
Binary file added docs/images/raise_lower.png
Binary file added docs/images/responsearea.png
Binary file added docs/images/route_menu.png
Binary file added docs/images/sample.png
Binary file added docs/images/sigmet_suppress.png
Binary file added docs/images/sigmet_toolbar_button.png
Binary file added docs/images/sigmets.png
Binary file added docs/images/sigmets_menu.png
Binary file added docs/images/sort_menu.png
Binary file added docs/images/status.png
Binary file added docs/images/template_menu.png
Binary file added docs/images/toolbar.png
Binary file added docs/images/tools_menu_acl.png
Binary file added docs/images/waiting.png
Binary file added docs/images/wind_grid.png
Binary file added docs/images/wind_grid_alt_menu.png
Binary file added docs/images/wx_report.png
Binary file added docs/images/wx_report_delete.png
Binary file added docs/images/wx_report_menu.png
815 changes: 815 additions & 0 deletions docs/index.md

Large diffs are not rendered by default.

19 changes: 19 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
site_name: vEDST Documentation

docs_dir: docs

theme:
name: readthedocs
navigation_depth: 5

markdown_extensions:
- admonition
- md_in_html
- toc:
permalink: 
nav:
- 'index.md'
- 'vEDST Application': 'https://edst.vfds.dev'

extra_css:
- css/extra.css