-
Notifications
You must be signed in to change notification settings - Fork 92
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers🏁 status: ready for devReady for workReady for work🤖 aspect: dxConcerns developers' experience with the codebaseConcerns developers' experience with the codebase
Description
Overview
The sidebar folders in the codebase of the docs repo tend to be disorderly in the sense that the markdown files and the images are in the root folders of the categories and this creates a mess in the folders. Look at the exmaple below.
For example:
Current state:
Solution (suggestion)
A better setup would be:
---agent-integrations/
- _category_.json
- anything_llm/
- index.md
- image1.png
- image2.png
- index.md
...In the above, we can see that introducing the folders per page will clean up this directory significantly.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationgood first issueGood for newcomersGood for newcomers🏁 status: ready for devReady for workReady for work🤖 aspect: dxConcerns developers' experience with the codebaseConcerns developers' experience with the codebase
