19 Commits

Author SHA1 Message Date
Maribeth Moffatt 53b75a99a8 fix!: update default media location (#9870)
* fix!: update default media location

* chore: update docs
2026-05-14 12:18:14 -04:00
Rachel Fenichel 6513d08aeb chore(docs): Update explanation of keyboard navigation (#9833)
* chore(docs): Update explanation of keyboard navigation

* chore(docs): add compliance info for keyboard nav

* chore(docs): refer to command and control instead of meta
2026-05-13 21:27:07 +00:00
Rachel Fenichel 3cc36de968 chore(docs): add documentation page on accessibility principles (#9819) 2026-05-07 09:06:27 -07:00
Rachel Fenichel e44f66a242 chore(docs): add a page on accessibility compliance (#9814) 2026-05-05 08:35:39 -07:00
Rachel Fenichel f5c65a5bbf chore(docs): ARIA roles and labels for built-in fields (#9788)
* chore(docs): add information about ARIA for built-in fields

* chore: tweak dropdown wording

* chore: add accessibility information to Anatomy of a Field

* chore(format): line length

* chore: update section on focusability

* chore: fix phrasing
2026-05-01 19:02:15 +00:00
Aaron Dodson 4fe25d9071 chore: Improve docs on positionables (#9781)
* chore: Improve docs on positionables

* fix: Fix docs
2026-05-01 10:45:07 -07:00
Greg Annandale 7a8f646997 chore(docs): fix broken links
Primarily to reference docs, also links to the GitHub repo prior to the monorepo reshuffle.
2026-04-08 16:59:43 +01:00
Greg Annandale 059a9c741d chore(docs): replace CompareBlock component with admonition syntax 2026-04-08 16:59:43 +01:00
Greg Annandale d44f955e27 chore(docs): remove index.html path requirement for all Code Labs paths/URLs 2026-04-08 16:59:43 +01:00
Greg Annandale 703991ec99 chore(docs): replace CodelabImage with standard Image component 2026-04-08 16:59:43 +01:00
Greg Annandale 363edf083b chore(docs): fix Actions workflow to correctly build reference docs
Before generating the site, also gracefully handle the missing "references" sidebar config. Remove the, now generated, _reference.js sidebar config file
2026-04-08 16:51:59 +01:00
Greg Annandale e8640211a6 chore(docs): run eslint on docs 2026-03-31 17:17:01 +01:00
Greg Annandale 45168a66bb chore(docs): run prettier --write on docs 2026-03-31 16:11:04 +01:00
Greg Annandale ec19340c06 chore(docs): remove TableHeader component, simplify tables in Markdown
Component was superfluous, we can achieve the same with regular Markdown table syntax and a very small amount of CSS
2026-03-31 15:34:40 +01:00
Greg Annandale 8ae59744db chore(docs): remove ClassBlack component, add individual components instead
Adds:
- CodelabImage
- CompareBlock
- TableHeader
2026-03-31 14:48:24 +01:00
Greg Annandale eb6f6c30e5 chore(docs): change path from /js/reference/ to /reference/
Update docs build script to reflect this, and fix some mdx generation errors

Add .gitignore to docs/reference/ to keep generated md/mdx out of version control

Add Docusaurus redirect config for /reference/js/ -> /reference/
2026-03-31 14:34:52 +01:00
Greg Annandale f6a90207fb chore(docs): fix incorrect image paths in Markdown and Image component
Both images declared through ![]() in Markdown, and using the Image component had output paths that were incorrect
2026-03-31 12:03:45 +01:00
Greg Annandale f5d792b365 chore(docs): update docs config and paths (removing blockly/)
Also setting correct GitHub org name
2026-03-31 11:37:02 +01:00
Maribeth Moffatt 27b4d8624b chore(docs): move docs to packages dir 2026-01-20 16:16:28 -05:00