Sync landing grid and section Contents with _toctree.yml#2614
Open
mishig25 wants to merge 2 commits into
Open
Conversation
The Hub landing grid (index.md) and the per-section "Contents" lists had drifted from _toctree.yml. This updates them to mirror the current top-level sections and their direct children: - index.md: fix wrong hrefs, add missing pages, drop moved/stale entries across all cards (Subscriptions & Plans, Repositories, Models, Datasets, Spaces, Storage Buckets, Jobs, Agents, Other). - section pages: bring the Contents lists in repositories, models, datasets, spaces, jobs, agents and other back in line with the toctree. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
The docs for this PR live here. All of your documentation changes will be reflected on that endpoint. The docs are available until 30 days after the last update. |
julien-c
reviewed
Jul 2, 2026
julien-c
reviewed
Jul 2, 2026
Member
There was a problem hiding this comment.
this is intentional otherwise the tiles are too long
Collaborator
Author
There was a problem hiding this comment.
yeah unfortunately, the spaces sections are too many https://moon-ci-docs.huggingface.co/docs/hub/pr_2614/en/index
Member
|
Generally I don't think this is needed, but I will let others chime in. |
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sync the Hub landing grid (
index.md) and the per-section Contents lists with_toctree.yml— they had drifted out of date.Fixes wrong/anchor hrefs, adds missing pages, and drops moved/stale entries across the landing grid and the
repositories,models,datasets,spaces,jobs,agents, andothersection pages. All links verified to resolve.🤖 Generated with Claude Code
Note
Low Risk
Documentation-only navigation and link updates with no runtime or API behavior changes.
Overview
Realigns Hub navigation so the landing grid on
index.mdand each section’s Contents lists match_toctree.yml, which had drifted.Landing grid updates fix bad paths (e.g. resource groups →
enterprise-resource-groups), refresh labels, add missing topics (enterprise features, model/dataset pages, expanded Spaces/Jobs/Storage Buckets), and trim stale or anchor-only links. The Other column drops duplicate external Code of Conduct / Content Guidelines links in favor of the consolidated OAuth entry.Section Contents (
repositories,models,datasets,spaces,jobs,agents,other) are rewritten for the same source of truth: new pages (Session Traces, LLM dataset upload, Jobs serving/examples, Spaces MCP/agents/API, security subpages), renamed entries (Integrated Libraries, Pricing and Billing), and removed obsolete items (e.g. datasets ingesting/editing, duplicate agent trace placement).Reviewed by Cursor Bugbot for commit ac13359. Bugbot is set up for automated code reviews on this repo. Configure here.