Browse Source

Docs: Builds examples explained. [skip ci]

Anna Tomanek 8 years ago
parent
commit
e10f574e78

+ 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}