-
Notifications
You must be signed in to change notification settings - Fork 32
Mintlify test import #1709
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Draft
mdlinville
wants to merge
1,659
commits into
main
Choose a base branch
from
mintlify-import
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Mintlify test import #1709
Conversation
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
All alerts resolved. Learn more about Socket for GitHub. This PR previously contained dependency changes with security issues that have been resolved, removed, or ignored. |
5cb3ea0
to
100c5ea
Compare
44f3e09
to
cd246a6
Compare
…md to ko/models/artifacts/delete-artifacts.mdx
…dels/core/registry/model_registry_eol.mdx
…/core/registry/registry_cards.mdx
…/core/registry/registry_types.mdx
…egistry/lineage.mdx
…dels/core/registry/organize-with-tags.mdx
…/models/core/registry/download_use_artifact.mdx
…egistry/delete_registry.mdx
…s/core/registry/create_registry.mdx
…els/core/registry/create_collection.mdx
…s/core/registry/search_registry.mdx
…dels/core/registry/configure_registry.mdx
…ore/registry/link_version.mdx
…d to ko/models/core/registry/model_registry/notifications.mdx
…rds.md to ko/models/core/registry/model_registry/create-model-cards.mdx
## Description In Mintlify, RSS feeds are available only from an individual changelog file that has `<Update>` components. Since major-version-specific RSS feeds don't make sense: - Consolidate all supported releases into release-notes/server-releases.mdx - Consolidate all unsupported releass into release-notes/server-releases-archived.mdx - Minor content adjustments - Remove card from /ref.mdx landing page - Adjust /release-notes.mdx landing page - Update the EOL snippet and use it - Remove the unused unsupported-version snippet - Delete some scripts that got inadvertently committed
Fixed 23 high-severity list formatting issues across 15 files: - Split inline bold text that should be on separate lines - Fixed sub-bullet indentation (2 spaces → 3 spaces for proper nesting) - Properly indented code blocks under list items - Fixed continuation text indentation Most affected files: - platform/hosting/self-managed/azure-tf.mdx - guides/launch/setup-launch-sagemaker.mdx - Various ja/ and ko/ translations These formatting issues were breaking list rendering in Mintlify and making documentation harder to read. Issues likely predate the migration.
## Description Fix some one-off issues after the migration - Fix Models quickstart location - Fix inadvertent lowercasing of Python API and Weave API refs by the vendor during the conversion - Bring in missed Weave reference generation scripts, update them to preserve the casing in the Weave repo Verified that all other added, renamed, updated, deleted files in `main` commits since 9/17 look correct, both for file location and content changes. The commit history in this PR is a bit of a mess. It's difficult to do case-sensitive Git commands on macOS, which has a case-insensitive filesystem.
bad5d31
to
71494d5
Compare
…ave, Launch, Python refs (#1719) ## Description Adjust locations and TOCs in Mintlify: - Integrations - Tutorials - Weave - Launch - Also build up TOC, previously hidden in Hugo - Python refs - Also add landing pages to TOC, which were all missing - Add redirects - Fix broken links Ref: https://weightsandbiases.slack.com/archives/C081R4TDAH1/p1760722913588729 ## Tests - [x] mint dev - [x] mint broken-links - [ ] PR checks
## Description Add Models Quickstart to TOC
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
## Description This PR: * Updates front-matter across the Weave docs. * Adds line numbers to most code blocks * Fixes a few typos and formatting issues --------- Co-authored-by: Matt Linville <[email protected]>
## Description Updates Weave to: * Fixes random index page (Integrations overview page) from showing up in Tracing section * Moves evaluation articles out of unnecessary sub-category * Updates some titles for header articles
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.
Description
Scripted import of content in
wandb/mintlifytest
to a new branch inwandb/docs
This approach preserves the Git history of each existing file by creating many many commits:
After checkout out the branch, you can deploy the site using
npx install
(one time) andnpx mintlify dev
.hugo
commands no longer work.To go live on Mintlify, we would:
main
no longer triggers a Cloudflare deploy.wandb/docs
at themintlify-import
branch. Also adjust the site title at the same time. The Mintlify PR checks start running.main
.main
. (do not squash and merge). The cut-over is complete.mintlifytest
repo in Github.Testing