Skip to content

doc: fix embed script filename in dev setup docs - #2601

Open
olitreadwell wants to merge 2 commits into
visualize-admin:mainfrom
olitreadwell:docs/fix-embed-index-path
Open

doc: fix embed script filename in dev setup docs#2601
olitreadwell wants to merge 2 commits into
visualize-admin:mainfrom
olitreadwell:docs/fix-embed-index-path

Conversation

@olitreadwell

Copy link
Copy Markdown

Closes # Not Applicable

This PR fixes a wrong file path in the dev setup docs.

readme/dev.md told contributors to run yarn dev:rollup "after changes to
the embed/index.ts file". That file does not exist. The real embed entry
file is embed/index.tsx — confirmed by rollup.config.js (input: "embed/index.tsx") and by the file that is actually on disk at
embed/index.tsx. This corrects the extension so the docs match the code.

How to test

  1. Open readme/dev.md and check the "Build the embed script" section.
  2. Confirm it now says embed/index.tsx.
  3. Confirm embed/index.tsx exists in the repo and rollup.config.js uses
    that same path as its input.

  • I added a CHANGELOG entry — skipped, this is a one-line docs typo fix
    with no user-facing or behavioural change
  • I made a self-review of my own code
  • I wrote tests for the changes (if applicable) — N/A, docs-only change
  • I wrote configurator and chart config migrations (if applicable) — N/A

- readme/dev.md told contributors to edit embed/index.ts
- the real file is embed/index.tsx (see rollup.config.js input and the
  file on disk); index.ts does not exist in the repo
- corrected the extension so the docs match the actual embed entry file
@vercel

vercel Bot commented Aug 11, 2026

Copy link
Copy Markdown
Contributor

@olitreadwell is attempting to deploy a commit to the visualize-admin-ch Team on Vercel.

A member of the Team first needs to authorize it.

- readme/testing-general.md: the example `act` command referenced
  performance-tests-pr.yml, but that workflow was renamed to .yaml
  in a prior commit (ci: yml->yaml); update the doc to match.
- readme/testing-performance.md: remove the `yarn k6:codegen`
  reference, since no such script exists in package.json and never
  has in this repo's history; running it would fail.
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