Documentation for JavaScript Trading Libraries, built with Docusaurus.
🌐 Online Documentation: https://docs.jt-lab.com/
yarn installyarn startThe Site Will be available at: http://localhost:3000
yarn buildyarn serve- JT-Lib - Core library for algorithmic trading
- JT-Trader - High-level trading framework
- Triggers - Automation system for triggers
- Interfaces - TypeScript interfaces and types
The site automatically deploys to GitHub Pages when pushing to the main branch.
- Go to repository settings on GitHub
- In the "Pages" section, select source "GitHub Actions"
- With each push to
main, the site will automatically update
docusaurus.config.ts- main Docusaurus configurationsidebars.ts- navigation structuresrc/css/custom.css- custom styles
- Create a
.mdfile in the appropriate folder - Add frontmatter with
id,title,sidebar_label - Update
sidebars.tsto add to navigation - Run
yarn startto check
- Check all links in documentation
- Make sure all files exist
- Check Markdown Syntax
- Use relative paths:
./images/example.png - Add
widthandheightattributes for size control - Images automatically enlarge on click
- @docusaurus/core - Docusaurus core
- @docusaurus/preset-classic - Classic preset
- @mdx-js/react - MDX support
- remark-gfm - GitHub Flavored Markdown
- remark-images - Image processing
- 📖 Online Documentation - Complete JT-Lib and JT-Trader documentation
- 📚 JT-Lib Documentation - Core library documentation
- ⚙️ JT-Trader Documentation - Trading platform documentation
- 🌐 Official JT-Lab Website - Platform homepage
- 📦 JT-Trader on GitHub - Trading platform source code
- 📚 JT-Lib on GitHub - Development library source code