Skip to content

Cleanup docs sidebar folders #141

@tobySolutions

Description

@tobySolutions

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:

Image

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

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions