Skip to content

Commit b6d9cc4

Browse files
committed
renames
1 parent fcb7c85 commit b6d9cc4

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

File renamed without changes.

docs/install.md renamed to docs/VMXinstall.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Mac OS X | `/Applications/MATLAB/MATLAB_Compiler_Runtime/`
7979
##
8080

8181
The MCR field of the VMX `config.json` configuration file (See
82-
[Configuring VMX](install.md)) points to the MCR directory and can
82+
[Configuring VMX](VMXinstall.md) points to the MCR directory and can
8383
be set to anything you like if you choose to install the MCR in a
8484
different location.
8585

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](api.md).
29+
system, see [VMX API Docs](VMXapi.md).
3030

3131
## Installation
3232

3333
Installation and deployment instructions are provided in
34-
[VMX Installation Docs](install.md). VMX runs on your personal
34+
[VMX Installation Docs](VMXinstall.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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ use_directory_urls: false
77
pages:
88
- ['index.md', 'Introduction']
99
- ['VMXAppBuilder.md', 'Learn VMX']
10-
- ['api.md', 'VMX API']
11-
- ['install.md', 'Installation']
10+
- ['VMXapi.md', 'VMX API']
11+
- ['VMXinstall.md', 'Installation']
1212

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

0 commit comments

Comments
 (0)