Restore `xyz.md` / `xyz-overview.md` convention for Agents section (#2308)
* Restore `xyz.md` / `xyz-overview.md` convention for Agents section
#2289 made `agents-overview` the top-level toctree entry, breaking
the pattern every other Hub section follows:
spaces.md → spaces-overview.md
jobs.md → jobs-overview.md
datasets.md → datasets-overview.md
models.md → models-the-hub.md
This commit:
- Creates a proper `agents.md` landing page (table-of-contents style,
like `jobs.md` / `spaces.md`)
- Renames the old `agents.md` (Agent Libraries content) to
`agents-libraries.md`
- Restores `agents` as the toctree root with `agents-overview` as the
first child section
Made-with: Cursor
* Update Agents section in index.md to match toctree order
Aligns the index.md HTML links with the new toctree structure:
rename "Agents on the Hub" → "Agents Overview", reorder entries
to match toctree, and add missing agents-local and agents-libraries links.
Made-with: Cursor
* Update docs/hub/agents.md
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>
---------
Co-authored-by: burtenshaw <ben.burtenshaw@gmail.com>
Co-authored-by: Pedro Cuenca <pedro@huggingface.co>