Add W&B HiveMind product documentation#2713
Draft
vanpelt wants to merge 4 commits into
Draft
Conversation
Port the HiveMind docs (a shared dashboard for AI coding sessions) into the
Mintlify site, following the same product structure as Weave:
- hivemind.mdx: product landing page with install tabs, doc cards, and the
supported-agents table
- hivemind/{features,permissions,cli,bots,mdm}.mdx: ported from the HiveMind
source docs, with GitHub callouts converted to Mintlify components and
internal links rewritten to /hivemind/*
- product-hivemind.mdx: product dropdown redirect stub
- icons/HiveMind.svg: honeycomb glyph for the home-page product card
- index.mdx: add a W&B HiveMind ProductCard to the Weights & Biases group
- docs.json: register the W&B HiveMind menu item and dropdown entry (en)
- AGENTS.md: note the new /hivemind/ directory
Validated with mint dev and mint broken-links (no broken links).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
Contributor
📚 Mintlify Preview Links✨ Added (8 total)📄 Pages (7)
🖼️ Images (1)
📝 Changed (3 total)📄 Pages (1)
⚙️ Other (2)
🤖 Generated automatically when Mintlify deployment succeeds |
Contributor
🔗 Link Checker Results✅ All links are valid! No broken links were detected. Checked against: https://wb-21fd5541-docs-hivemind-launch.mintlify.app |
HiveMind Sessions1 session · 31m · $13
View all sessions in HiveMind → Run |
…mands hivemind start now sets up the platform service manager itself, so users don't run brew services or install-service directly. - Linux quickstart: drop hivemind install-service (start does it) - CLI quickstart: hivemind start instead of brew services start - Troubleshooting: hivemind restart instead of brew services restart Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Mintlify already renders next/prev page links, so the manual cross-link lists at the end of mdm and bots are redundant. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Summary
Ports the W&B HiveMind docs (a shared dashboard for AI coding sessions) into the Mintlify site, following the same product structure as Weave. Sourced from the existing MDX docs in the
agentstream-pydashboard.Branded as W&B HiveMind in the Weights & Biases product group, treated as generally available (no preview tag).
What's included
hivemind.mdxmode: wide) with install tabs, aCardGroupof doc links, supported-agents table, and the@hivemindagent sectionhivemind/features.mdxhivemind/permissions.mdxhivemind/cli.mdxhivemindcommand referencehivemind/bots.mdxhivemind/mdm.mdxproduct-hivemind.mdxicons/HiveMind.svgPlus: a
ProductCardon the home page (index.mdx, Weights & Biases group widened to 3 columns), navigation registration indocs.json(en tab), and anAGENTS.mddirectory note.Standards applied to match the site
title/description; H1 folded into frontmatter (no leading#)> [!NOTE/IMPORTANT/WARNING/TIP]callouts converted to Mintlify<Note>/<Warning>/<Tip>/docs/...→/hivemind/...; relative/admin/...links made absolute tohivemind.wandb.toolsValidation
mint dev: all routes return 200; landing page, home-page card, and content pages render correctly (callouts, tables, code blocks, TOC)mint broken-links: no broken links foundNotes for reviewers
entab only. Thefr/ja/kotabs are untouched and independent, so nothing breaks; thegttooling can generate translations later.homebrew-tapsreleases) are carried over verbatim from the source docs — worth a sanity check that those public URLs are live before launch.🤖 Generated with Claude Code