Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/creating_content_basic.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@

While editing, you can preview what the content will look like by clicking the **Preview** button in the menu.

A Content item can have different looks for different [SiteAccesses](translating_content.md#siteaccess).
A Content item can have different looks for different [SiteAccesses](translating_content.md#siteaccess-in-page-mode).

Check failure on line 105 in docs/creating_content_basic.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/creating_content_basic.md#L105

[Ibexa.DomainTermCapitalization] Use 'SiteAccess' instead of 'siteaccess'
Raw output
{"message": "[Ibexa.DomainTermCapitalization] Use 'SiteAccess' instead of 'siteaccess'", "location": {"path": "docs/creating_content_basic.md", "range": {"start": {"line": 105, "column": 93}}}, "severity": "ERROR"}
You can select a SiteAccess to preview by using a dropdown in the preview screen.

## Publishing content
Expand Down
2 changes: 1 addition & 1 deletion docs/shop_administration/shop_administration.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Depending on the chosen data provider and whether an ERP is connected, some tabs
|[Order management [[% include 'snippets/commerce_badge.md' %]]](manage_orders.md)|List or orders placed in the shop|
|[Shipping management [[% include 'snippets/commerce_badge.md' %]]](manage_prices_and_stock.md#shipping-costs)|Management of shipping costs|
|Customer Groups|Management of customer groups|
|[Currency](manage_prices_and_stock.md#currency)|Currency management|
|[Currency](manage_prices_and_stock.md#currencies)|Currency management|
|Components [[% include 'snippets/commerce_badge.md' %]]|Tool of managing shop interface translations|
2 changes: 1 addition & 1 deletion docs/translating_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# Translating content

The content on your website can be translated into different languages. Each Content item can have different language versions.
The version visible to a visitor depends on the way your installation is set up (see [SiteAccess](#siteaccess)).
The version visible to a visitor depends on the way your installation is set up (see [SiteAccess](#siteaccess-in-page-mode)).

Check failure on line 8 in docs/translating_content.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/translating_content.md#L8

[Ibexa.DomainTermCapitalization] Use 'SiteAccess' instead of 'siteaccess'
Raw output
{"message": "[Ibexa.DomainTermCapitalization] Use 'SiteAccess' instead of 'siteaccess'", "location": {"path": "docs/translating_content.md", "range": {"start": {"line": 8, "column": 100}}}, "severity": "ERROR"}

## Adding translations

Expand Down