Files
odo/site/_data/menu.yml
Charlie Drage 6f78f7ef87 Adds the odo website to the master branch (#1644)
This adds the odo website to the master branch of odo.

From here on out, we'll modify any site changes (layout and such) in the
root directory, while the `gh-pages` branch will contain the built / raw
html.
2019-04-25 02:55:37 -07:00

27 lines
675 B
YAML

items:
"Getting Started": "/getting-started/"
"Installation": "/installation/"
"Examples": "/examples/"
advanced:
"CLI Reference": "/cli-reference/"
development:
"Development": "/development/"
"TDD Workflow": "/tdd-workflow/"
"Completion Architecture": "/completion-architecture/"
"Logging": "/logging/"
documentation_footer_1:
"Getting Started": "/getting-started/"
"Installation": "/installation/"
"Examples": "/examples/"
# documentation_footer_2:
# "Development": "/development/"
footer:
"Chat": "http://chat.openshift.io"
"Releases": "https://github.com/redhat-developer/odo/releases"
"GitHub": "https://github.com/redhat-developer/odo"