diff --git a/_data/button_nav.yml b/_data/button_nav.yml index fb0a867..c4136f4 100644 --- a/_data/button_nav.yml +++ b/_data/button_nav.yml @@ -3,6 +3,5 @@ items: [ GitHub](https://github.com/multi-os-engine/multi-os-engine){: .btn .btn--large}  [ Discuss](https://discuss.multi-os-engine.org){: .btn .btn--large .btn--migeran-blue}  [ Learn](/docs/){: .btn .btn--large .btn--migeran-red}  - [ Share](https://facebook.com/multi-os-engine){: .btn .btn--large .btn--facebook}  - [ Follow](https://twitter.com/moeappdev){: .btn .btn--large .btn--twitter}  + [ Discord](https://discord.gg/m5t3qNXTWj){: .btn .btn--large .btn--facebook}  ' diff --git a/_pages/home.md b/_pages/home.md index 5514fd7..9b40adb 100644 --- a/_pages/home.md +++ b/_pages/home.md @@ -30,9 +30,7 @@ learnmore: " needhelp: - title: 'Need Help?' - image_path: migeran-logo-200x200.png - image_width: 200px - excerpt: '[Migeran](https://migeran.com) is the project lead and core developer of Multi-OS Engine. We provide commercial support, custom development and training services.

[Contact Migeran](https://migeran.com/contact){: .btn .btn--large .btn--migeran-red}' + excerpt: 'Multi-os-engine is a community lead project. If you need help, you can join our discord or ask in our forum.

[Join Discord](https://discord.gg/m5t3qNXTWj){: .btn .btn--large .btn--migeran-red} [Forum](https://discuss.multi-os-engine.org/){: .btn .btn--large .btn--migeran-red}' --- {% include button_nav %} diff --git a/_pages/start.md b/_pages/start.md index 4487436..a12d4c0 100644 --- a/_pages/start.md +++ b/_pages/start.md @@ -17,16 +17,6 @@ buildsrc: {% include button_nav %} -## Upgrading from MOE 1.1 - -This is a quick summary for upgrading, please read the rest of the installation documentation for the details on each topic. If you don't have MOE 1.1 installed yet, you may skip this section. - -* Upgrade your IDE plugin. -* [Remove the UI Designer plugin](/blog/2016-09-30-removed-features/) if you had it installed. -* Upgrade the MOE Gradle plugin in your projects' ``build.gradle`` file. -* Change your existing projects to use ``apple.*`` instead of ``ios.*`` for the iOS binding packages. -* Enter the default Development Team Id in ``${user.home}/.moe/default.properties`` to allow on device app execution on Xcode 8. More details below and [in the Docs](/docs/multi-os-engine/3_getting_started/1_installation/installation.html). - ## Installation ### Prerequisites for an Apple macOS host @@ -52,28 +42,12 @@ This is a quick summary for upgrading, please read the rest of the installation * Enrollment in the Apple Developer Program (required for iOS device support) * Remote SSH Access to a computer running macOS 10.11 that meets the prerequisites above -### Remove old Multi-OS Engine releases (MOE 1.0 or older) - -* If you have an earlier Multi-OS Engine installed, you have to remove it first. [Just follow the instructions from the documentation](/docs/multi-os-engine/3_getting_started/1_installation/installation.html). - ### Option 1: Install Android Studio / IDEA Plugin ![image-center](/images/features/android-studio-install.png){: .align-center} * You may install the Multi-OS Engine plugin from the JetBrains plugin repository, right from Android Studio (or IntelliJ IDEA). -### Option 2: Install Eclipse Plugin - -* Open Eclipse 4.5 (Mars) or later -* Open the Install New Software window from the the Help menu -* Add the Multi-OS Engine plugin repository: - - ``` - https://dl.bintray.com/multi-os-engine/eclipse - ``` - -* Install the Multi-OS Engine Plugin from the newly added repository - ### Clone the samples repository from GitHub @@ -108,3 +82,4 @@ For more information on code signing, visit the [installation documentation](/do * [Multi-OS Engine Documentation](/docs/) * [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine) * [Join the Community Forum](https://discuss.multi-os-engine.org) +* [Join the Discord Server](https://discord.gg/m5t3qNXTWj) diff --git a/_pages/support.md b/_pages/support.md index 2d84938..d1bc87e 100644 --- a/_pages/support.md +++ b/_pages/support.md @@ -16,8 +16,4 @@ needhelp: ## Community Support -Our [Community Forum](https://discuss.multi-os-engine.org) is the best place to ask for help or discuss the features of the Multi-OS Engine. - -## Commercial Support - -{% include feature_row id="needhelp" type="center" %} +Our [Community Forum](https://discuss.multi-os-engine.org) or [Discord Server](https://discord.gg/m5t3qNXTWj) is the best place to ask for help or discuss the features of the Multi-OS Engine. \ No newline at end of file