Remove Articles section and reorganize custom UI content#296
Merged
nmoskaleva merged 2 commits intomasterfrom Mar 2, 2026
Merged
Remove Articles section and reorganize custom UI content#296nmoskaleva merged 2 commits intomasterfrom
nmoskaleva merged 2 commits intomasterfrom
Conversation
✅ Deploy Preview for criipto-docs ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
52736b5 to
e6486d1
Compare
fkj
reviewed
Feb 27, 2026
Collaborator
fkj
left a comment
There was a problem hiding this comment.
Generally everything looks good to me, and the breadcrumbs look good both on desktop and mobile.
But I noticed that the icons in the highlight boxes are misaligned and get too close to the text compared to docs.idura.app.
You can see it e.g. on https://deploy-preview-296--criipto-docs.netlify.app/verify/e-ids/danish-mitid/#collecting-user-addresses
Removed a dedicated "Articles" section to improve documentation navigation. Previously, this section grouped content by format rather than user intent, and only contained custom styles-related articles. The content has been restructured: - Custom UI samples moved to a new "Samples" section inside Reference. - Custom UI CSS features article merged into the main Custom UI guide as a note.
Updated the breadcrumb logic to correctly display the full path for pages nested multiple levels deep under general categories. See: - Reference > Errors > [Category] > [Error] - Reference > Samples > [Customization] > [Custom UI]
e6486d1 to
07e57f9
Compare
Collaborator
Author
|
@fkj Jonas fixed the icon placement yesterday, and I didn't update this branch. The icons should look as expected now :) |
fkj
approved these changes
Feb 27, 2026
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.
Removed a dedicated "Articles" section to improve documentation navigation. Previously, this section grouped content by format rather than user intent, and only contained custom styles-related articles.
The content has been restructured:
QA: Please check breadcrumbs on the specific Errors pages (e.g. MitID Core Client error) and Custom UI examples on both desktop and mobile. Also please verify that breadcrumbs on other pages look as before. @Trinurt