Browse Source

reorder get started cloud sdk nav

[+] minor update to reorg the Get Started intro docs
pull/529/head
r12s 8 years ago
parent
commit
e4aa9ff329
  1. 14
      _data/nav.yml
  2. 2
      get-started-cloud/index.md
  3. 2
      get-started/index.md

14
_data/nav.yml

@ -1,3 +1,10 @@
- url: "get-started-cloud"
pages:
- url: "editor-and-features"
- url: "features-only"
- url: "editor-plugin-version"
- url: "plugin-editor-version-compatibility"
- url: "get-started"
pages:
- url: "first-steps"
@ -14,13 +21,6 @@
- url: "system-requirements"
- url: "get-support"
- url: "get-started-cloud"
pages:
- url: "editor-and-features"
- url: "features-only"
- url: "editor-plugin-version"
- url: "plugin-editor-version-compatibility"
- url: "demo"
pages:
- url: "whats-new"

2
get-started-cloud/index.md

@ -5,5 +5,5 @@ description: TinyMCE Cloud customers, you'll be up and running in less than 5 mi
type: folder
---
{% assign links = site.data.nav[1].pages %}
{% assign links = site.data.nav[0].pages %}
{% include index.html links=links %}

2
get-started/index.md

@ -5,5 +5,5 @@ description: If you are new to the TinyMCE SDK, this is the place to start.
type: folder
---
{% assign links = site.data.nav[0].pages %}
{% assign links = site.data.nav[1].pages %}
{% include index.html links=links %}
Loading…
Cancel
Save