Skip to content

Commit b4746f9

Browse files
authored
Merge pull request #1 from Berstanio/cleanup
minor cleanup and mention discord server
2 parents 289e310 + c8d718c commit b4746f9

File tree

4 files changed

+4
-36
lines changed

4 files changed

+4
-36
lines changed

_data/button_nav.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ items:
33
[<i class="fa fa-github"></i> GitHub](https://github.com/multi-os-engine/multi-os-engine){: .btn .btn--large}&nbsp;
44
[<i class="fa fa-comments"></i> Discuss](https://discuss.multi-os-engine.org){: .btn .btn--large .btn--migeran-blue}&nbsp;
55
[<i class="fa fa-book"></i> Learn](/docs/){: .btn .btn--large .btn--migeran-red}&nbsp;
6-
[<i class="fa fa-facebook"></i> Share](https://facebook.com/multi-os-engine){: .btn .btn--large .btn--facebook}&nbsp;
7-
[<i class="fa fa-twitter"></i> Follow](https://twitter.com/moeappdev){: .btn .btn--large .btn--twitter}&nbsp;
6+
[<i class="fa fa-discord"></i> Discord](https://discord.gg/m5t3qNXTWj){: .btn .btn--large .btn--facebook}&nbsp;
87
'

_pages/home.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,7 @@ learnmore:
3030
"
3131
needhelp:
3232
- title: 'Need Help?'
33-
image_path: migeran-logo-200x200.png
34-
image_width: 200px
35-
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.<br/><br/>[Contact Migeran](https://migeran.com/contact){: .btn .btn--large .btn--migeran-red}'
33+
excerpt: 'Multi-os-engine is a community lead project. If you need help, you can join our discord or ask in our forum.<br/><br/>[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}'
3634
---
3735

3836
{% include button_nav %}

_pages/start.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,6 @@ buildsrc:
1717

1818
{% include button_nav %}
1919

20-
## Upgrading from MOE 1.1
21-
22-
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.
23-
24-
* Upgrade your IDE plugin.
25-
* [Remove the UI Designer plugin](/blog/2016-09-30-removed-features/) if you had it installed.
26-
* Upgrade the MOE Gradle plugin in your projects' ``build.gradle`` file.
27-
* Change your existing projects to use ``apple.*`` instead of ``ios.*`` for the iOS binding packages.
28-
* 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).
29-
3020
## Installation
3121

3222
### Prerequisites for an Apple macOS host
@@ -52,28 +42,12 @@ This is a quick summary for upgrading, please read the rest of the installation
5242
* Enrollment in the Apple Developer Program (required for iOS device support)
5343
* Remote SSH Access to a computer running macOS 10.11 that meets the prerequisites above
5444

55-
### Remove old Multi-OS Engine releases (MOE 1.0 or older)
56-
57-
* 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).
58-
5945
### Option 1: Install Android Studio / IDEA Plugin
6046

6147
![image-center](/images/features/android-studio-install.png){: .align-center}
6248

6349
* You may install the Multi-OS Engine plugin from the JetBrains plugin repository, right from Android Studio (or IntelliJ IDEA).
6450

65-
### Option 2: Install Eclipse Plugin
66-
67-
* Open Eclipse 4.5 (Mars) or later
68-
* Open the Install New Software window from the the Help menu
69-
* Add the Multi-OS Engine plugin repository:
70-
71-
```
72-
https://dl.bintray.com/multi-os-engine/eclipse
73-
```
74-
75-
* Install the Multi-OS Engine Plugin from the newly added repository
76-
7751
### Clone the samples repository from GitHub
7852

7953

@@ -108,3 +82,4 @@ For more information on code signing, visit the [installation documentation](/do
10882
* [Multi-OS Engine Documentation](/docs/)
10983
* [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine)
11084
* [Join the Community Forum](https://discuss.multi-os-engine.org)
85+
* [Join the Discord Server](https://discord.gg/m5t3qNXTWj)

_pages/support.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,4 @@ needhelp:
1616

1717
## Community Support
1818

19-
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.
20-
21-
## Commercial Support
22-
23-
{% include feature_row id="needhelp" type="center" %}
19+
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.

0 commit comments

Comments
 (0)