Skip to content

Overture docs update - #448

Open
MitchellShiell wants to merge 9 commits into
mainfrom
overtureDocsUpdate
Open

Overture docs update#448
MitchellShiell wants to merge 9 commits into
mainfrom
overtureDocsUpdate

Conversation

@MitchellShiell

@MitchellShiell MitchellShiell commented Jul 30, 2026

Copy link
Copy Markdown
Contributor

Documentation for the Overture docs site. No source code changes; the only non-docs/ change is adding .DS_Store to .gitignore.

docs/04-lecternViewer.md becomes a three-page section, docs/04-viewer/, written against packages/ui as it stands on main.

File Sidebar label URL
docs/04-viewer/index.md Overview /develop/Lectern/viewer/
docs/04-viewer/01-setup.md Viewer Setup /develop/Lectern/viewer/setup
docs/04-viewer/02-reference.md Viewer Reference /develop/Lectern/viewer/reference

Other changes

  • docs/01-overview.md: Lyric links repointed; repository tree corrected (common removed, ui added); components table de-indented so it renders, and the Dictionary/Validation npm badges and paths fixed, both having pointed at the client package.
  • docs/02-Setup.md: documents the optional MONGO_URL, which takes precedence over MONGO_HOST/MONGO_PORT/MONGO_DB.
  • READMEs: links into the deleted develop branch repointed at main, and docs/important-concepts.md#testresult repointed at pendingDocs/glossary.md#testresult.
  • "Need Help?" blocks repointed to /community/support; docs/assets/submission-system.svg updated.

Rebased onto main

Current with main, no conflicts. 43 commits absorbed, with one conflict in README.md where both sides had repointed the same stale link; this branch's /develop/Lectern/overview was kept over main's older docs/core-software/ scheme. main's reformat of docs/03-dictionaryReference.md and its displayName additions are untouched. The viewer pages were re-checked against the rebased packages/ui: entry points, DictionaryTableProps, CustomColumnConfig and MetaValueRenderer all match.

Known issues, not fixed here

  • Screenshots predate #416: Table View Styling Updates. Recapturable from Storybook, but not needed for this pass.
  • packages/ui/src/index.ts aliases SchemaTable and Toolbar to the same default export as DictionaryTable, so all three resolve to DictionaryViewerPage. Also in the published 1.0.0 types. The Reference page routes readers to the /dictionary-table subpath instead, and notes the caveat.
  • Columns/DataType.tsx renders Array in place of the value type, so array-of-string and array-of-integer look identical.
  • packages/ui/README.md and packages/ui/docs/README.md still advertise the removed LecternThemeProvider/LecternTheme names.

Broken code fence fixed

docs/03-dictionaryReference.md had an unclosed four-backtick fence in the "Display Name Example" block, which arrived with the displayName work on main. It swallowed the ## Field Restrictions heading and everything after it into a code block, so the #field-restrictions anchor stopped existing and the Docusaurus build failed on two broken anchors: the field-properties table on this page, and the docs site's /use/administration/building-dictionaries page.

Originally flagged here as out of scope, then fixed once it broke the site build, since this branch already owns the file.

CI

The Jenkins failure is unrelated to this branch, which changes no build inputs. The shared pipeline runs npx --yes pnpm install, which resolves to pnpm 11, requiring Node >= 22.13; the agent runs Node 18.16.1. main fails identically.

…diagram

Lyric has graduated from under-development to core software, so the two
Overview cross-links now point at …/build/core-software/Lyric/overview
instead of the old …/docs/under-development/lyric/ path. Also commits the
in-flight submission-system.svg diagram update (light/dark styling).
Bring the Lectern Viewer (@overture-stack/lectern-ui) into the Lectern
component docs as 04-lecternViewer.md, moved out of the docs site's
under-development section. Content pulled from packages/ui (README +
docs): the DictionaryTableView and DictionaryEntityRelationshipView
components, Storybook quick start, and theming, with the full
contributor walkthrough cross-linked to packages/ui/docs rather than
duplicated. Screenshots added under docs/assets/.
Lectern has no `develop` branch any more — only `main` — so every
`blob/develop/...` link 404s. Retarget them at `main`; LICENSE,
apps/server/README.md and generated/DictionaryMetaSchema.json all still
exist at those paths.

`docs/important-concepts.md` also no longer exists: #299 moved it to
pendingDocs/glossary.md, which still carries the four anchors the
validation README deep-links to (#dictionary, #schema, #testresult,

Also repoints the README's site links, which had gone stale the same way
as every other component README.
The block opened with four backticks and was never closed, so the
## Field Restrictions heading and all its prose rendered inside a code
block, and the #field-restrictions anchor stopped existing.

Docusaurus reported it as two broken anchors: the field-properties table
on this page links to #field-restrictions, and the site's
/use/administration/building-dictionaries page links to
/develop/Lectern/dictionaryReference#field-restrictions.

Arrived on main with the displayName work; fixed here because this branch
already owns this file and the docs site build is failing on it.
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.

1 participant