Skip to content

Added link checker#412

Open
mnocon wants to merge 5 commits into
5.0from
check-links
Open

Added link checker#412
mnocon wants to merge 5 commits into
5.0from
check-links

Conversation

@mnocon

@mnocon mnocon commented Jul 3, 2026

Copy link
Copy Markdown
Contributor

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:

@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Comment thread .github/workflows/link_check.yaml Outdated
lychee-

- name: Check links
uses: lycheeverse/lychee-action@master

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same as ibexa/documentation-developer#3153 (comment) - has to be master for now

Comment thread .github/workflows/link_check.yaml Fixed
@github-actions

github-actions Bot commented Jul 3, 2026

Copy link
Copy Markdown

Summary

Status Count
🔍 Total 17005
🔗 Unique 1495
✅ Successful 702
⏳ Timeouts 0
🔀 Redirected 0
👻 Excluded 16303
❓ Unknown 0
🚫 Errors 0
⛔ Unsupported 0

Full Github Actions output

@mnocon mnocon force-pushed the check-links branch 2 times, most recently from e70b987 to 148e120 Compare July 3, 2026 14:53
Comment thread lychee.toml.dist
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",

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 mnocon marked this pull request as ready for review July 6, 2026 08:03
- **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.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Temperature as a parameter is being hidden by model providers, having a single link here is enough

@mnocon mnocon requested a review from a team July 6, 2026 08:05
@ibexa-workflow-automation-1 ibexa-workflow-automation-1 Bot requested review from adriendupuis, dabrt and julitafalcondusza and removed request for a team July 6, 2026 08:05
@mnocon mnocon marked this pull request as draft July 13, 2026 10:31
@mnocon mnocon marked this pull request as ready for review July 15, 2026 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants