浏览代码

Docs: Updated the guide category. [skip ci]

Piotrek Koszuliński 8 年之前
父节点
当前提交
3280c7dafc
共有 1 个文件被更改,包括 3 次插入2 次删除
  1. 3 2
      packages/ckeditor5-ui/docs/framework/guides/external-ui.md

+ 3 - 2
packages/ckeditor5-ui/docs/framework/guides/external-ui.md

@@ -1,9 +1,10 @@
 ---
-title: Third–party UI
-category: ui
+category: framework-ui
 order: 20
 ---
 
+# Third–party UI
+
 CKEditor 5 is a modular editing framework and allows various flexible configurations. That includes the usage of a third–party user interface on top of the basic editor classes.
 
 In this guide, a [classic–like](https://www.npmjs.com/package/@ckeditor/ckeditor5-build-classic) editor will be bound to a completely separate UI created in [Bootstrap](http://getbootstrap.com/) providing the basic structure and toolbar items necessary to start editing.