Skip to content

Commit 4ce76f8

Browse files
committed
Update documentation links
1 parent a2f84d3 commit 4ce76f8

File tree

10 files changed

+29
-14
lines changed

10 files changed

+29
-14
lines changed

_data/button_nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ items:
22
- excerpt: '
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;
5-
[<i class="fa fa-book"></i> Learn](https://doc.multi-os-engine.org){: .btn .btn--large .btn--migeran-red}&nbsp;
5+
[<i class="fa fa-book"></i> Learn](/docs/){: .btn .btn--large .btn--migeran-red}&nbsp;
66
[<i class="fa fa-facebook"></i> Share](https://facebook.com/multi-os-engine){: .btn .btn--large .btn--facebook}&nbsp;
77
[<i class="fa fa-twitter"></i> Follow](https://twitter.com/moeappdev){: .btn .btn--large .btn--twitter}&nbsp;
88
'

_data/navigation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ main:
44
url: "/features/"
55

66
- title: "Docs"
7-
url: "https://doc.multi-os-engine.org"
7+
url: "/docs/"
88

99
- title: "Blog"
1010
url: "/blog/"

_pages/docs.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
layout: single
3+
permalink: /docs/
4+
date:
5+
title: Documentation
6+
header:
7+
overlay_color: "#0071c5"
8+
---
9+
10+
{% include button_nav %}
11+
12+
This page will contain the Multi-OS Engine Documentation.
13+
It is currently under development.
14+
15+
![image-center](/images/wet_surface.png){: .align-center}

_pages/features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ features:
4040
learnmore:
4141
- excerpt: '
4242
[Get Started](/start/){: .btn .btn--large .btn--moe-blue}&nbsp;
43-
[Learn More](https://doc.multi-os-engine.org){: .btn .btn--large .btn--moe-dark-blue}
43+
[Learn More](/docs/){: .btn .btn--large .btn--moe-dark-blue}
4444
'
4545
---
4646

_pages/home.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ feature_row:
2626
excerpt: "Based on Android, free to use under the Apache 2 License. Contributors welcome!"
2727
learnmore:
2828
- excerpt: "[Get Started](/start/){: .btn .btn--large}&nbsp;
29-
[Learn More](https://doc.multi-os-engine.org){: .btn .btn--large}
29+
[Learn More](/docs/){: .btn .btn--large}
3030
"
3131
needhelp:
3232
- title: 'Need Help?'

_pages/moe-1.1.0-release-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,6 @@ The build logic has been largely improved, and this issue now only affects a sub
8181

8282
## More Information
8383

84-
* [Multi-OS Engine Documentation](https://doc.multi-os-engine.org)
84+
* [Multi-OS Engine Documentation](/docs/)
8585
* [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine)
8686
* [Join the Community Forum](https://discuss.multi-os-engine.org)

_pages/moe-1.2.0-release-notes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ We now have a Maven plugin as well, so if you prefer to use Maven instead of Gra
3131

3232
This release adds support for building with Xcode 8.
3333

34-
Note: Xcode 8 changed the way how signing works. To build on Xcode 8, your Development Team's identifier has to be configured. Please refer to the [documentation](https://doc.multi-os-engine.org) or the [Get Started](/start/) page for more details.
34+
Note: Xcode 8 changed the way how signing works. To build on Xcode 8, your Development Team's identifier has to be configured. Please refer to the [documentation](/docs/) or the [Get Started](/start/) page for more details.
3535

3636
### iOS 10 Support
3737

@@ -119,6 +119,6 @@ Running JUnit tests in Maven projects is not yet supported in the Eclipse plugin
119119

120120
## More Information
121121

122-
* [Multi-OS Engine Documentation](https://doc.multi-os-engine.org)
122+
* [Multi-OS Engine Documentation](/docs/)
123123
* [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine)
124124
* [Join the Community Forum](https://discuss.multi-os-engine.org)

_pages/start.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ This is a quick summary for upgrading, please read the rest of the installation
2525
* [Remove the UI Designer plugin](/blog/2016-09-30-removed-features/) if you had it installed.
2626
* Upgrade the MOE Gradle plugin in your projects' ``build.gradle`` file.
2727
* 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](https://doc.multi-os-engine.org/multi-os-engine/3_getting_started/1_installation/installation.html).
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).
2929

3030
## Installation
3131

@@ -54,7 +54,7 @@ This is a quick summary for upgrading, please read the rest of the installation
5454

5555
### Remove old Multi-OS Engine releases (MOE 1.0 or older)
5656

57-
* If you have an earlier Multi-OS Engine installed, you have to remove it first. [Just follow the instructions from the documentation](https://doc.multi-os-engine.org/multi-os-engine/3_getting_started/1_installation/installation.html).
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).
5858

5959
### Option 1: Install Android Studio / IDEA Plugin
6060

@@ -97,14 +97,14 @@ Code signing in Xcode 8 is different from Xcode 7. For ease of use we recommend
9797
developmentTeam=ABCDEFGHIJ
9898
```
9999

100-
For more information on code signing, visit the [installation documentation](https://doc.multi-os-engine.org/multi-os-engine/3_getting_started/1_installation/installation.html) and the [Multi-OS Engine Gradle Plugin](https://github.com/multi-os-engine/moe-plugin-gradle/blob/master/README.md#code-signing) on GitHub.
100+
For more information on code signing, visit the [installation documentation](/docs/multi-os-engine/3_getting_started/1_installation/installation.html) and the [Multi-OS Engine Gradle Plugin](https://github.com/multi-os-engine/moe-plugin-gradle/blob/master/README.md#code-signing) on GitHub.
101101

102102
### That's it!
103103

104104
* Now you have set up (and tested) MOE on your system.
105105

106106
## More Information
107107

108-
* [Multi-OS Engine Documentation](https://doc.multi-os-engine.org)
108+
* [Multi-OS Engine Documentation](/docs/)
109109
* [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine)
110110
* [Join the Community Forum](https://discuss.multi-os-engine.org)

_posts/2016-08-26-moe-release-1.1.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ Please follow the instructions on the [Get Started page](/start/).
3131
## More Information
3232

3333
* [MOE 1.1.0 Release Notes](/moe-1.1.0-release-notes/)
34-
* [Multi-OS Engine Documentation](https://doc.multi-os-engine.org)
34+
* [Multi-OS Engine Documentation](/docs/)
3535
* [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine)
3636
* [Join the Community Forum](https://discuss.multi-os-engine.org)

_posts/2016-09-30-moe-release-1.2.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ We now have a Maven plugin as well, so if you prefer to use Maven instead of Gra
2121

2222
This release adds support for building with Xcode 8.
2323

24-
Note: Xcode 8 changed the way how signing works. To build on Xcode 8, your Development Team's identifier has to be configured. Please refer to the [documentation](https://doc.multi-os-engine.org) or the [Get Started](/start/) page for more details.
24+
Note: Xcode 8 changed the way how signing works. To build on Xcode 8, your Development Team's identifier has to be configured. Please refer to the [documentation](/docs/) or the [Get Started](/start/) page for more details.
2525

2626
### iOS 10 Support
2727

@@ -64,6 +64,6 @@ Please follow the instructions on the [Get Started page](/start/).
6464
## More Information
6565

6666
* [MOE 1.2.0 Release Notes](/moe-1.2.0-release-notes/)
67-
* [Multi-OS Engine Documentation](https://doc.multi-os-engine.org)
67+
* [Multi-OS Engine Documentation](/docs/)
6868
* [Multi-OS Engine Source Code](https://github.com/multi-os-engine/multi-os-engine)
6969
* [Join the Community Forum](https://discuss.multi-os-engine.org)

0 commit comments

Comments
 (0)