api docs restructure
This commit is contained in:
@@ -5,5 +5,6 @@ _data/nav_api.*
|
||||
_site
|
||||
_config-prod.yml
|
||||
_config-local.yml
|
||||
node_modules
|
||||
api
|
||||
vendor
|
||||
|
||||
@@ -13,6 +13,7 @@ exclude:
|
||||
- README.md
|
||||
- vendor
|
||||
- wercker.yml
|
||||
- node_modules
|
||||
|
||||
markdown: redcarpet
|
||||
|
||||
|
||||
@@ -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 }})
|
||||
|
||||
@@ -1,6 +0,0 @@
|
||||
---
|
||||
layout: default
|
||||
title: Classes
|
||||
description: List of available classes within tinymce namespace.
|
||||
type: folder
|
||||
---
|
||||
@@ -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 %}
|
||||
Reference in New Issue
Block a user