Skip to content

Sync with base#5

Open
LeeGathercole wants to merge 160 commits intoNHSDigital:mainfrom
event-catalog:main
Open

Sync with base#5
LeeGathercole wants to merge 160 commits intoNHSDigital:mainfrom
event-catalog:main

Conversation

@LeeGathercole
Copy link
Collaborator

Motivation

(Write your motivation here.)

boyney123 and others added 30 commits December 9, 2025 16:59
* backup

* backup

* backup

* backup

* backup

* backup

* backup

* backup

* navigation only shows resources that are in teh catalog

* navigation only shows resources that are in teh catalog

* added favourites

* updated the default landing page

* removed unused code

* turnoff pagefind

* turnoff pagefind

* turnoff pagefind

* Create late-zoos-scream.md
Updated the 'Get Started' link in the README.
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(core): fixing circular dep in JS

* Create selfish-geese-wave.md
* fix(core): fixed issues with nested sidebar state

* Create mighty-walls-watch.md
* chore(core): updated styles for v3

* Create khaki-humans-wonder.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(core): visualizer now has presentation mode

* Create clever-turkeys-wink.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(core): updated cli logger

* Create sweet-feet-reflect.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(core): updated cli logger

* feat(core): added channel support in nav and search

* Create gold-dryers-sleep.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(core): updated react-syntax-highlighter

* Create tiny-suns-lie.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(core): updated logger for the ecstudio watcher

* Create five-cougars-smell.md
* chore(core): updated logger for the ecstudio watcher

* chore(core): added empty state to nestedsidebar

* Create light-humans-mate.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(core): fixed issue embedding pages on build

* Create eleven-terms-agree.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(core): fixed issue embedding pages on build

* fix(core): fixed issue embedding pages on build

* Create early-bottles-reply.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(core): fixed issue embedding pages on build

* fix(core): fixed issue embedding pages on build

* fix(core): fixed issue embedding pages on build

* Create dirty-sheep-doubt.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(core): fixed issue embedding pages on build

* fix(core): fixed issue embedding pages on build

* fix(core): fixed issue embedding pages on build

* fix(core): fixed issue embedding pages on build

* Create curvy-clocks-complain.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* feat(core): added support for titles on admonitions

* Create cyan-readers-hear.md
* feat(core): updated homepage styles

* Create tall-adults-end.md
boyney123 and others added 30 commits January 16, 2026 15:51
… explorer (#2018)

- Add domain specifications to Schema Explorer index data
- Add 'API & Contracts' section to domain sidebar builder
- Extract shared specification processing utilities to util.ts
- Add tests for domain specifications in sidebar

Fixes #1826

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* adding support for data products

* adding support for data products

* adding support for data products

* adding support for data products

* adding support for data products

* adding support for data products

* adding support for data products

* adding support for data products

* feat(sdk): added data product support to sdk

* adding support for data products

* adding support for data products

* adding support for data products

* Create purple-terms-judge.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…tests (#2026)

* fix(sidebar): resolve typescript type errors in data product builder tests

Add proper type casting for ChildRef union type, include missing required fields in container mock, and fix owner type to use object instead of string. All type errors now resolved in type checker.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Create slow-scissors-divide.md

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(core): fixed issue with custom docs

* Create calm-vans-shave.md
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…attern (#2038)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* chore(core): updated astro

* Create fair-humans-jog.md
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
…logs (#2051)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
* fix(core): add config to disable api/catalog prerender for large catalogs

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* feat(visualizer): add layout persistence in dev mode

Add ability to save and restore node positions in visualizer during development. Layouts saved to _data/visualizer-layouts/ and committed to git for team sharing. Includes layout change detection, quick-save UI, and dropdown menu options. Routes injected via Astro integration only in dev mode.

Fixes #2035

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
… navigation (#2057)

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
…pport (#2070)

* feat(custom-docs): add clickable folder navigation with index file support

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>

* Update clever-foxes-dance.md

* Update clever-foxes-dance.md

---------

Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants