Browse Source

Merge branch 'master' into t/ckeditor5-ui/297

Aleksander Nowodzinski 8 years ago
parent
commit
0efd8f751c

+ 2 - 2
packages/ckeditor5-theme-lark/docs/examples/customized-theme.md

@@ -1,11 +1,11 @@
 ---
-title: Customized theme
+title: Theme customization
 category: examples-framework
 order: 10
 ---
 
 The [default theme](https://www.npmjs.com/package/@ckeditor/ckeditor5-theme-lark) of CKEditor 5 can be customized to match most visual integration requirements.
 
-Below, you can see an editor with the dark theme as a result of customizations described in a {@link guides/theme-customization dedicated guide}.
+Below, you can see an editor with the dark theme as a result of customizations described in a {@link framework/guides/theme-customization dedicated guide}.
 
 {@snippet examples/theme-lark}

packages/ckeditor5-theme-lark/docs/guides/theme-customization.md → packages/ckeditor5-theme-lark/docs/framework/guides/theme-customization.md


+ 1 - 1
packages/ckeditor5-theme-lark/package.json

@@ -9,7 +9,7 @@
   "devDependencies": {
     "@ckeditor/ckeditor5-basic-styles": "^0.9.0",
     "@ckeditor/ckeditor5-core": "^0.9.0",
-    "@ckeditor/ckeditor5-dev-lint": "^3.1.0",
+    "@ckeditor/ckeditor5-dev-lint": "^3.1.1",
     "@ckeditor/ckeditor5-utils": "^0.10.0",
     "eslint-config-ckeditor5": "^1.0.5",
     "gulp": "^3.9.1",