Added link checker - #412
Conversation
Preview of modified filesPreview of modified Markdown: |
Summary
|
148e120 to
57a58a8
Compare
| "https://doc\\.ibexa\\.co/projects/userguide/en/latest/([^#]+\\.html)(#.*)?$ file://__BASE_DIR__/site/$1$2", | ||
| "https://doc\\.ibexa\\.co/projects/userguide/en/latest/([^#/]+(?:/[^#/]+)*)/?(#.*)?$ file://__BASE_DIR__/site/$1/index.html$2", | ||
| "https://doc\\.ibexa\\.co/projects/userguide/en/latest/$ file://__BASE_DIR__/site/index.html", | ||
| # dev doc en/latest/ — map to the newest available clone (devdoc-5.0) | ||
| "https://doc\\.ibexa\\.co/en/latest/([^#]+\\.html)(#.*)?$ file://__BASE_DIR__/repositories/devdoc-5.0/site/$1$2", | ||
| "https://doc\\.ibexa\\.co/en/latest/([^#/]+(?:/[^#/]+)*)/?(#.*)?$ file://__BASE_DIR__/repositories/devdoc-5.0/site/$1/index.html$2", | ||
| "https://doc\\.ibexa\\.co/en/latest/$ file://__BASE_DIR__/repositories/devdoc-5.0/site/index.html", |
There was a problem hiding this comment.
This is the only change in logic compared to https://github.com/ibexa/documentation-developer/blob/5.0/lychee.toml.dist#L151-L157
/latest/ links resolve to site, devdoc latest resolve to devdoc project, mirroring what we have in devdoc
| - **Generate alternative text** - used by default in the [image asset editing screen](upload_images.md#ai) to generate alternative text, for example: "Generate short alternative description of an image" | ||
|
|
||
| It may happen that a set of sample AI actions has been [installed with the AI actions package]([[= developer_doc =]]/ai_actions/install_ai_actions/#install-sample-ai-action-configurations-optional), and there is already a number of existing AI actions that you can modify and clone. | ||
| It may happen that a set of sample AI actions has been installed with the AI actions package, and there is already a number of existing AI actions that you can modify and clone. |
There was a problem hiding this comment.
They were optional in v4.6, but this optional step is not part of v5 where AI Actions is no longer an lts update.
| Takes a value between 0 and 2, but the usual range is between 0 and 1. | ||
| The output is more random at higher temperatures. | ||
| For more information, see the parameter's description in [OpenAI API reference](https://platform.openai.com/docs/api-reference/chat/create#chat-create-temperature) or [Anthropic's glossary](https://docs.claude.com/en/docs/about-claude/glossary#temperature) | ||
| For more information, see the parameter's description in [Anthropic's glossary](https://docs.claude.com/en/docs/about-claude/glossary#temperature) |
There was a problem hiding this comment.
Temperature as a parameter is being hidden by model providers, having a single link here is enough
|
|
||
| - name: Install MkDocs dependencies | ||
| run: | | ||
| python -m pip install --upgrade pip |
| - name: Install MkDocs dependencies | ||
| run: | | ||
| python -m pip install --upgrade pip | ||
| pip install -r requirements.txt |
| - name: Install MkDocs dependencies | ||
| run: | | ||
| python -m pip install --upgrade pip | ||
| pip install -r requirements.txt |
|
|
||
| echo "==> Installing dependencies for versioned repositories..." | ||
| for dir in repositories/devdoc-4.6 repositories/devdoc-5.0 repositories/userdoc-4.6 repositories/userdoc-5.0 repositories/connect; do | ||
| (cd "$dir" && pip install -q -r requirements.txt) |
|
|
||
| AI Actions is a set of capabilities that enhance the efficiency and creativity of content editors. | ||
| The feature is included in [[= product_name =]] by default but may require some [configuration]([[= developer_doc =]]/ai_actions/configure_ai_actions/) before you can use it. | ||
| The feature is included in [[= product_name =]] by default but may require some [configuration]([[= developer_doc =]]/ai/ai_actions/configure_ai_actions/) before you can use it. |
There was a problem hiding this comment.
My bad, didn't thought about user doc when grouping "AI Actions" with "MCP Servers" below "AI".
There was a problem hiding this comment.
Not really an issue, as you've set a redirect, so http://doc.ibexa.co/en/5.0/ai_actions/configure_ai_actions/ still works
|
|
||
| - **Name** - Enter a name for the block. | ||
| - **Statuses** - Set the statuses of orders that should be included in the list. Default value = All. The list of statuses depends on configured [order workflow](https://doc.ibexa.co/en/latest/commerce/order_management/configure_order_management/) and can be customized. | ||
| - **Statuses** - Set the statuses of orders that should be included in the list. Default value = All. The list of statuses depends on configured [order workflow]([[= developer_doc =]]/commerce/order_management/configure_order_management/) and can be customized. |
* Added link checker * Change to hash * Fixed Lychee cache key * Bumped lychee action * Set edit links dynamically for RtD preview and PR builds
Target: 5.0, 6.0
The scripts themselves are copied from ibexa/documentation-developer#3153 with one manual change, then the links are adjusted manually.
Also contains changes from: