소스 검색

Merge branch 'master' into t/ckeditor5/1457

Aleksander Nowodzinski 6 년 전
부모
커밋
eef6eea2dc
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      packages/ckeditor5-ui/docs/examples/custom-ui.md

+ 2 - 1
packages/ckeditor5-ui/docs/examples/custom-ui.md

@@ -1,9 +1,10 @@
 ---
-title: Custom UI (with Bootstrap)
 category: examples-framework
 order: 20
 ---
 
+# Custom UI (with Bootstrap)
+
 The editor below runs a completely custom user interface written in [Bootstrap](http://getbootstrap.com/), while the editing is provided by CKEditor 5. To learn more, check out the {@link framework/guides/external-ui detailed guide} on how to integrate an external UI with the editor.
 
 {@snippet examples/bootstrap-ui}