docs/README.md
2025-04-09 09:19:08 -04:00

1.3 KiB

Documentation for Ronaldson Bellande

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
├── research_organization_docs/ # Bellande Research Organization Docs
│   └── research_organization_docs.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