浏览代码

Docs: Package page and README. [skip ci]

Piotrek Koszuliński 8 年之前
父节点
当前提交
f7c243b658
共有 2 个文件被更改,包括 32 次插入2 次删除
  1. 2 2
      packages/ckeditor5-theme-lark/README.md
  2. 30 0
      packages/ckeditor5-theme-lark/docs/api/theme-lark.md

+ 2 - 2
packages/ckeditor5-theme-lark/README.md

@@ -1,4 +1,4 @@
-CKEditor 5 lark theme
+CKEditor 5 Lark theme
 ========================================
 
 [![Join the chat at https://gitter.im/ckeditor/ckeditor5](https://badges.gitter.im/ckeditor/ckeditor5.svg)](https://gitter.im/ckeditor/ckeditor5?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
@@ -8,7 +8,7 @@ CKEditor 5 lark theme
 [![Dependency Status](https://david-dm.org/ckeditor/ckeditor5-theme-lark/status.svg)](https://david-dm.org/ckeditor/ckeditor5-theme-lark)
 [![devDependency Status](https://david-dm.org/ckeditor/ckeditor5-theme-lark/dev-status.svg)](https://david-dm.org/ckeditor/ckeditor5-theme-lark?type=dev)
 
-A bright theme for CKEditor 5. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5-theme-lark>.
+The default theme for CKEditor 5. More information about the project can be found at the following url: <https://github.com/ckeditor/ckeditor5-theme-lark>.
 
 ## License
 

+ 30 - 0
packages/ckeditor5-theme-lark/docs/api/theme-lark.md

@@ -0,0 +1,30 @@
+---
+category: api-reference
+---
+
+# CKEditor 5 Lark theme
+
+[![npm version](https://badge.fury.io/js/%40ckeditor%2Fckeditor5-theme-lark.svg)](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
+
+This package implements the lark theme – the default CKEditor 5 theme.
+
+## Documentation
+
+See the {@link framework/guides/theme-customization Theme customization} guide and the {@link examples/theme-customization example of Lark theme customization}.
+
+## Installation
+
+```bash
+npm install --save @ckeditor/ckeditor5-theme-lark
+```
+
+## Contribute
+
+The source code of this package is available on GitHub in https://github.com/ckeditor/ckeditor5-theme-lark.
+
+## External links
+
+* [`@ckeditor/ckeditor5-theme-lark` on npm](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark)
+* [`ckeditor/ckeditor5-theme-lark` on GitHub](https://github.com/ckeditor/ckeditor5-theme-lark)
+* [Issue tracker](https://github.com/ckeditor/ckeditor5-theme-lark/issues)
+* [Changelog](https://github.com/ckeditor/ckeditor5-theme-lark/blob/master/CHANGELOG.md)