Browse Source

Docs: OCD.

Piotrek Koszuliński 6 years ago
parent
commit
090cdf8c9c
1 changed files with 2 additions and 1 deletions
  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}