瀏覽代碼

Docs: Package page and README. [skip ci]

Piotrek Koszuliński 8 年之前
父節點
當前提交
0093c984ec
共有 1 個文件被更改,包括 30 次插入0 次删除
  1. 30 0
      packages/ckeditor5-paragraph/docs/api/paragraph.md

+ 30 - 0
packages/ckeditor5-paragraph/docs/api/paragraph.md

@@ -0,0 +1,30 @@
+---
+category: api-reference
+---
+
+# CKEditor 5 paragraph feature
+
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-paragraph.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph)
+
+This package implements paragraph support for CKEditor 5.
+
+## Documentation
+
+See the {@link module:paragraph/paragraph~Paragraph} plugin documentation.
+
+## Installation
+
+```bash
+npm install --save @ckeditor/ckeditor5-paragraph
+```
+
+## Contribute
+
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-paragraph.
+
+## External links
+
+* [`@ckeditor/ckeditor5-paragraph` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-paragraph)
+* [`ckeditor/ckeditor5-paragraph` on GitHub](https://github.com/ckeditor/ckeditor5-paragraph)
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-paragraph/issues)
+* [Changelog](https://github.com/ckeditor/ckeditor5-paragraph/blob/master/CHANGELOG.md)