diff --git a/docs/api.md b/docs/VMXapi.md similarity index 100% rename from docs/api.md rename to docs/VMXapi.md diff --git a/docs/install.md b/docs/VMXinstall.md similarity index 99% rename from docs/install.md rename to docs/VMXinstall.md index cb34ac7..25194c8 100644 --- a/docs/install.md +++ b/docs/VMXinstall.md @@ -79,7 +79,7 @@ Mac OS X | `/Applications/MATLAB/MATLAB_Compiler_Runtime/` ## The MCR field of the VMX `config.json` configuration file (See -[Configuring VMX](install.md)) points to the MCR directory and can +[Configuring VMX](VMXinstall.md) points to the MCR directory and can be set to anything you like if you choose to install the MCR in a different location. diff --git a/docs/index.md b/docs/index.md index e7fc587..761b796 100755 --- a/docs/index.md +++ b/docs/index.md @@ -26,12 +26,12 @@ see [Learn VMX](VMXAppBuilder.md). ## VMX API If you want to interface with VMX from your favorite programming language, build a web-based vision app, or interact with a running VMX -system, see [VMX API Docs](api.md). +system, see [VMX API Docs](VMXapi.md). ## Installation Installation and deployment instructions are provided in -[VMX Installation Docs](install.md). VMX runs on your personal +[VMX Installation Docs](VMXinstall.md). VMX runs on your personal computer, with native installers for Mac OS X and Linux, as well as Docker container support for all three major personal computing platforms: Windows (via boot2docker), Mac OS X, and Linux. diff --git a/mkdocs.yml b/mkdocs.yml index b1b4980..c087327 100755 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -7,7 +7,7 @@ use_directory_urls: false pages: - ['index.md', 'Introduction'] - ['VMXAppBuilder.md', 'Learn VMX'] -- ['api.md', 'VMX API'] -- ['install.md', 'Installation'] +- ['VMXapi.md', 'VMX API'] +- ['VMXinstall.md', 'Installation'] copyright: © vision.ai Docs9 \ No newline at end of file