Tutorials
Tutorials
Section titled “Tutorials”This section is populated by the TDDocs pipeline.
Available walkthroughs
Section titled “Available walkthroughs”24 generated walkthroughs available right now.
- App Navigation Walkthrough — Auto-generated tutorial for App Navigation Walkthrough.
- Catalog Entities Walkthrough — Auto-generated tutorial for Catalog Entities Walkthrough.
- Demo Feature Walkthrough — Auto-generated tutorial for Demo Feature Walkthrough.
- Digital Menu Walkthrough — Auto-generated tutorial for Digital Menu Walkthrough.
- Find Answers Fast — Auto-generated tutorial for Find Answers Fast.
- Getting Started With BevWerk — Auto-generated tutorial for Getting Started With BevWerk.
- Integrations Walkthrough — Auto-generated tutorial for Integrations Walkthrough.
- Inventory Confidence Walkthrough — Auto-generated tutorial for Inventory Confidence Walkthrough.
- Login Feature Walkthrough — Auto-generated tutorial for Login Feature Walkthrough.
- Make BevWerk Feel Like Home — Auto-generated tutorial for Make BevWerk Feel Like Home.
- Manage Events From The Settings Menu — Auto-generated tutorial for Manage Events From The Settings Menu.
- Navigate The Dashboard Sidebar And Settings Menu — Auto-generated tutorial for Navigate The Dashboard Sidebar And Settings Menu.
- Operational Settings Walkthrough — Auto-generated tutorial for Operational Settings Walkthrough.
- Paper Menu Walkthrough — Auto-generated tutorial for Paper Menu Walkthrough.
- Publish Your Menu Walkthrough — Auto-generated tutorial for Publish Your Menu Walkthrough.
- Recover From A Missing Page — Auto-generated tutorial for Recover From A Missing Page.
- Reports Walkthrough — Auto-generated tutorial for Reports Walkthrough.
- Review Company Info — Auto-generated tutorial for Review Company Info.
- Sign Up Walkthrough — Auto-generated tutorial for Sign Up Walkthrough.
- Starter Walkthrough — Auto-generated tutorial for Starter Walkthrough.
- Subscription Walkthrough — Auto-generated tutorial for Subscription Walkthrough.
- Troubleshoot Sign In Problems — Auto-generated tutorial for Troubleshoot Sign In Problems.
- Understand Your Dashboard — Auto-generated tutorial for Understand Your Dashboard.
- Users Management Walkthrough — Auto-generated tutorial for Users Management Walkthrough.
Regenerate tutorials
Section titled “Regenerate tutorials”Run the docs generation pipeline to create tutorial pages from the Playwright specs in tools/docs/specs/.
npx nx run docs:generateIf your local docs database is already prepared and you only want to regenerate the docs artifacts, use:
npx nx run docs:generate:no-resetAfter generation completes, refresh the docs site.
If new tutorial routes still do not appear locally, restart the docs dev server:
npx nx run docs:dev