Browse Source

Aligned option to Umberto's new version.

Piotrek Koszuliński 8 years ago
parent
commit
483b31623a

+ 3 - 3
docs/builds/guides/integration/basic-api.md

@@ -3,7 +3,7 @@
 # * Guide developers through the basic API to achieve their very first results with CKEditor.
 # * Guide developers through the basic API to achieve their very first results with CKEditor.
 
 
 title: Basic API
 title: Basic API
-category-id: builds-integration
+category: builds-integration
 ---
 ---
 
 
 ## Creators
 ## Creators
@@ -23,7 +23,7 @@ Because builds are distributed as [UMD modules](https://github.com/umdjs/umd), t
 * by [RequireJS](http://requirejs.org/) (or any other AMD library),
 * by [RequireJS](http://requirejs.org/) (or any other AMD library),
 * from the global namespace if any of the above loaders is not available.
 * from the global namespace if any of the above loaders is not available.
 
 
- For example:
+For example:
 
 
 ```js
 ```js
 // If AMD is present, you can do this.
 // If AMD is present, you can do this.
@@ -39,7 +39,7 @@ Having the above in mind, depending on which build you’re using, creating an e
 
 
 In the HTML:
 In the HTML:
 
 
-```
+```html
 <textarea id="text-editor">
 <textarea id="text-editor">
 	&lt;p&gt;Here goes the initial contents of the editor.&lt;/p&gt;
 	&lt;p&gt;Here goes the initial contents of the editor.&lt;/p&gt;
 </textarea>
 </textarea>

+ 1 - 1
docs/builds/guides/integration/installation.md

@@ -3,7 +3,7 @@
 # - Guidance on all possible installation options.
 # - Guidance on all possible installation options.
 
 
 title: Installation
 title: Installation
-category-id: builds-integration
+category: builds-integration
 ---
 ---
 
 
 ## Download options
 ## Download options

+ 1 - 1
docs/builds/guides/migrate.md

@@ -5,7 +5,7 @@
 # * List and clarify the things that need attention when migrating.
 # * List and clarify the things that need attention when migrating.
 
 
 title: Migration from previous versions
 title: Migration from previous versions
-category-id: builds-guides
+category: builds-guides
 ---
 ---
 
 
 When compared to its previous versions, CKEditor 5 can be considered a totally new editor. Every single aspect of it has been redesigned, from installation, to integration, to features, to its data model, to its API. Therefore, moving applications using previous version to version 5 cannot be called simply “upgrade”. It is something bigger, so the “migration” term fits better.
 When compared to its previous versions, CKEditor 5 can be considered a totally new editor. Every single aspect of it has been redesigned, from installation, to integration, to features, to its data model, to its API. Therefore, moving applications using previous version to version 5 cannot be called simply “upgrade”. It is something bigger, so the “migration” term fits better.

+ 1 - 1
docs/builds/guides/overview.md

@@ -6,7 +6,7 @@
 # * What is the difference with CKEditor 4?
 # * What is the difference with CKEditor 4?
 
 
 title: Overview
 title: Overview
-category-id: builds-guides
+category: builds-guides
 ---
 ---
 
 
 CKEditor 5 Builds are comprised by a set of ready to use rich-text editors, so called "builds", in different configurations. Our goal is providing easy to use solutions that can satisfy good part of the editing use cases out there.
 CKEditor 5 Builds are comprised by a set of ready to use rich-text editors, so called "builds", in different configurations. Our goal is providing easy to use solutions that can satisfy good part of the editing use cases out there.

+ 2 - 2
docs/builds/guides/whats-new.md

@@ -3,8 +3,8 @@
 # * Highlight new things, when compared to CKEditor 4.
 # * Highlight new things, when compared to CKEditor 4.
 # * Emphasize cool new stuff we’re bringing, for those learning about CKEditor 5.
 # * Emphasize cool new stuff we’re bringing, for those learning about CKEditor 5.
 
 
-title: What's news?
-category-id: builds-guides
+title: What's new?
+category: builds-guides
 ---
 ---
 
 
 ## Enhanced UX
 ## Enhanced UX

+ 1 - 1
docs/builds/index.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Builds
 title: Builds
-category-id: builds
+category: builds
 order: 10
 order: 10
 ---
 ---
 
 

+ 1 - 1
docs/framework/index.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Framework
 title: Framework
-category-id: framework
+category: framework
 order: 10
 order: 10
 ---
 ---
 
 

+ 1 - 1
docs/guides/end-user-features/end-user-features.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: End User Features Example Guide
 title: End User Features Example Guide
-category-id: end-user-features
+category: end-user-features
 slug: euf
 slug: euf
 order: 90
 order: 90
 ---
 ---

+ 2 - 2
docs/guides/getting-started/getting-started.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Getting started
 title: Getting started
-category-id: getting-started
+category: getting-started
 order: 50
 order: 50
 ---
 ---
-Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ 0 - 5
docs/guides/index.md

@@ -1,5 +0,0 @@
----
-title: Guides Index Page
-category-id: guides
-order: 10
----

+ 2 - 2
docs/guides/inserting-ckeditor/another-guide.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Another guide about inserting CKEditor
 title: Another guide about inserting CKEditor
-category-id: inserting-ckeditor
+category: inserting-ckeditor
 order: 40
 order: 40
 ---
 ---
-Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ 2 - 2
docs/guides/inserting-ckeditor/inserting.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Inserting
 title: Inserting
-category-id: inserting-ckeditor
+category: inserting-ckeditor
 order: 40
 order: 40
 ---
 ---
-Lorem ipsum dolor sit amet, consectetur adipiscing elit.
+Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ 1 - 1
docs/tutorials/advanced-tutorials/advanced.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Advanced Tutorial
 title: Advanced Tutorial
-category-id: advanced-tutorials
+category: advanced-tutorials
 order: 30
 order: 30
 ---
 ---
 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ 1 - 1
docs/tutorials/how-to/how-to-artcle.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Another tutorial example
 title: Another tutorial example
-category-id: how-to
+category: how-to
 order: 30
 order: 30
 ---
 ---
 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 Lorem ipsum dolor sit amet, consectetur adipiscing elit.

+ 1 - 1
docs/tutorials/index.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Tutorials Index Page
 title: Tutorials Index Page
-category-id: tutorials
+category: tutorials
 order: 30
 order: 30
 ---
 ---
 
 

+ 1 - 1
docs/tutorials/step-by-step/step-by-step-article.md

@@ -1,6 +1,6 @@
 ---
 ---
 title: Example Tutorial
 title: Example Tutorial
-category-id: step-by-step
+category: step-by-step
 order: 30
 order: 30
 ---
 ---
 Lorem ipsum dolor sit amet, consectetur adipiscing elit.
 Lorem ipsum dolor sit amet, consectetur adipiscing elit.