forked from Unidata/awips2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
80 lines (75 loc) · 2.64 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: Unidata AWIPS User Manual
site_url: http://unidata.github.io/awips2
site_description: Documentation for all things AWIPS.
site_author: mjames@ucar.edu
theme: unidata
repo_url: https://github.com/Unidata/awips2
site_favicon: images/favicon.ico
remote_name: unidata
# Options
extra:
palette:
primary: 'blue grey'
accent: 'light blue'
corner_logo: 'images/cave.png'
feature:
tabs: false
social:
- type: globe
link: http://www.unidata.ucar.edu/software/awips2
- type: github-alt
link: https://github.com/Unidata/awips2
- type: twitter
link: https://twitter.com/Unidata
- type: facebook
link: https://facebook.com/Unidata
pages:
- Home: index.md
- Install CAVE: install/install-cave.md
- Install EDEX: install/install-edex.md
- CAVE User Manual:
- D2D Perspective: cave/d2d-perspective.md
- Maps, Views, Projections: cave/maps-views-projections.md
# - Bundles and Procedures: cave/bundles-and-procedures.md
- Localization Perspective: cave/localization-perspective.md
- NCP Perspective: cave/ncp-perspective.md
- NSHARP: cave/nsharp.md
- WarnGen: cave/warngen.md
- GIS and Shapefiles: cave/d2d-gis-shapefiles.md
- Volume Browser: cave/d2d-gridded-models.md
# - Derived Parameters: cave/d2d-gridded-models.md
# - GEMPAK Grid Display: cave/d2d-gridded-models.md
- Display Tools: cave/d2d-tools.md
- Radar Tools: cave/d2d-radar-tools.md
- Editing Menus: cave/d2d-edit-menus.md
- Change Localization: cave/cave-localization.md
- Keyboard Shortcuts: cave/cave-keyboard-shortcuts.md
- EDEX User Manual:
- EDEX Start and Stop: install/start-edex.md
- LDM Feeds: edex/ldm.md
- Ingest a New Grid: edex/new-grid.md
- Data Distribution Files: devguide/data-distribution-files.md
- Purging and Retention: edex/data-purge.md
- Monitor Users: edex/edex-users.md
- Data Plugins: edex/data-plugins.md
- Supported Data Types:
- Gridded Model Display: cave/d2d-grids.md
- Surface Obs: cave/d2d-pointdata-surface-obs.md
- Satellite Imagery: cave/d2d-satellite.md
- NEXRAD Radar: cave/d2d-radar.md
- Upper Air: cave/d2d-uair.md
- NCEP/Hydro: cave/d2d-hydro.md
- Map Overlays: cave/d2d-map-resources.md
- Appendix:
- AWIPS Grid Parameters: appendix/appendix-grid-parameters.md
- Acronyms and Abbreviations: appendix/appendix-acronyms.md
- COTS and FOSS: appendix/appendix-cots.md
- WSR-88D Product Table: appendix/appendix-wsr88d.md
extra_css:
- css/extra.css
markdown_extensions:
- fontawesome_markdown:
- toc:
permalink:
- admonition:
copyright: Copyright © 2017 Unidata Program Center.