Keyboard shortcuts

Press ← or β†’ to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

NeuAIs Internal Documentation

Internal documentation for developers and operations

This documentation is for the NeuAIs development team and covers internal architecture, integration details, and operational procedures.


🎯 For New Team Members

Start here:

  1. Quick Start Guide - Set up your development environment
  2. Development Tools - IDE, Git, and automation tools
  3. Control Panel Guide - Using the management interface

πŸ“– Documentation Sections

Getting Started

Essential guides for setting up and running the platform locally.

Observatory

Deep dives into the 3D visualization system.

Integration

Technical integration guides for various systems.

Management

Team operations and management documentation.

Architecture

Deep technical architecture documentation.


Development:

Configuration:

Management:


🌐 External Resources

Public Documentation:

  • https://docs.neuais.com - Public-facing documentation
  • https://observatory.neuais.com - Observatory application
  • https://github.com/neuais/platform - GitHub repository

πŸ“ Documentation Standards

Writing Style

  • Clear and concise
  • Code examples for everything
  • Step-by-step instructions
  • Troubleshooting sections

Formatting

  • Markdown format
  • GitBook-compatible structure
  • Code blocks with language tags
  • Tables for structured data

Updates

  • Keep docs synchronized with code
  • Update on every major change
  • Version documentation
  • Archive outdated docs

🀝 Contributing to Docs

Adding New Documentation

  1. Create markdown file in appropriate directory
  2. Add to SUMMARY.md
  3. Follow existing structure
  4. Include code examples
  5. Add troubleshooting section

Updating Existing Docs

  1. Make changes in place
  2. Update β€œLast updated” date
  3. Test all code examples
  4. Verify links work

Doc Structure

# Title

Brief introduction (1-2 paragraphs)

## Section 1

Content with code examples

## Section 2

More content

---

Last updated: YYYY-MM-DD

πŸ“Š Documentation Status

SectionStatusLast Updated
Getting Startedβœ… Current2025-12-12
Observatoryβœ… Current2025-12-12
Integration⚠️ Partial2025-12-10
Managementβœ… Current2025-12-08
Architectureβœ… Current2025-12-09

πŸ› Found an Issue?

Documentation bugs:

  1. Check if already reported
  2. Create issue with details
  3. Suggest correction
  4. Submit PR if you can fix it

Code bugs:

  • Use GitHub Issues
  • Include reproduction steps
  • Attach logs/screenshots

Last updated: December 12, 2025