浏览代码

Docs: Improved the sample. See ckeditor/ckeditor5#535.

Piotrek Koszuliński 8 年之前
父节点
当前提交
c849672fa7
共有 1 个文件被更改,包括 5 次插入21 次删除
  1. 5 21
      packages/ckeditor5-build-balloon/sample/index.html

+ 5 - 21
packages/ckeditor5-build-balloon/sample/index.html

@@ -2,7 +2,7 @@
 <html lang="en">
 <head>
 	<meta charset="utf-8">
-	<title>CKEditor 5 – balloon editor build sample</title>
+	<title>CKEditor 5 – balloon editor build – development sample</title>
 	<style>
 		body {
 			max-width: 800px;
@@ -12,34 +12,18 @@
 </head>
 <body>
 
-<h1>CKEditor 5 – balloon editor build sample</h1>
+<h1>CKEditor 5 – balloon editor build – development sample</h1>
 
 <div id="editor">
-	<h2>About CKEditor&nbsp;5</h2>
+	<h2>Sample</h2>
 
-	<p>This is <a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a>.</p>
+	<p>This is an instance of the <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/overview.html#Balloon-editor">balloon editor build</a>.</p>
 
 	<figure class="image">
 		<img src="../tests/manual/sample.jpg" alt="Autumn fields" />
 	</figure>
 
-	<p>After more than 2 years of building the next generation editor from scratch and closing over 980 tickets, we created a highly <strong>extensible and flexible architecture</strong> which consists of an <strong>amazing editing framework</strong> and <strong>editing solutions</strong> that will be built on top of it.</p>
-
-	<p>We explained this design choice in <a href="https://medium.com/content-uneditable/ckeditor-5-the-future-of-rich-text-editing-2b9300f9df2c">&ldquo;CKEditor 5: The future of rich text editing&ldquo;</a>:</p>
-
-	<blockquote><p>(…) we are changing our approach with CKEditor 5. We will no longer have only two solutions available, instead CKEditor will be seen as a framework for editing solutions. At the same time, we will be developing several out-of-the-box solutions based on it, which will be available to use in many different contexts. It will be a real “one size fits all” approach, from little requirements, to super advanced full featured applications.</p></blockquote>
-
-	<h3>Notes</h3>
-
-	<p><a href="https://ckeditor5.github.io">CKEditor&nbsp;5</a> is <em>under heavy development</em> and this demo is not production-ready software. For example:</p>
-
-	<ul>
-		<li><strong>Only Chrome, Opera and Safari are supported</strong>.</li>
-		<li>Firefox requires enabling the <a href="https://developer.mozilla.org/en-US/docs/Web/API/Document/onselectionchange">&ldquo;dom.select_events.enabled&rdquo;</a> option.</li>
-		<li><a href="https://github.com/ckeditor/ckeditor5/issues/342">Support for pasting</a> is under development (content filtering is unstable).</li>
-	</ul>
-
-	<p>It has <em>bugs</em> that we are aware of &mdash; and that we will be working on in the next few iterations of the project. Stay tuned for some updates soon!</p>
+	<p>You can use this sample to validate whether your <a href="https://ckeditor5.github.io/docs/nightly/ckeditor5/latest/builds/guides/development/custom-builds.html">custom build</a> works fine.</p>
 </div>
 
 <script src="../build/ckeditor.js"></script>