# Documentation of Bellande Robotics Sensors Research Innovation Center ### Overview and navigation guide ``` docs/ ├── README.md # Overview and navigation guide ├── journals_books/ # Bellande Journals and Books │ ├── phd_dissertation.md │ └── galaxy_law_journals.md ├── bellande_documents/ # Bellande Entities Documents │ └── bellande_documents.md ├── user-guides/ # Task-oriented guides │ ├── feature-a.md │ ├── feature-b.md │ └── workflows/ │ ├── common-workflow-1.md │ └── common-workflow-2.md ├── reference/ # Technical reference material │ ├── api/ │ │ ├── endpoints.md │ │ └── authentication.md │ ├── configuration/ │ │ └── options.md │ └── glossary.md ├── development/ # For contributors/developers │ ├── contributing.md │ ├── code-standards.md │ ├── architecture.md │ └── testing.md ├── tutorials/ # Step-by-step learning material │ ├── tutorial-1.md │ └── advanced/ │ └── tutorial-2.md ├── faq.md # Frequently asked questions └── assets/ # Images and other media ├── images/ │ └── images.png └── diagrams/ └── architecture.svg ```