Note: This is the public-facing documentation for docs.hokus.ai. For internal developer documentation, see the
/docsdirectory.
This directory contains the comprehensive documentation for the Hokusai ML Platform, formatted for Docusaurus.
The documentation covers:
- Getting Started: Installation, quickstart, and configuration guides
- Core Features: Model Registry, DeltaOne Detection, DSPy Integration, A/B Testing
- Tutorials: Step-by-step guides for common tasks
- API Reference: Complete API documentation with examples
- Guides: Architecture, best practices, deployment, and troubleshooting
documentation/
├── index.md # Main landing page
├── sidebars.js # Navigation configuration
├── getting-started/ # Installation and setup guides
├── core-features/ # Feature documentation
├── tutorials/ # Step-by-step tutorials
├── api-reference/ # API documentation
├── guides/ # Best practices and architecture
├── contributing/ # Data contribution guides
└── reference/ # Glossary, FAQ, etc.
These documentation files are designed to integrate with the existing Docusaurus site at docs.hokus.ai. To deploy:
- Copy the contents of this directory to your Docusaurus docs folder
- Update
docusaurus.config.jsto include the new sidebar - Build and deploy the site
- Register models with associated Hokusai tokens
- Track model lineage and improvements
- Automatic reward distribution
- Automatic detection of ≥1 percentage point improvements
- Webhook notifications
- Smart contract integration
- Pre-built signature library
- Teleprompt fine-tuning
- Pipeline execution
- Multiple routing strategies
- Real-time metrics
- Statistical analysis
- Support for multiple formats
- ETH wallet integration
- HuggingFace dataset compatibility
- All files include proper Docusaurus frontmatter
- Code examples are tested and working
- Consistent formatting and styling
- Cross-references between related topics
- Comprehensive examples for all features
To contribute to the documentation:
- Follow the existing structure and formatting
- Test all code examples
- Update the sidebar configuration if adding new pages
- Ensure proper frontmatter on all pages
- Add cross-references to related content
To preview the documentation locally:
# Install Docusaurus (if not already installed)
npm install -g docusaurus
# Navigate to your Docusaurus site directory
cd path/to/docusaurus-site
# Copy documentation files
cp -r path/to/hokusai-data-pipeline/documentation/* docs/
# Start development server
npm startIf you find any issues with the documentation:
- Open an issue on GitHub
- Join our Discord for discussion
- Email documentation@hokus.ai