Преглед на файлове

Docs: Builds examples explained. [skip ci]

Anna Tomanek преди 8 години
родител
ревизия
e10f574e78
променени са 3 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 1 1
      docs/examples/builds/balloon-editor.md
  2. 1 1
      docs/examples/builds/classic-editor.md
  3. 1 1
      docs/examples/builds/inline-editor.md

+ 1 - 1
docs/examples/builds/balloon-editor.md

@@ -5,6 +5,6 @@ order: 30
 
 # Balloon editor
 
-{@link builds/guides/overview#Balloon-editor Balloon editor} example.
+{@link builds/guides/overview#Balloon-editor Balloon editor} lets you create your content directly in its target location with the help of a balloon toolbar that apprears next to the selected editable document element.
 
 {@snippet examples/balloon-editor}

+ 1 - 1
docs/examples/builds/classic-editor.md

@@ -7,6 +7,6 @@ order: 10
 
 {@snippet build-classic-source}
 
-{@link builds/guides/overview#Classic-editor Classic editor} example.
+{@link builds/guides/overview#Classic-editor Classic editor} shows a boxed editing area with a toolbar, placed in a specific position on the page.
 
 {@snippet examples/classic-editor}

+ 1 - 1
docs/examples/builds/inline-editor.md

@@ -5,6 +5,6 @@ order: 20
 
 # Inline editor
 
-{@link builds/guides/overview#Inline-editor Inline editor} example.
+{@link builds/guides/overview#Inline-editor Inline editor} lets you create your content directly in its target location with the help of a floating toolbar that apprears when the editable text is focused.
 
 {@snippet examples/inline-editor}