Selaa lähdekoodia

Docs: Package page and README. [skip ci]

Piotrek Koszuliński 8 vuotta sitten
vanhempi
commit
29a584c675
1 muutettua tiedostoa jossa 30 lisäystä ja 0 poistoa
  1. 30 0
      packages/ckeditor5-link/docs/api/link.md

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

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