Skip to content

Commit

Permalink
Update navigation menu.
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuwch committed Dec 1, 2016
1 parent 0798176 commit 6513a98
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,30 +5,21 @@ edit_uri: edit/doc/docs/
markdown_extensions:
- markdown.extensions.admonition
pages:
- Home: index.md
- "Home": index.md
- "UnrealCV basics":
- "Getting Started" : basic/getting-started.md
- "Game Mode":
# - "Usage": "game/usage.md"
- "Tutorial: Generate images": "game/generate.md"
- "Tutorial: Generate images": "game/generate-images.md"
- "Tutorial: Integrate": "game/faster-rcnn.md"
# - "Use UnrealCV game binaries":
# - "Getting started": binary/getting-started.md
# - "Tutorial: Generate images": ipynb/generate.md
# - "Tutorial: Use Faster-RCNN": binary/tutorial/faster-rcnn.md
# - "Release a binary": binary/new-binary.md
- "Package a game": "game/package-game.md"
- "Plugin Mode":
- "Usage": plugin/usage.md
- "Tutorial: Create Virtual World": plugin/create.md
- "Development": plugin/dev.md
- "Tutorial: Add new UnrealCV commands": plugin/add-command.md
# - Development:
# - "Dev environment setup": dev/setup.md
# - "Tutorial: Add a new command": dev/example-add-new-command.md
- Reference:
- Architecture: reference/arch.md
- "UnrealCV commands": reference/command.md
# - "Video": reference/video.md
# - FAQ: faq.md
- "Reference":
- "UnrealCV Architecture": reference/arch.md
- "Command List": reference/command.md
- "UE4 Resources": reference/ue4_resource.md
extra:
codebase: https://github.com/unrealcv/unrealcv

0 comments on commit 6513a98

Please sign in to comment.