fixed nav
This commit is contained in:
+2
-1
@@ -1,2 +1,3 @@
|
||||
_site
|
||||
.jekyll-metadata
|
||||
.jekyll-metadata
|
||||
docs
|
||||
|
||||
@@ -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
@@ -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
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
---
|
||||
layout: default
|
||||
title: Customize
|
||||
---
|
||||
|
||||
# Customize
|
||||
|
||||
@@ -0,0 +1,4 @@
|
||||
---
|
||||
layout: default
|
||||
title: Install
|
||||
---
|
||||
|
||||
Reference in New Issue
Block a user