diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index 9eeb1758a1..ff85a9b2a8 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -132,7 +132,7 @@ maintain such a component in a new directory at `packages/app/src/components/techdocs`, and import and use it in `App.tsx`: ```tsx -import { CustomTechDocsHome } from './components/techdocs/CustomTechDocsHome'; +import { CustomTechDocsHome } from "./components/techdocs/CustomTechDocsHome"; // ... const AppRoutes = () => { @@ -407,9 +407,9 @@ plugins: The `docs/index.md` can for example have the following content: ```md -# ${{ values.component_id }} +# \${{ values.component_id }} -${{ values.description }} +\${{ values.description }} ## Getting started