Conversation
Overview, quickstart, column types, REST API, live updates and the Database component. Not added to docs.json on purpose; the pages are reachable by URL only while the feature is in early access. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Contributor
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
databases-openapi.json describes the fifteen endpoints; each page under api/databases carries an openapi frontmatter so the reference renders parameters, schemas and the playground like the rest of the API section. databases/api.mdx becomes the overview that links to them. Still absent from docs.json. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com>
Co-Authored-By: Claude Fable 5.1 <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.
What
Hidden documentation for Mintlify Databases. Nothing is added to
docs.json, so every page builds but stays out of navigation and is reachable by URL only.Guides under
databases/:/databases/overview,/databases/quickstart,/databases/columns,/databases/api(overview + errors),/databases/live-updates,/databases/componentAPI reference under
api/databases/, generated from the newdatabases-openapi.jsonlike the static-export spec, so each page gets parameter tables, schemas and the playground:What is real vs. planned
DATABASESentitlement once mintlify/server#8220, mintlify/server#8221 and mintlify/mint#11275 land): everything in the API reference and the live-updates page. The examples were run against the worker locally.<Database />component, row-page templates, and themint.dbsnippet helper. That page carries an<Info>saying so; prop names follow the product spec and may change.Style
Follows
.cursor/rules/writing-standards.mdc: second person, active voice, property descriptions end with periods, limits and errors in tables.🤖 Generated with Claude Code