瀏覽代碼

Merge branch 'stable'

Anna Tomanek 5 年之前
父節點
當前提交
02d184d54b

+ 2 - 2
docs/_snippets/examples/classic-editor.html

@@ -3,8 +3,8 @@
 
 	<p>Like all the great things on earth traveling teaches us by example. Here are some of the most precious lessons I’ve learned over the years of traveling.</p>
 
-	<figure class="media">
-		<oembed url="https://www.youtube.com/watch?v=fDMu9BXMR-U"></oembed>
+	<figure class="image image-style-side"><img src="%BASE_PATH%/assets/img/volcano.jpg" alt="A lone wanderer looking at Mount Bromo volcano in Indonesia.">
+		<figcaption>Leaving your comfort zone might lead you to such beautiful sceneries like this one.</figcaption>
 	</figure>
 
 	<h3>Appreciation of diversity</h3>

二進制
docs/assets/img/volcano.jpg


+ 1 - 1
docs/builds/guides/frameworks/angular.md

@@ -450,7 +450,7 @@ export class MyComponent {
 }
 ```
 
-For advanced usage see the {@link features/ui-language Setting UI language} guide.
+For advanced usage see the {@link features/ui-language Setting the UI language} guide.
 
 ## Contributing and reporting issues
 

+ 1 - 1
docs/builds/guides/frameworks/react.md

@@ -610,7 +610,7 @@ Then, {@link builds/guides/integration/configuration configure} the language of
 />
 ```
 
-For more information, please refer to the {@link features/ui-language "Setting UI language"} guide.
+For more information, please refer to the {@link features/ui-language Setting the UI language} guide.
 
 ### CKEditor 5 built from source
 

+ 1 - 1
docs/builds/guides/frameworks/vuejs.md

@@ -433,7 +433,7 @@ export default {
 }
 ```
 
-For more information, please refer to the {@link features/ui-language "Setting UI language"} guide.
+For more information, please refer to the {@link features/ui-language Setting the UI language} guide.
 
 ### CKEditor 5 built from source
 

+ 1 - 1
docs/builds/guides/integration/installation.md

@@ -59,7 +59,7 @@ Extract the `.zip` file into a dedicated directory inside your project. It is re
 
 * `ckeditor.js` &ndash; The ready-to-use editor bundle, containing the editor and all plugins.
 * `ckeditor.js.map` &ndash; The source map for the editor bundle.
-* `translations/` &ndash; The editor UI translations (see {@link features/ui-language Setting UI language}).
+* `translations/` &ndash; The editor UI translations (see {@link features/ui-language Setting the UI language}).
 * `README.md` and `LICENSE.md`
 
 ## Loading the API

+ 1 - 0
docs/features/ui-language.md

@@ -1,5 +1,6 @@
 ---
 category: features
+menu-title: UI language
 ---
 
 {@snippet features/build-ui-language-source}