This is a repository for the how-to-use documentation used in the Look Scanned project, built with VitePress.
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Generate PDFs
pnpm run build:pdfs
# Build
pnpm build- Add a new markdown file to
docs/how-to-use/{lang-code}.md - Add the language link to
docs/index.md - If the language is RTL (Right-to-Left), add it to the
rtlLangsarray in.vitepress/theme/Layout.vue
MIT License