Skip to content

Commit f39992b

Browse files
IBX-9515: Interactive demos added in the User Documentation (#329)
* Interactive demos added in the user documentation * Interactive demo for copy block section added * typo fix * title fix * fixes * demo moved in dashboard section * Fixes after review
1 parent 6aa2195 commit f39992b

File tree

11 files changed

+40
-7
lines changed

11 files changed

+40
-7
lines changed

docs/content_management/create_edit_content_items.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ description: Create content for your website with different fields, rich text, t
5454

5555
For more information, see [Publish content](publish_content.md).
5656

57+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/T4dqNwZwGGpS3RaLHA6R?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Create and edit article" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
58+
5759
!!! note "Versioning and autosave"
5860

5961
Whenever you edit a content item, a [new version](content_versions.md) is created in the repository.
@@ -99,7 +101,7 @@ Its options appear when you click inside the field box.
99101

100102
![Online editor menu](img/online_editor_menu.png "Online editor menu")
101103

102-
You can chooose from available options to edit and customize Rich Text field, for example, move up or down its elements, select heading style, add text elements, like superscript, block quote, or anchor.
104+
You can choose from available options to edit and customize Rich Text field, for example, move up or down its elements, select heading style, add text elements, like superscript, block quote, or anchor.
103105

104106
You can also add new elements to the field.
105107
To do it, choose one of the available elements:
@@ -118,7 +120,7 @@ To do it, choose one of the available elements:
118120
Each of these elements can have its own settings, such as text formatting.
119121
The option bar also lets you reorder or remove any elements in the Rich Text field.
120122

121-
123+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/wkdL1r9PRunTeF6hPtEs?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Online Editor - work in Rich Text field" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
122124

123125
#### Edit embedded content items
124126

@@ -218,6 +220,7 @@ When response is displayed on the screen, depending on whether you are satisfied
218220
Depending on the length of the source text and the complexity of request, processing may take a while.
219221
You may cancel the processing if it takes too long by clicking **Stop**.
220222

223+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/oDRgSawmcExFx2NUJYbM?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Use AI to expand the body text" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
221224

222225
### SeenThis! streaming
223226

docs/content_management/create_edit_pages.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,15 @@ You can now navigate away from the Page by clicking the **Close** button.
4545

4646
To edit an existing page, in the back office, from the content tree, choose the page that you want to edit, and click the **Edit** button.
4747

48+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/d4T5EgOwz6bri2Zgy53M?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Edit existing page" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
49+
4850
### Page Builder interface
4951

5052
Page Builder has a plain and intuitive interface.
5153
You can create pages without having advanced technical skills.
5254

55+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/kbdnGkdrkXL2VAJW6c3O?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Page Builder interface" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
56+
5357
![Page Builder interface](img/page_builder_interface.png)
5458

5559
Page Builder user interface consists of:
@@ -178,6 +182,8 @@ Content of the clipboard is visible only to you, and preserves switching into a
178182

179183
![The clipboard section containing a Code block](img/page_builder_page_blocks_clipboard.png "The clipboard section containing a Code block")
180184

185+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/NqvkgfWoNZkynskJxHEn?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Copy option and Clipboard" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
186+
181187
#### Configure block settings
182188

183189
Each kind of block has its special settings.
@@ -264,4 +270,4 @@ There are several options for saving work on the page:
264270
|Save draft|Save the page draft*.|
265271
|Delete draft|Delete the page draft.|
266272

267-
* To help you preserve your work, system saves drafts of content items automatically. For more information, see [Autosave](https://doc.ibexa.co/projects/userguide/en/master/content_management/content_versions/#autosave).
273+
* To help you preserve your work, system saves drafts of content items automatically. For more information, see [Autosave](https://doc.ibexa.co/projects/userguide/en/master/content_management/content_versions/#autosave).

docs/content_management/preview_content_items.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,3 +30,6 @@ Additionally, if you select a specific SiteAccess from the **Site context** drop
3030
- when you hover over content items in the content tree, miniature previews appear
3131
- in Focus mode, when you browse content items in content tree, their full screen preview is displayed
3232
- if you [disable the Focus mode](../getting_started/discover_ui.md#disable-focus-mode) or click **Exit full view**, the **View** tab appears in the content item's details view, where you can quickly preview the content item
33+
34+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/5Y1i3W29Jsg6J0za71GL?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Preview an article,
35+
switch between sites and views" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->

docs/content_management/schedule_publishing.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,8 @@ Use it to remove the previously selected publication date.
4646

4747
![Discard publish later button in the menu](img/discard_publish_date.png "Discard publish later button in the menu")
4848

49+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/pXVyhWY2v5qD5Q6oS2W6?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Publish in the future" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
50+
4951
You can also [reschedule or cancel planned publications](#reschedule-or-cancel-publication).
5052
To browse all the future events, use the [Calendar widget](#calendar-widget).
5153

docs/content_management/work_with_forms.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ You can then review the results gathered from website users, for example, to imp
1010

1111
For more information about building and styling forms, see [Developer Documentation]([[= developer_doc =]]/content_management/forms/forms).
1212

13+
You can create a form with a visual drag-and-drop editor, the Form Builder.
14+
15+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/6TuwPfbDTXTo6SnYSiyW?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Form Builder interface" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
16+
1317
## Create forms
1418

1519
Editors can use the created form anywhere on the website.
@@ -65,6 +69,8 @@ You can choose one of a few options of what is shown to the user after filling i
6569

6670
For more information, see [Publish content](publish_content.md).
6771

72+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/YayMqLkQ6QeCZFeVyQxp?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Build a form" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
73+
6874
## View results
6975

7076
Once you publish a form and users start filling it in, you can preview the results in the **Submissions** tab in the content item view.

docs/content_management/workflow_management/editorial_workflow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,6 @@ If your installation is [configured to support draft locking]([[= developer_doc
2727

2828
In the Review queue table, you can access the draft for editing, review its history, unlock the draft, or request that a lock is released.
2929

30-
For more information, see [Work with versions](work_with_versions.md).
30+
For more information, see [Work with versions](work_with_versions.md).
31+
32+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/6ADNUCnEPbEa6MAqWI9u?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Assign an article to review" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->

docs/content_management/workflow_management/work_with_versions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ You can also do it in **My dashboard**, the **Review queue** table, by clicking
2626
If you're not assigned to the draft, depending on the permissions set for your role, in the **Review queue** table, you can either release the lock by clicking the **Unlock** icon, or request that the lock is released by the reviewer by clicking the **Request access** icon.
2727

2828
## Compare versions
29+
2930
You can compare two versions of the same content item.
3031

3132
To do it, [disable the Focus mode](../../getting_started/discover_ui.md#disable-focus-mode).
@@ -50,6 +51,8 @@ When you compare two versions, the system highlights the changes:
5051

5152
![Version comparison in Split view](img/split_view.png "Version comparison in Split view")
5253

54+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/RRBS7OWNfcFMQOmiVgBs?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Compare versions" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
55+
5356
You can also compare media field types such as images.
5457

5558
![Image comparison](img/image_comparison.png "Image comparison")

docs/getting_started/dashboard/dashboard.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description: Get to know about dashboard.
77
Dashboard is the first screen that you see after you log into [[= product_name =]].
88
It provides users a quick overview about specific content to make better business decisions based on data and work more efficiently with a clear and effortless access to important information.
99

10+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/RowOtNIs36IO5DTmdbXP?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Dashboard - How to navigate" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
11+
1012
Default dashboard in [[= product_name_headless =]] contains the following blocks:
1113

1214
- [Review queue](dashboard_block_reference.md#review-queue-block)
@@ -40,4 +42,4 @@ By default, dashboard in [[= product_name_exp =]] and [[= product_name_com =]] c
4042

4143
![Dashboard - Experience and Commerce edition](dashboard.png "Default dashboard in Experience and Commerce edition")
4244

43-
For more information, see [Work with dashboard](work_with_dashboard.md).
45+
For more information, see [Work with dashboard](work_with_dashboard.md).

docs/getting_started/discover_ui.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Depending on the product edition and your [permissions](../permission_management
6161

6262
- **Content**, which gives you access to the content repository.
6363
It lets you navigate the content tree, and, for example, create, edit, move, copy, or delete content.
64-
- [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] **Site management**, which enables you to create and edit block-based Pages and manage multiple websites.
64+
- [[% include 'snippets/experience_badge.md' %]] [[% include 'snippets/commerce_badge.md' %]] **Site management**, which enables you to create and edit block-based pages and manage multiple websites.
6565
- **PIM**, which enables you to handle products presented on the website, including their specifications and pricing.
6666
- **Admin**, which is the administration panel where you can manage, for example, Users, Sections, or permissions.
6767

@@ -104,6 +104,8 @@ Focus mode helps editors focus on information that is only relevant to their lin
104104
It's enabled by default, after you log in.
105105
If you need access to certain settings or technical details, you can [disable the focus mode](#disable-focus-mode) at any time.
106106

107+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/2YM6EhsN5eeohdLzYBpi?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Search and focus mode" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->
108+
107109
- **Dark theme for content tree**
108110
: In areas where the content tree is displayed, for example, in **Content structure**, the tree is displayed on a dark background.
109111

docs/getting_started/get_started.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,4 +141,6 @@ Then, click **Change password**.
141141
Fill in all the required fields and click **Save and close** to save changes.
142142
Click **Discard** to reject your changes and return to the previous screen.
143143

144-
![Editing password](img/editing_password.png "Editing password")
144+
![Editing password](img/editing_password.png "Editing password")
145+
146+
<!--ARCADE EMBED START--><div style="position: relative; padding-bottom: calc(51.27314814814815% + 41px); height: 0; width: 100%;"><iframe src="https://demo.arcade.software/hmXfcsazcGSJbHzOpKAx?embed&embed_mobile=tab&embed_desktop=inline&show_copy_link=true" title="Log in, navigate to the user profile, and change the password" frameborder="0" loading="lazy" webkitallowfullscreen mozallowfullscreen allowfullscreen allow="clipboard-write" style="position: absolute; top: 0; left: 0; width: 100%; height: 100%; color-scheme: light;" ></iframe></div><!--ARCADE EMBED END-->

0 commit comments

Comments
 (0)