Your AI-Powered Cultural Compass for Confident Global Travel
VibeGuide AI transforms the way you experience different cultures by providing real-time, AI-powered cultural intelligence. Never feel lost or uncertain in a new cultural context again.
This repository contains the complete documentation for VibeGuide AI, built with MkDocs and deployed automatically to GitHub Pages.
To run the documentation locally:
# Install dependencies
pip install -r requirements.txt
# Serve locally with hot reload
mkdocs serve
# Build static site
mkdocs buildThe documentation will be available at http://localhost:8000
The documentation is automatically deployed to GitHub Pages via GitHub Actions whenever changes are pushed to the main branch.
- Fork the repository
- Create a feature branch
- Make your changes
- Test locally with
mkdocs serve - Submit a pull request
docs/
├── index.md # Homepage
├── getting-started.md # Getting started guide
├── features/ # Feature documentation
│ ├── cultural-intelligence.md
│ └── real-time-guidance.md
└── support/ # Support documentation
└── faq.md
© 2024 VibeGuide AI. All rights reserved.