@lookscanned/how-to
v2.0.2
Published
This is a repository for the how-to-use documentation used in the Look Scanned project, built with [VitePress](https://vitepress.dev/).
Maintainers
Readme
Look Scanned How To
This is a repository for the how-to-use documentation used in the Look Scanned project, built with VitePress.
Development
# Install dependencies
pnpm install
# Start dev server
pnpm dev
# Generate PDFs
pnpm run build:pdfs
# Build
pnpm buildHow to Add a New Language
- 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
License
MIT License
