-
Notifications
You must be signed in to change notification settings - Fork 79
docs: refactor tonbo docs #298
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
d6af871
to
f48d8ac
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR largely focuses on enhancing and refactoring the documentation for Tonbo and TonboLite while updating contribution guidelines and CI configurations. Key changes include:
- Adding comprehensive guides for Tonbo API usage, Python/JavaScript bindings, configuration, and advanced usage.
- Introducing detailed documentation for TonboLite usage, installation, and build instructions.
- Updating contribution documentation, SUMMARY, and CI workflow configurations.
Reviewed Changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
guide/src/usage/tonbo.md | New documentation for Tonbo API usage with examples and configuration tips. |
guide/src/usage/python.md | Added documentation for Python binding with examples. |
guide/src/usage/faq.md | New FAQ section addressing common issues and troubleshooting. |
guide/src/usage/conf.md | Detailed guide on configuration options for Tonbo. |
guide/src/usage/advance.md | Documentation for advanced usage including dynamic schema support. |
guide/src/tonbolite/usage.md | Comprehensive usage guide for TonboLite covering extension usage and SQL integration. |
guide/src/tonbolite/start.md | "Getting Started" documentation for TonboLite. |
guide/src/tonbolite/index.md | Introductory page for TonboLite. |
guide/src/tonbolite/build.md | Build instructions for TonboLite across different platforms. |
guide/src/start.md | Updated getting started guide for Tonbo with refined installation and usage instructions. |
guide/src/contribution/testing.md | Added documentation on testing Tonbo. |
guide/src/contribution/pr.md | New guidelines for submitting pull requests and contribution process. |
guide/src/contribution/build.md | Expanded build and test instructions for Rust, WASM, Python, and JavaScript. |
guide/src/SUMMARY.md | Updated SUMMARY to include new sections and reorganized content. |
guide/book.toml | Added MathJax support and configured the TOC preprocessor in the documentation build. |
.github/workflows/doc.yml | Updated documentation CI to install mdbook-toc before building the docs. |
Comments suppressed due to low confidence (1)
guide/src/usage/tonbo.md:241
- Typo detected: 'wiil' should be 'will'.
Tonbo wiil use local storage by default. If you want to use S3 storage for specific level, you can use `DbOption::level_path(FsOptions::S3)` ...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
No description provided.