Skip to content

Add KB support articles: gaps and troubleshooting content not covered…#2639

Draft
anastasiaguspan wants to merge 10 commits into
mainfrom
kb_refresh
Draft

Add KB support articles: gaps and troubleshooting content not covered…#2639
anastasiaguspan wants to merge 10 commits into
mainfrom
kb_refresh

Conversation

@anastasiaguspan
Copy link
Copy Markdown
Contributor

@anastasiaguspan anastasiaguspan commented May 18, 2026

Support OKR

Draft articles.

69 articles created from the last year of zendesk support tickets for customer support tickets based on recurring issues and time-to-resolve.

Many, especially for Weave, ended up being fundamental docs questioned that have since been answered in created, dedicated docs pages. and we don't want to maintain a source of truth in two places for a lot of these topics.

So, that set was then diffed with existing docs content, leaving 24 articles that are actually a gap in our docs or a partial gap in our docs.

the following are highest priority as FULL GAP

api-error-code-422-invalid-request-parameters
how-do-i-download-the-console-log-file-from-a-run
how-do-i-log-nlp-metrics-and-text-outputs-in-wandb
how-do-i-use-wandb-with-jax
i-deleted-my-team-and-now-i-cant-create-a-new-one
why-does-my-api-key-fail-with-must-be-40-characters
why-is-my-wandb-run-slow-to-initialize-or-upload

the rest are considered partial gap to our covered docs content.

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 18, 2026

Knowledgebase navigation update

  • Tag pages modified: 1 page.
  • Product index pages updated: 1 page.
  • Root support.mdx updated.

From workflow run 26603126901

@mintlify
Copy link
Copy Markdown
Contributor

mintlify Bot commented May 18, 2026

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

Project Status Preview Updated (UTC)
wandb 🟢 Ready View Preview May 18, 2026, 2:44 PM

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 18, 2026

📚 Mintlify Preview Links

🔗 View Full Preview

✨ Added (31 total)

📄 Pages (31)

File Preview
support/inference/articles/api-error-code-404-model-not-found.mdx Api Error Code 404 Model Not Found
support/inference/articles/api-error-code-422-invalid-request-parameters.mdx Api Error Code 422 Invalid Request Parameters
support/models/articles/can-i-resume-a-run-inside-a-sweep.mdx Can I Resume A Run Inside A Sweep
support/models/articles/how-do-i-connect-to-wandb-self-managed.mdx How Do I Connect To Wandb Self Managed
support/models/articles/how-do-i-create-a-new-team-in-wandb.mdx How Do I Create A New Team In Wandb
support/models/articles/how-do-i-download-the-console-log-file-from-a-run.mdx How Do I Download The Console Log File From A Run
support/models/articles/how-do-i-invite-a-user-to-my-wb-team.mdx How Do I Invite A User To My Wb Team
support/models/articles/how-do-i-log-gradients-and-model-weights-with-wandb-watch.mdx How Do I Log Gradients And Model Weights With Wandb Watch
support/models/articles/how-do-i-log-nlp-metrics-and-text-outputs-in-wandb.mdx How Do I Log Nlp Metrics And Text Outputs In Wandb
support/models/articles/how-do-i-paginate-through-large-api-results-in-wandb.mdx How Do I Paginate Through Large Api Results In Wandb
... and 21 more files

📝 Changed (28 total)

📄 Pages (27)

File Preview
models/app/console-logs.mdx Console Logs
models/integrations/pytorch.mdx Pytorch
models/ref/cli/wandb-login.mdx Wandb Login
models/sweeps/signal-handling-sweep-runs.mdx Signal Handling Sweep Runs
snippets/kb_article_map.mdx Kb Article Map
support.mdx Support
support/inference.mdx Inference
support/inference/tags/server-errors.mdx Server Errors
support/models.mdx Models
support/models/articles/how-do-i-delete-a-team-from-my-account.mdx How Do I Delete A Team From My Account
... and 17 more files
⚙️ Other (1)
File
docs.json

🗑️ Deleted (1 total)

View deleted files

📄 Pages (1)

File
support/models/articles/how-can-i-log-in-to-wb-server.mdx

🤖 Generated automatically when Mintlify deployment succeeds
📍 Deployment: 0539769 at 2026-05-28 21:30:30 UTC

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 18, 2026

🔗 Link Checker Results

All links are valid!

No broken links were detected.

Checked against: https://wb-21fd5541-kb-refresh.mintlify.app

Register new support tag pages in docs.json, add missing knowledgebase-nav keywords, retag inference 4xx articles under Server Errors, and add see-also links on priority gap articles.

Co-authored-by: Cursor <cursoragent@cursor.com>
Copy link
Copy Markdown
Contributor

@mdlinville mdlinville left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Support KB review (Matt)

  1. Reviewed all 24 new articles + 1 edit on this branch (pragmatic pass: deep review on 9 priority articles, light pass on the rest).

  2. First pass content updates:

    1. docs.json: Registered 7 new Models tag pages in the Support tab and hidden Support: W&B Models tab (api, api-keys, authentication, org-management, sdk, teams, workspace).
    2. scripts/knowledgebase-nav/config.yaml: Added the 7 keywords CI warned about (clears generator warnings).
    3. Console log pair: Strong and ticket-aligned (console_multipart leading). Added see-also links to Console logs and Settings reference. Follow-up: consider updating models/app/console-logs.mdx with multipart (product doc still behind support KB).
    4. Inference 422/404: Retagged from Authentication & Access to Server Errors (these are not auth errors).
    5. API key / slow init / NLP / JAX: Added see-also links to main docs.
    6. Delete team (edit): Removed warning emoji per style guide.
    7. Add see-also links on wandb.watch, parallel coordinates, alerts (point to panel docs / automations).
    8. Style edits, active voice, formatting adjustments, etc etc etc.
  3. Second pass to de-duplicate content between KBase articles and main docs: Where primary content existed in a KBase article, moved it to a better main article, with cross-linking between the two.

mdlinville and others added 2 commits May 28, 2026 11:55
- Align models/app/console-logs.mdx with support KB coverage of console_multipart
  so customers see configuration on the product page, not only in support articles.
  Strip trailing slashes on related internal links in the console KB pair.

- Point console log settings to SDK reference instead of duplicating parameters.

  Keep a short intro and example on the product page; defer full wandb.Settings
  details to the generated Settings reference.

Co-authored-by: Cursor <cursoragent@cursor.com>
- Trim high-overlap articles to point at canonical product and reference
  pages; add API key format to wandb-login; cross-link KB-unique articles.

  Net reduction in duplicated procedural content (~240 lines).

- Apply support copy style: menu paths use >, bold for UI labels only.

  Italicize emphasis in prose
  Reserve bold for UI labels

- Remove opinionated tone (avoid simply, easy, all you need)

- Scrub for deployment types (dedicated -> Dedicated Cloud, cloud -> Multi-tenant Cloud, self-hosted -> Self-Managed

  - Rename an article and add a redirect

- Copyedits

- Regenerate affected tag page cards via knowledgebase-nav.
mdlinville and others added 2 commits May 28, 2026 14:00
Resolve conflicts in docs.json and models/app/console-logs.mdx: keep
the W&B Launch tab label from main, kb_refresh support nav and
Self-Managed redirects, and a combined console-logs Settings intro.

Co-authored-by: Cursor <cursoragent@cursor.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