fixed nav

This commit is contained in:
Kilian Ciuffolo
2015-10-01 16:32:54 -07:00
parent a4a94c7c90
commit 566951c619
6 changed files with 26 additions and 12 deletions
+2 -1
View File
@@ -1,2 +1,3 @@
_site
.jekyll-metadata
.jekyll-metadata
docs
+3 -2
View File
@@ -1,7 +1,8 @@
## TinyMCE documentation
$ gem install jekyll -v 2.4.0
$ ./build.sh v4.2.5
$ gem install bundle
$ bundle install
$ ./build.sh
For local development:
+11 -9
View File
@@ -2,15 +2,17 @@
pages:
- title: Quick Start
- title: Developer Guide
- title: Install
- title: Customize
- title: Cloud ?
- title: Spellcheck ?
pages:
- title: Install
- title: Customize
- title: Cloud
- title: Spellcheck
- title: Resources
- title: Accessibility
- title: Compatibility
- title: FAQ
- title: Tutorials ??
- title: Examples
pages:
- title: Accessibility
- title: Compatibility
- title: FAQ
- title: Tutorials ??
- title: Examples
- title: Support
- title: API Reference
+6
View File
@@ -0,0 +1,6 @@
---
layout: default
title: Customize
---
# Customize
+4
View File
@@ -0,0 +1,4 @@
---
layout: default
title: Install
---
View File