Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

LLM Verifier Website

Overview

This directory contains the official website content for LLM Verifier project.

Structure

  • index.md - Main website landing page
  • docs/ - Documentation website (linked from main project)
  • static/ - Static assets (images, CSS, JS)
  • templates/ - Website templates

Getting Started

The website is built with static site generators and can be deployed to any web server.

Development

  1. Install dependencies (if using a static site generator)
  2. Run development server
  3. Deploy to production

Deployment

The website can be deployed to:

  • GitHub Pages
  • Netlify
  • Vercel
  • Any static web server

Content

  • 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

Contributing

To contribute to the website:

  1. Update markdown files
  2. Test changes locally
  3. Submit pull request

For more information, see the main project documentation.