ソースを参照

Docs: Corrections in index.md pages. [skip ci]

Anna Tomanek 8 年 前
コミット
3f0c980374
3 ファイル変更14 行追加14 行削除
  1. 9 9
      docs/features/index.md
  2. 4 4
      docs/framework/index.md
  3. 1 1
      docs/index.md

+ 9 - 9
docs/features/index.md

@@ -11,19 +11,19 @@ Use the **navigation tree on the left** to navigate through selected CKEditor 5
 
 ## Features availability
 
-Most of the features are included in CKEditor Builds and available out of the box, like for example {@link features/autoformat Autoformatting}
-or {@link features/keyboard-support Keyboard support}. However some of the presented features need to be manually included 
-in a customized CKEditor build, for example the {@link features/markdown Markdown processor} which outputs markdown instead of HTML.
+Most of the features are included in CKEditor 5 Builds and are available out of the box, like for example {@link features/autoformat Autoformatting}
+or {@link features/keyboard-support Keyboard support}. However, some of the presented features need to be manually included 
+in a customized CKEditor build, for example the {@link features/markdown Markdown processor} which outputs Markdown instead of HTML.
 
 ## Looking for more?
 
-The examples on the left do not present all features included in CKEditor 5. For example some end user features like bulleted & numbered lists are quite self-explanatory.
+The examples on the left do not present all features included in CKEditor 5. For example some end-user features like bulleted and numbered lists are quite self-explanatory.
 
-Please bear in mind that the stable version of CKEditor 5 has not been officially released yet, with time more features will be added to CKEditor 5. If you are missing anything particular, feel free to [suggest a new feature](https://github.com/ckeditor/ckeditor5/issues) and share with us your feedback. If it has been already reported by someone, upvote it to show your support. 
+Please bear in mind that the stable version of CKEditor 5 has not been officially released yet and with time more features will be added to CKEditor 5. If you are missing anything particular, feel free to [suggest a new feature](https://github.com/ckeditor/ckeditor5/issues) and share your feedback with us. If it has already been reported by someone else, upvote it to show your support. 
 
-## How about creating own features?
+## How about creating your own features?
 
-Probably the most exciting features are the one you can develop on top of CKEditor 5 Framework!
-We are slowly enhancing the {@link framework/index CKEditor 5 Framework documentation}, together with {@link api/index API documentation} hoping to give you a solid base for {@link framework/guides/quick-start#Creating-a-simple-plugin creating own features}.
+Probably the most exciting features are the ones you can develop on top of CKEditor 5 Framework!
+We are slowly enhancing the {@link framework/index CKEditor 5 Framework documentation} together with {@link api/index API documentation}, hoping to give you a solid base for {@link framework/guides/quick-start#Creating-a-simple-plugin creating custom features}.
 
-The addons community in case of CKEditor 4 resulted in an impressive number of over 300 addons created and published by the community. Now it's time for CKEditor 5!
+The official add-ons repository for CKEditor 4 reached an impressive number of over 300 add-ons created and published by the community. Now it is time for you to add your contributions to the brand new CKEditor 5!

+ 4 - 4
docs/framework/index.md

@@ -7,7 +7,7 @@ toc: false
 
 # CKEditor 5 Framework
 
-CKEditor 5 Framework is a set of components enabling you to create any kind of text editing solution.
+CKEditor 5 Framework is a set of components enabling you to create any kind of rich text editing solution.
 
 <info-box>
 Use the **navigation tree on the left** to navigate through CKEditor 5 Framework documentation.
@@ -15,11 +15,11 @@ Use the **navigation tree on the left** to navigate through CKEditor 5 Framework
 
 ## Related links
 
- * {@link features/index Features} &ndash; Learn about some of the features included in the CKEditor 5 Framework.
+ * {@link features/index Features} &ndash; Learn about some of the features included in CKEditor 5 Framework.
  * {@link examples/index Examples} &ndash; Try live demos of all available builds. View some of the possible customizations of CKEditor.
 
 <info-box>
-Framework documentation is still in progress, so it may be still lacking many things. Feel free to [suggest documentation enhancements](https://github.com/ckeditor/ckeditor5/issues) and share with us your feedback about the framework. 
+The CKEditor 5 Framework documentation is still in progress, so it may be lacking many things. Feel free to [suggest documentation enhancements](https://github.com/ckeditor/ckeditor5/labels/type%3Adocs) and share your feedback about the framework. 
 
-If the documentation is insufficient, please do not be afraid of looking into the source code of [CKEditor 5 packages](https://github.com/ckeditor?utf8=%E2%9C%93&q=ckeditor5&type=public). For example if you plan to create a new feature, check if a similar feature already exists and try to take an inspiration from its source code.
+If the documentation is insufficient, please do not be afraid of looking into the source code of [CKEditor 5 packages](https://github.com/ckeditor?utf8=%E2%9C%93&q=ckeditor5&type=public). For example if you plan to create a new feature, check if a similar feature already exists and try to take inspiration from its source code.
 </info-box>

+ 1 - 1
docs/index.md

@@ -5,7 +5,7 @@ sitenav: false
 ---
 
 <dl><dt>{@link builds/guides/overview CKEditor 5 Builds documentation}</dt><dd>Learn how to install, integrate and configure CKEditor 5 Builds. More complex aspects, like creating custom builds, are explained here, too.</dd>
-<dt>{@link framework/guides/overview CKEditor 5 Framework documentation}</dt><dd>Learn how to work with CKEditor 5 Framework, customize it, create your own plugins, custom editors, how to change the UI or even bring your own UI to the editor.</dd>
+<dt>{@link framework/guides/overview CKEditor 5 Framework documentation}</dt><dd>Learn how to work with CKEditor 5 Framework, customize it, create your own plugins and custom editors, change the UI or even bring your own UI to the editor.</dd>
 <dt>{@link examples/index CKEditor 5 Examples}<dt><dd>Try out all CKEditor 5 Builds. See some of the possible customizations of CKEditor.</dd>
 <dt>{@link features/index CKEditor 5 Features}</dt><dd>Learn about selected features included in CKEditor 5 Builds.</dd>
 <dt>{@link api/index CKEditor 5 API Reference}</dt><dd>A complete API documentation.</dd></dl>