Skip to content

Add Docs7 documentation and component guides - #3024

Open
enesgules wants to merge 16 commits into
masterfrom
enes/docs7-docs
Open

Add Docs7 documentation and component guides#3024
enesgules wants to merge 16 commits into
masterfrom
enes/docs7-docs

Conversation

@enesgules

@enesgules enesgules commented Aug 12, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • adds Docs7 as a dedicated documentation tab with an overview, CLI quickstart, and migration guide
  • documents the Docs7-only filterSidebar and productGroups settings
  • documents all 26 renderer-supported MDX components with examples
  • includes publishing and custom-domain screenshots

Validation

  • completed a production Docs7 build with 124 pages and 741 search records
  • confirmed every Docs7 navigation entry maps to an existing page
  • validated docs.json and checked the diff for whitespace errors

Converts the docs navigation to tabs (Context7, Docs7) and adds 19 pages
covering the Docs7 hosting product: getting started, configuration,
writing, features (including AI traffic analytics), and deploying.
Content verified against the docs7 builder and service source.

Claude-Session: https://claude.ai/code/session_01XcVqineTHvy9bJuocZA6za
@mintlify

mintlify Bot commented Aug 12, 2026

Copy link
Copy Markdown

Preview deployment for your docs. Learn more about Mintlify Previews.

Project Status Preview Updated (UTC)
context7 🟢 Ready View Preview Aug 12, 2026, 11:35 AM

💡 Tip: Enable Workflows to automatically generate PRs for you.

Corrects hostname format, analytics coverage and views, preview teardown
triggers, removed chat widget, image actions, nav-hidden semantics, icon
libraries, Latex, diff markers, and pagination modes. Adds the Dashboard
page (statuses, deployments drawer, manual deploys, permissions, deletion)
and fills gaps: heading anchors, Update tag filters, OpenAPI page URLs,
banner color, markdown.schema, private repos.

Claude-Session: https://claude.ai/code/session_01XcVqineTHvy9bJuocZA6za
The limits page stated a single set of numbers, several of which are
actually plan boundaries: sites per teamspace was listed as "No cap",
and the preview cap, build timeout, and analytics window were shown as
global constants.

Splits the page into plan limits (a Free/Pro/Enterprise table drawn
from the Docs7 plan design) and platform limits that apply everywhere,
and adds the two things the plan design makes explicit but the page
never said: that going over the build quota queues rather than fails,
and what is deliberately never metered on any plan.

Updates the three other pages that hardcoded a plan number: branch
previews (5 on Free, 50 on Pro), the build timeout in the deployment
failure table, and the analytics window.

Claude-Session: https://claude.ai/code/session_01TAinxwDauo7a63ZxA4uLh9
@enesgules

Copy link
Copy Markdown
Collaborator Author

Limits are now documented per plan

limits.mdx is split into plan limits (Free/Pro/Enterprise table) and platform limits that apply everywhere. Three other pages that hardcoded a plan number were updated to match: branch-previews.mdx, deployments.mdx, and analytics.mdx.

Merge blocker: none of these limits are enforced yet

The numbers come from the Docs7 plan design, where they are proposals. Verified against the code today:

Documented limit Enforcement today
Sites: 1 Free / 25 Pro No cap anywhere. No site-count check exists
Builds: 100/mo Free, 5,000/mo Pro Does not exist. No monthly counter, no quota check, no low-priority queue
Build timeout: 15 min Free / 30 Pro Global DOCS_BUILD_TIMEOUT_MS, default 15 min (src/service/config.ts:94). Not plan-aware
Previews: 5 Free / 50 Pro Hardcoded MAX_PREVIEW_TARGETS = 50 (src/service/deploymentRunner.ts:55). Not plan-aware
Retention: 30 days / 12 months / unlimited Query-time window only, fixed to 7/30/90 (lib/util/queryParams.ts:58). No stored TTL
Private repositories: Pro and above The GitHub App distinguishes private repos, but no plan gate reads it

lib/docs/ in context7app contains no plan reads at all. There is also no teamspace plan tier to read: Context7 billing is usage-based per teamspace today.

Docs7 is still admin-gated behind TODO(docs7-launch), so nothing here is public yet. But this page should not merge to the live docs site ahead of the enforcement work, or it documents limits users can exceed freely.

Two prices also need a decision before this is public: $199/mo flat for Pro and the 25-site cap, both flagged as open questions in the plan design.

Comment thread docs/docs7/settings.mdx Outdated
Covers what the agent works from (reader questions and deployment health
issues), how to run it, the three run outcomes, the write scope that keeps
it confined to the docs path, and per-plan run limits.

Claude-Session: https://claude.ai/code/session_01XcVqineTHvy9bJuocZA6za
Previews are a paid feature created when a pull request opens and removed
when it closes. Documents the included seat count. Drops the per-plan agent
numbers from the public page.

Claude-Session: https://claude.ai/code/session_01XcVqineTHvy9bJuocZA6za
@context7

context7 Bot commented Aug 24, 2026

Copy link
Copy Markdown

Docs7 for context7.com

Build Commit Updated (UTC)
Ready (open preview) 9476141 2026-08-31 07:52

Open build details

Review

Broken links (3)

Open this review on Docs7

@joschan21 joschan21 changed the title Add Docs7 documentation as a new docs tab Add Docs7 documentation and component guides Aug 24, 2026
@context7 context7 Bot mentioned this pull request Aug 24, 2026
@context7

context7 Bot commented Aug 24, 2026

Copy link
Copy Markdown

Docs7 review for context7.com · d5a3d91

Broken links (3)

  • docs/docs7/quickstart.mdx:59 — Link to http://localhost:3333 did not resolve ECONNREFUSED ; it is an intentional local dev server URL
  • docs/docs7/migrate-from-mintlify.mdx:17 — Link to http://localhost:3333 did not resolve ECONNREFUSED ; it is an intentional local dev server URL
  • docs/docs7/components/examples.mdx:14 — Link to https://api.example.com/users did not resolve ENOTFOUND ; it is an intentional placeholder example URL

Open this review on Docs7

Co-authored-by: Context7 Agent <docs-agent@context7.com>
Co-authored-by: Context7 Agent <docs-agent@context7.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants