Skip to content

jitai-team/jitai-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

JitAi Developer Documentation

๐Ÿ“– About the Project

JitAi Developer Documentation is a comprehensive technical documentation collection for JitAi platform users and developers. This project is committed to providing clear, accurate, and easy-to-understand technical documentation to help developers quickly get started and master the various features of the JitAi platform.

๐ŸŒŸ Key Features

  • ๐Ÿ“š Comprehensive Coverage: Complete development guide from quick start to advanced topics
  • ๐Ÿš€ Quick Start: Develop your first AI application in 5 minutes
  • ๐ŸŽฏ Practice-Oriented: Rich practical tutorials and best practices
  • ๐Ÿ”ง Developer-Friendly: Detailed API documentation and development toolchain instructions
  • ๐ŸŒ Multi-Platform Support: Support for desktop (Windows/Mac) and server (Docker) versions
  • ๐Ÿ“ฑ Responsive Design: Perfect adaptation to various devices and screen sizes

๐Ÿ“‹ Documentation Contents

  • Quick Start: Platform installation, environment configuration, first AI application development
  • System Overview: Architecture design, application specifications, element specifications, runtime mechanisms
  • Development Guide: BaseApp, JitAi components, platform API detailed instructions
  • Practical Tutorials: Complete project development cases such as CRM applications
  • Advanced Guide: Local development and debugging, frontend code debugging, server log viewing
  • API Reference: Complete reference documentation for frontend API and backend API

๐Ÿš€ Quick Start

System Requirements

  • Node.js: >= 18.0.0
  • Yarn: >= 1.22.0 (recommended) or npm >= 8.0.0

Local Development

  1. Clone the Repository

    git clone https://github.com/jitai-team/jitai-docs.git
    cd jitai-docs
  2. Install Dependencies

    yarn install
    # or use npm
    npm install
  3. Start Development Server

    yarn start
    # or use npm
    npm run start
  4. Access Documentation

    Open your browser and visit http://localhost:3000

Build and Deploy

# Build static files
yarn build

# Preview build results
yarn serve

๐Ÿ› ๏ธ Project Structure

jitai-docs/
โ”œโ”€โ”€ docs/                    # Documentation content
โ”‚   โ”œโ”€โ”€ tutorial/           # Tutorial documentation
โ”‚   โ”‚   โ”œโ”€โ”€ 00ๅฟซ้€ŸไธŠๆ‰‹/     # Quick start guide
โ”‚   โ”‚   โ”œโ”€โ”€ 01ๆฆ‚่ฟฐ/         # System overview
โ”‚   โ”‚   โ”œโ”€โ”€ 02ๅฎžไพ‹ๆ•™็จ‹/     # Practical cases
โ”‚   โ”‚   โ”œโ”€โ”€ 03ๆŒ‡ๅ—/         # Development guide
โ”‚   โ”‚   โ””โ”€โ”€ 04่ฟ›้˜ถๆŒ‡ๅ—/     # Advanced content
โ”‚   โ”œโ”€โ”€ cases/              # Case studies
โ”‚   โ””โ”€โ”€ community/          # Community related
โ”œโ”€โ”€ blog/                   # Blog posts
โ”œโ”€โ”€ src/                    # Source code
โ”‚   โ”œโ”€โ”€ components/         # React components
โ”‚   โ”œโ”€โ”€ css/               # Style files
โ”‚   โ””โ”€โ”€ pages/             # Page components
โ”œโ”€โ”€ static/                 # Static assets
โ”œโ”€โ”€ docusaurus.config.ts    # Configuration file
โ””โ”€โ”€ sidebars.ts            # Sidebar configuration

๐Ÿค Contributing

We warmly welcome and appreciate contributions from every developer! Whether you've found documentation errors, want to improve content quality, or hope to add new features, your participation will make this project better.

๐Ÿ› Report Issues

If you find errors, inaccurate descriptions, or other issues in the documentation:

  1. Check the Issues page to confirm the issue hasn't been reported yet
  2. Create a new Issue with detailed description:
    • Specific location of the issue (page link, section title, etc.)
    • Detailed description of the issue
    • Suggested fix (if any)
    • Related screenshots or error messages

โœจ Submit Contributions

Documentation Content Contributions

  1. Fork this repository to your GitHub account
  2. Create a feature branch: git checkout -b feature/improve-docs
  3. Make changes:
    • Fix documentation errors or improve content expression
    • Add new tutorials or examples
    • Improve API documentation
    • Optimize documentation structure and navigation
  4. Local testing: Ensure modified documentation builds and displays correctly
  5. Commit changes: git commit -am 'docs: improve quick start guide'
  6. Push branch: git push origin feature/improve-docs
  7. Create Pull Request with detailed description of your changes

Code Contributions

  1. Tech Stack: Project built with Docusaurus + React + TypeScript
  2. Code Standards: Follow existing code style and naming conventions
  3. Testing: Ensure all changes are thoroughly tested
  4. Documentation: Add corresponding usage instructions for new features
  5. Docusaurus Features: Make full use of Docusaurus components and plugin system

๐Ÿ“‹ Contribution Guidelines

  • Commit Message Format:

    <type>: <description>
    
    Types include:
    - docs: Documentation updates
    - feat: New features
    - fix: Bug fixes
    - style: Code formatting adjustments
    - refactor: Code refactoring
    
  • Branch Naming Convention:

    • feature/feature-description - New feature development
    • fix/issue-description - Bug fixes
    • docs/documentation-description - Documentation updates

๐ŸŽ–๏ธ Contributors

Thanks to all developers who have contributed to this project:

๐Ÿ’ฌ Community

Join our developer community to exchange experiences and get help:

๐Ÿ™ Acknowledgments

  • Thanks to all developers who contributed code and documentation to this project
  • Thanks to community members for valuable feedback and suggestions

If this project is helpful to you, please give us a โญ

Made with โค๏ธ by Wuhan Wanyun Technology Team

About

JitAi Developer Documentation.

Topics

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 9