Skip to content

Commit 68c68de

Browse files
authored
Target 3.3 user doc (#341)
* mkdocs.yml: `developer_doc: 'https://doc.ibexa.co/en/3.3'` * Use [[= developer_doc =]] * Fix [[= developer_doc =]] links
1 parent 12484d1 commit 68c68de

14 files changed

+24
-22
lines changed

docs/content_model.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ You can also use the **Content Browser** to search the Repository for content, e
113113

114114
For more information about users and permissions, see [Users](site_organization/organizing_the_site.md#users).
115115

116-
For more information about site skeletons, see [Site skeletons](https://doc.ibexa.co/en/latest/guide/multisite/site_factory_configuration/#site-skeletons).
116+
For more information about site skeletons, see [Site skeletons]([[= developer_doc =]]/guide/multisite/site_factory_configuration/#site-skeletons).
117117

118118
### Content Tree
119119

@@ -122,11 +122,11 @@ If you want to navigate through your website with a menu, go to the **Content**
122122

123123
![Content Tree in the menu](img/left_menu_tree.png "Content Tree in the menu")
124124

125-
Unique icons for each Content Type instantly show you what type of content you are selecting. To add custom icons to your Content Tree, follow [configuration tutorial in developer documentation.](https://doc.ibexa.co/en/latest/extending/custom_icons/#customize-content-type-icons)
125+
Unique icons for each Content Type instantly show you what type of content you are selecting. To add custom icons to your Content Tree, follow [configuration tutorial in developer documentation.]([[= developer_doc =]]/extending/custom_icons/#customize-content-type-icons)
126126

127127
Hidden content is blurred out in the tree view.
128128

129129
To simplify the Content Tree, big lists are shortened with a **Show more** option. You can select it to expand all lists in the tree.
130130
The **Collapse all** option situated at the bottom of the tree closes all expanded sections.
131131

132-
For more information on custom configuration, go to [Content Tree](https://doc.ibexa.co/en/latest/administration/back_office/content_tree) in developer documentation.
132+
For more information on custom configuration, go to [Content Tree]([[= developer_doc =]]/extending/content_tree/) in developer documentation.

docs/creating_content_basic.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ This will open the window to create the link. In the **Link to** box, enter the
7979
In image options you can select an image variation.
8080
Variations can include different sizing options and other filters that are applied to images.
8181
Available image variations must be configured at the developer level.
82-
See [Images](https://doc.ibexa.co/en/latest/guide/images/) for a technical guide on how to do this.
82+
See [Images]([[= developer_doc =]]/guide/images/images/) for a technical guide on how to do this.
8383

8484
### Tables
8585

docs/editing_images.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ so the area that contains the selected point is always visible.
5151
!!! note
5252

5353
Cropping to focal point is not automatic. The site's templates must be adapted for this to happen.
54-
See [Use focal point](https://doc.ibexa.co/en/latest/guide/content_rendering/embed_and_list_content/render_images/#use-focal-point)
54+
See [Use focal point]([[= developer_doc =]]/guide/content_rendering/embed_and_list_content/render_images/#use-focal-point)
5555
in developer documentation for an example of implementing such cropping.
5656

5757
Click the **Show point** button to see a target on the preview.

docs/getting_started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and provides a user interface to work with the content and administer the platfo
1212

1313
## Quick start
1414

15-
[[= product_name =]] must be [installed by administrator](https://doc.ibexa.co/en/latest/getting_started/install_ez_platform/).
15+
[[= product_name =]] must be [installed by administrator]([[= developer_doc =]]/getting_started/install_ez_platform/).
1616
They should provide you with the address of the installation.
1717

1818
To access the Back Office (the editor interface), add `/admin` to this address.

docs/personalization/content_import.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, one can load an exported file to the personalization service from a
2323
This type of import is intended to upload big portions of information,
2424
and can be used to perform a weekly update of the whole product catalog.
2525

26-
For detailed information about content data import, see [Content API](https://doc.ibexa.co/en/latest/guide/personalization/developer_guide/content_api) in the developer documentation.
26+
For detailed information about content data import, see [Content API]([[= developer_doc =]]/guide/personalization/developer_guide/content_api/) in the developer documentation.
2727

2828
## User data import
2929

@@ -33,7 +33,7 @@ a successful recommendation, for example, by enabling the use of [boost filters]
3333
User attributes could be retrieved based on the external user ID.
3434
However, it is rarely possible to combine the external user ID within the user's attribute set.
3535

36-
For more information about user attribute import, see [User API](https://doc.ibexa.co/en/latest/guide/personalization/developer_guide/user_api) in the developer documentation.
36+
For more information about user attribute import, see [User API]([[= developer_doc =]]/guide/personalization/developer_guide/user_api/) in the developer documentation.
3737

3838
## List of import operations
3939

docs/personalization/enabling_personalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Your request is sent to Ibexa, and you will receive a confirmation email in resp
2525

2626
## Configuring customer credentials
2727

28-
When you receive the confirmation email, ask your administrator to [add the credentials to your configuration](https://doc.ibexa.co/en/latest/guide/personalization/enabling_personalization/#configuring-mandator-credentials).
28+
When you receive the confirmation email, ask your administrator to [add the credentials to your configuration]([[= developer_doc =]]/guide/personalization/enabling_personalization/#setting-up-customer-credentials).
2929

3030
## Change the installation key
3131

docs/personalization/integrating_results.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ icon next to the site in which you want to place a personalization block.
3838
1. Save your changes to the draft or publish the Page.
3939

4040
For more information about collecting events and embedding recommendation results,
41-
see [Integrate recommendation service](https://doc.ibexa.co/en/3.3/guide/personalization/basic_integration/).
41+
see [Integrate recommendation service]([[= developer_doc =]]/guide/personalization/basic_integration/).

docs/personalization/personalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ Recommendations become better with time and the amount of data collected.
3232
Once the service generates the results, you can present them to the user
3333
by embedding recommendation lists in your pages and screens.
3434
Both event tracking and results publishing is done by the administrators, according to
35-
the procedure [described in the developer documentation](https://doc.ibexa.co/en/3.3/guide/personalization/basic_integration/).
35+
the procedure [described in the developer documentation]([[= developer_doc =]]/guide/personalization/basic_integration/).

docs/publishing/editorial_workflow.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ For example, you can pass content through stages of draft, design and proofreadi
1616
In your workflows you can have different stages and transition between them.
1717

1818
Contact your administrator or developer team to configure workflows.
19-
See [developer documentation](https://doc.ibexa.co/en/latest/guide/workflow/) for information on how to do it.
19+
See [developer documentation]([[= developer_doc =]]/guide/workflow/workflow/) for information on how to do it.
2020

2121
## Review queue
2222

2323
You can view Content items which are in different stages under review on the
2424
**My dashboard** screen, in the Review queue table.
2525
The table only shows Content items that your Role has permissions to edit.
26-
If your installation is [configured to support draft locking](https://doc.ibexa.co/en/latest/guide/workflow/#draft-locking),
26+
If your installation is [configured to support draft locking]([[= developer_doc =]]/guide/workflow/workflow/#draft-locking),
2727
the table also informs you whether any reviewers are assigned and have claimed
2828
their drafts for review.
2929

docs/site_organization/organizing_the_content.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ You can also copy the whole subtree (a Content item with all content under it in
7070
Copying very large subtrees may take too much time and server effort. That is why the system administrator
7171
may set a limit on how many Content items can be copied at the same time.
7272

73-
See [Copy subtree limit](https://doc.ibexa.co/en/latest/guide/config_back_office/#copy-subtree-limit)
73+
See [Copy subtree limit]([[= developer_doc =]]/extending/config_back_office/#copy-subtree-limit)
7474
in the developer documentation on how to set this up.
7575

7676
Copying creates a new Content item.
@@ -121,7 +121,7 @@ in all of its Locations.
121121
In your site, you can manage external URL addresses and URL wildcards.
122122
You do this in the Back Office, **Admin** tab, the **URL Management** node.
123123

124-
For more information about URL management, see the [Ibexa Developer Documentation.](https://doc.ibexa.co/en/latest/guide/url_management).
124+
For more information about URL management, see the [Ibexa Developer Documentation.]([[= developer_doc =]]/guide/url_management/).
125125

126126
### Link manager
127127

0 commit comments

Comments
 (0)