Skip to content

Tutorials

This section is populated by the TDDocs pipeline.

24 generated walkthroughs available right now.

Run the docs generation pipeline to create tutorial pages from the Playwright specs in tools/docs/specs/.

Terminal window
npx nx run docs:generate

If your local docs database is already prepared and you only want to regenerate the docs artifacts, use:

Terminal window
npx nx run docs:generate:no-reset

After generation completes, refresh the docs site.

If new tutorial routes still do not appear locally, restart the docs dev server:

Terminal window
npx nx run docs:dev