|
@@ -1,5 +1,34 @@
|
|
|
---
|
|
---
|
|
|
title: CKEditor 5 documentation
|
|
title: CKEditor 5 documentation
|
|
|
|
|
+toc: false
|
|
|
---
|
|
---
|
|
|
|
|
|
|
|
-What could we have here?
|
|
|
|
|
|
|
+<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 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>
|
|
|
|
|
+
|
|
|
|
|
+## Contribute
|
|
|
|
|
+
|
|
|
|
|
+CKEditor is an Open Source project and your contribution is most welcome. Feel free to {@link builds/guides/reporting-issues report bugs} or improve the code on [GitHub](https://github.com/ckeditor/ckeditor5). Since CKEditor is localized, you can also help [to translate it](https://www.transifex.com/ckeditor/ckeditor5/). You do not need to be a programmer to contribute to the project!
|
|
|
|
|
+
|
|
|
|
|
+<style>
|
|
|
|
|
+/* Temporary hack until Umberto supports this internally. */
|
|
|
|
|
+dl {
|
|
|
|
|
+ margin-top:1em;
|
|
|
|
|
+}
|
|
|
|
|
+.main .side-navigation {
|
|
|
|
|
+ display:none;
|
|
|
|
|
+}
|
|
|
|
|
+.main .main__content {
|
|
|
|
|
+ padding-right:0;
|
|
|
|
|
+}
|
|
|
|
|
+.main .main__content-inner {
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+ max-width: 860px;
|
|
|
|
|
+ margin: auto;
|
|
|
|
|
+ padding-left: 50px;
|
|
|
|
|
+ padding-right: 50px;
|
|
|
|
|
+}
|
|
|
|
|
+</style>
|