This directory contains the official website content for LLM Verifier project.
index.md- Main website landing pagedocs/- Documentation website (linked from main project)static/- Static assets (images, CSS, JS)templates/- Website templates
The website is built with static site generators and can be deployed to any web server.
- Install dependencies (if using a static site generator)
- Run development server
- Deploy to production
The website can be deployed to:
- GitHub Pages
- Netlify
- Vercel
- Any static web server
- Main Website:
index.md- Landing page with overview and links - Documentation Portal: Links to comprehensive API docs and user guides
- Download Center: Links to all available applications and SDKs
- Community: Links to GitHub issues, discussions, and support
To contribute to the website:
- Update markdown files
- Test changes locally
- Submit pull request
For more information, see the main project documentation.