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.
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.