[v6] Rebranded UI to Cohesivo - #3333
Merged
Merged
Conversation
Preview of modified filesPreview of modified Markdown: |
Summary
Errors per inputErrors in site/multisite/translations_management/configure_translations_management/index.html
Errors in site/multisite/translations_management/translate_with_cli/index.html
Redirects per inputRedirects in site/ai/ai_actions/configure_ai_actions/index.html |
mnocon
force-pushed
the
cohesivo-ui-rebranding
branch
from
August 27, 2026 09:58
36c1b4c to
4d64ad0
Compare
mnocon
force-pushed
the
cohesivo-ui-rebranding
branch
from
August 27, 2026 12:50
0e4f0fe to
9a989ef
Compare
mnocon
force-pushed
the
cohesivo-ui-rebranding
branch
from
August 31, 2026 13:48
a0d7649 to
b8b4653
Compare
mnocon
marked this pull request as ready for review
August 31, 2026 14:22
ibexa-workflow-automation-1
Bot
requested review from
adriendupuis,
dabrt and
julitafalcondusza
and removed request for
a team
August 31, 2026 14:23
adriendupuis
reviewed
Sep 8, 2026
Comment on lines
+88
to
+92
| logo.onclick = () => { | ||
| let pathParts = document.location.pathname.split('/').slice(0, 3); | ||
| document.location = pathParts.join('/') + '/api/rest_api/rest_api_usage/rest_api_usage/'; | ||
| }; | ||
| logo.setAttribute('style', 'cursor: pointer; margin: 13px;'); |
Contributor
There was a problem hiding this comment.
indent error after the updated line
Suggested change
| logo.onclick = () => { | |
| let pathParts = document.location.pathname.split('/').slice(0, 3); | |
| document.location = pathParts.join('/') + '/api/rest_api/rest_api_usage/rest_api_usage/'; | |
| }; | |
| logo.setAttribute('style', 'cursor: pointer; margin: 13px;'); | |
| logo.onclick = () => { | |
| let pathParts = document.location.pathname.split('/').slice(0, 3); | |
| document.location = pathParts.join('/') + '/api/rest_api/rest_api_usage/rest_api_usage/'; | |
| }; | |
| logo.setAttribute('style', 'cursor: pointer; margin: 13px;'); |
adriendupuis
approved these changes
Sep 8, 2026
adriendupuis
left a comment
Contributor
There was a problem hiding this comment.
Nice extension of https://redocly.com/docs-legacy/api-reference-docs/configuration/theming usage
code_samples/ change report
|
mnocon
added a commit
that referenced
this pull request
Sep 8, 2026
* Cohesivo UI rebranding * User doc review feedback * Revert changes to base.css * Fixed indent
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: 6.0, saas.
Initial UI rebranding pass for v6 docs
Contains only changes to the UI, no content changes.
Example pages:
References preview are built in separate PR: #3375
To make this work, I've made the Cohesivo logo available on
latestalready: 591573b...87b51f5