Skip to content

Changelog

All notable changes to the docs service will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

Added

  • Haskell Quick Start Guide - Complete guide for building Haskell trading bots with the0 SDK
    • SDK installation and usage with The0.Input module
    • Project structure and Cabal configuration examples
    • Best practices for error handling, validation, and logging
  • Scala Quick Start Guide - Complete guide for building Scala 3 trading bots with the0 SDK
    • SDK installation and usage with the0.Input object
    • SBT project structure and configuration examples
    • Best practices for error handling, async programming, and logging
  • C/C++ Quick Start Guide - Complete guide for building C/C++ trading bots with the0
    • SDK installation and usage with the0.h header-only library
    • CMake and Makefile project setup examples
    • Best practices for error handling, memory safety, and logging
  • C# Quick Start Guide - Complete guide for building C# trading bots with the0 SDK
    • SDK installation and usage with The0.Input class
    • Project structure and .NET 8 configuration examples
    • Best practices for error handling, async programming, and logging
  • Rust Quick Start Guide - Complete guide for building Rust trading bots with the0 SDK
    • SDK installation and usage with the0::input module
    • Project structure and configuration examples
    • Best practices for error handling, validation, and logging

Changed

  • Migrated from Next.js to VitePress - Simplified documentation framework
  • Updated dark/light mode colors to match frontend exactly
  • Simplified home page to documentation index (removed hero layout)
  • Updated deployment documentation to remove marketplace publishing references

Added

  • VitePress configuration with sidebar navigation and local search
  • Custom theme with the0 brand colors
  • llms.txt for AI tool parseability
  • netlify.toml for Netlify deployment
  • nginx.conf for local Docker serving

Removed

  • Next.js framework and all React components
  • Custom documentation services (file-system.ts, search-service.ts)
  • shadcn/ui components
  • Compliance section and 0vers33r references
  • Marketplace publishing documentation
  • Backtest CLI commands documentation
  • Backtesting terminology and implementation guides

[0.1.0] - 2024-12-02

Added

  • Initial documentation site with Next.js 15
  • Custom bot development guides
  • CLI documentation
  • Terminology section

Released under the Apache 2.0 License.