This commit is contained in:
Ronaldson Bellande 2025-05-21 19:41:01 -04:00
parent a63c09a154
commit 4844097f52

View File

@ -18,13 +18,6 @@ docs/
│ └── 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
@ -34,10 +27,5 @@ docs/
│ ├── tutorial-1.md
│ └── advanced/
│ └── tutorial-2.md
├── faq.md # Frequently asked questions
└── assets/ # Images and other media
├── images/
│ └── images.png
└── diagrams/
└── architecture.svg
```