Skip to content

Commit 30fb750

Browse files
committed
updates
1 parent caaf24c commit 30fb750

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,12 +26,12 @@ see [Learn VMX](VMXAppBuilder.md).
2626
## VMX API
2727
If you want to interface with VMX from your favorite programming
2828
language, build a web-based vision app, or interact with a running VMX
29-
system, see [VMX API Docs](VMXmiddle.md).
29+
system, see [VMX API Docs](api.md).
3030

3131
## Installation
3232

3333
Installation and deployment instructions are provided in
34-
[VMX Installation Docs](VMXserver.md). VMX runs on your personal
34+
[VMX Installation Docs](install.md). VMX runs on your personal
3535
computer, with native installers for Mac OS X and Linux, as well as
3636
Docker container support for all three major personal computing
3737
platforms: Windows (via boot2docker), Mac OS X, and Linux.

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ use_directory_urls: false
66

77
pages:
88
- ['index.md', 'Introduction']
9-
- ['VMXAppBuilder.md', 'App Builder']
10-
- ['VMXmiddle.md', 'REST API']
11-
- ['VMXserver.md', 'VMX Server']
9+
- ['VMXAppBuilder.md', 'Learn VMX']
10+
- ['api.md', 'VMX API']
11+
- ['install.md', 'Installation']
1212

1313
copyright: <i></i>&copy; <a href="http://vision.ai">vision.ai</a> Docs9

0 commit comments

Comments
 (0)