Added link checker#412
Open
mnocon wants to merge 5 commits into
Open
Conversation
Preview of modified filesPreview of modified Markdown: |
| lychee- | ||
|
|
||
| - name: Check links | ||
| uses: lycheeverse/lychee-action@master |
Contributor
Author
There was a problem hiding this comment.
Same as ibexa/documentation-developer#3153 (comment) - has to be master for now
Summary
|
e70b987 to
148e120
Compare
mnocon
commented
Jul 6, 2026
Comment on lines
+151
to
+157
| "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", |
Contributor
Author
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
mnocon
commented
Jul 6, 2026
| - **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. |
Contributor
Author
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.
mnocon
commented
Jul 6, 2026
| 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) |
Contributor
Author
There was a problem hiding this comment.
Temperature as a parameter is being hidden by model providers, having a single link here is enough
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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: