api docs restructure

This commit is contained in:
Spocke
2016-07-01 12:55:36 +02:00
parent fd48de00a7
commit 2edacc2880
5 changed files with 3 additions and 16 deletions
+1
View File
@@ -5,5 +5,6 @@ _data/nav_api.*
_site
_config-prod.yml
_config-local.yml
node_modules
api
vendor
+1
View File
@@ -13,6 +13,7 @@ exclude:
- README.md
- vendor
- wercker.yml
- node_modules
markdown: redcarpet
+1 -1
View File
@@ -1,4 +1,4 @@
{% if include.data.borrows.size %}
{% if include.data.borrows.size > 0 %}
## Extends
{% for item in include.data.borrows %}
[{{ item }}]({{ site.baseurl }}/api/class/{{ item | api_url }})
-6
View File
@@ -1,6 +0,0 @@
---
layout: default
title: Classes
description: List of available classes within tinymce namespace.
type: folder
---
-9
View File
@@ -1,9 +0,0 @@
---
layout: default
title: Mixins
description: List of available mixins within tinymce namespace.
type: folder
---
{% assign links = site.data.nav_api[1].pages %}
{% include index.html links=links %}