mirror of
https://github.com/apache/superset.git
synced 2026-05-22 00:05:15 +00:00
Snapshots all four versioned Docusaurus sections at v6.1.0. Built on top of the version-cutting tooling work in chore/docs-cut-6.1.0-versions so the snapshot benefits from: - Auto-gen refresh before snapshotting (database pages from engine spec metadata, API reference from openapi.json, component pages from Storybook stories) — captured at the SHA we cut from rather than whatever happened to be on disk. - Data-import freeze: country list, feature flag table, database diagnostics, and component metadata are copied into snapshot-local `_versioned_data/` dirs so the historical version doesn't silently mutate when the source files change. - Depth-aware import-path rewriter that handles deeply-nested component MDX files referencing `../../../src/` from the snapshot. Versioning behavior: `lastVersion` stays at `current` for every section, so the canonical URLs (`/docs/...`, `/admin-docs/...`, `/developer-docs/...`, `/components/...`) continue to render content from master. The `current` version is consistently labeled "Next" with an `unreleased` banner, and `6.1.0` is a historical pin accessible only via its explicit version segment. Component playground: previously `disabled: true` in versions-config.json, now enabled and versioned. The plugin block in docusaurus.config.ts was already gated only by the `disabled` flag, so no other code changes were needed to bring it back online. The frozen `databases.json` in the snapshot is the canonical 80-database artifact from the latest committed state in master (preserved by the generator's input-hash cache), not a fallback regenerated from a local Flask environment.
69 lines
3.1 KiB
Plaintext
69 lines
3.1 KiB
Plaintext
---
|
|
id: get-the-dashboards-embedded-configuration
|
|
title: "Get the dashboard's embedded configuration"
|
|
description: "Get the dashboard's embedded configuration"
|
|
sidebar_label: "Get the dashboard's embedded configuration"
|
|
hide_title: true
|
|
hide_table_of_contents: true
|
|
api: eJytVm1v2zYQ/ivEYcASTIntrAUCFf2QZWn6hi2IHWxYFLi0dLbYSqRKUk48Qf99OFKSpdgNtnSfJB7J4/PcPTxeBQXXPEeL2kB4W0GCJtaisEJJCGGWIku4SReK64SJhCnNTFauIABB8wW3KQQgeY4QgkjmSs+beY1fS6ExgdDqEgMwcYo5h7ACuylotbFayBXU9R0tNoWSBg3Nn4zH9ImVtCgt/fKiyETMCdTosyFkVc9foVWB2gq/W6MpM7tr51mm7jGZJyrnQjqTsJibPYiC1sC15hsaxymXK0zmi82u46XQxs59CPa4EknPLKTFFWqyZ/ypXaVB/Y3JLTy1+IyxhQCssBkZbgzqkz5eH6ql0jm3EELCLR5ZkSMEu0d2eZ4PIPcwlXsnnsBzkS8wSTD5tXV93eR56pO3u7cOAB94XmQ4zOVO9m7vhizhZHzy4mg8OZq8nE3G4c/jcDz+Cx6zakG3ZLYkCMpQ+9fucEYypCOZTZFhQ6h3KWIll8LF58V48h26zdEYvvpXCR8GqdsIN5KXNlVa/I1JyM5Km6K0zfmsu497qPY3kveX33UD/wcm76Ql/WfMoF6jZqi10iE7k6yU+FBgbDHxRqbiuNTf4PWGW575de5wg3Gphd24Svf53pKMqPxYviJJQadTA3cBPBzFKsGpg+eLY8blCkKIb64/At3gBWbboVGljgl8XOqMHf3JLi9mLILU2iIcjTIV8yxVxoan49PTES/EaD0ZdTIaTUattiJgURRJxo7esgjOmsS40IfsF+QaNfvh7Pz8Yjqdz37/cPFbBFAHHbirjU2V7MHrDB1AkRdKW6cINNZEMpJtAWavO/PxCu0B4WDPYxH4vSnyBLV5XT3iEkHIImj4RMB+YjyO0Zi5VV9Q1pE8jGShhbQHLbZjEt7B4WGf7Xu+5lOX8R7jgXGbFiUNke6I8nsuLFuijVPH8/ksqwHVsB2zx/kjzp/aFFae78zR/eR31PQh7q8i6fEm3PIO66NINItUhseZWh3Q0sNXQIIeXoNLtK56dQx+NNtK5utXqR1ACCBHmyoqjSuk8LkXPoTdIFTb177u4kHxdjfW35dSUzr2RhUeg/xI0yzBNWaqyFHa5u67bHtHVaGVVbHK6nA0qshVHVYk5XrH23lprMpbFwGsuRZ8kfkC1bqh/wSX3L0xDiYEgLLMqRY0Q/q4ajD0/3Y2u2KdnzoAQjP01/HdATf1RY3m6I2npurdFTkhLkMne0PV7Hera9c/tYXNvauepCtvFSyc2t60HcD7P2bQ9GJ0J/zsthtwpOuANs81LjWa9LlOqPWRS+XpDNCXBWqD/T6hZyLt+HXriQ+JsTl3703TZf4nNQ+O7t4jiw92VGRcSNfXaKcEr/Rb4IUgHJN+8wABhIPuthP8XZv6W6iqBTd4o7O6JvPXEvXGNyqt+nyHLQz9JxAueWZwB2P36sLBdfNmH7InGvG9nNoGVm6c+LOSRhDAF9wMG/X6jsTrCpdD5xecxTG66tlu3Xn/SXVdqbi8IEFQD9ELcieL5oe874VVVX6Fr4R1h9I9BASwrv8B+qtZzA==
|
|
sidebar_class_name: "get api-method"
|
|
info_path: developer-docs/api/superset
|
|
custom_edit_url: null
|
|
hide_send_button: true
|
|
show_extensions: true
|
|
---
|
|
|
|
import MethodEndpoint from "@theme/ApiExplorer/MethodEndpoint";
|
|
import ParamsDetails from "@theme/ParamsDetails";
|
|
import RequestSchema from "@theme/RequestSchema";
|
|
import StatusCodes from "@theme/StatusCodes";
|
|
import OperationTabs from "@theme/OperationTabs";
|
|
import TabItem from "@theme/TabItem";
|
|
import Heading from "@theme/Heading";
|
|
import Translate from "@docusaurus/Translate";
|
|
|
|
<Heading
|
|
as={"h1"}
|
|
className={"openapi__heading"}
|
|
children={"Get the dashboard's embedded configuration"}
|
|
>
|
|
</Heading>
|
|
|
|
<MethodEndpoint
|
|
method={"get"}
|
|
path={"/api/v1/dashboard/{id_or_slug}/embedded"}
|
|
context={"endpoint"}
|
|
>
|
|
|
|
</MethodEndpoint>
|
|
|
|
|
|
|
|
Get the dashboard's embedded configuration
|
|
|
|
<Heading
|
|
id={"request"}
|
|
as={"h2"}
|
|
className={"openapi-tabs__heading"}
|
|
>
|
|
<Translate id="theme.openapi.request.title">Request</Translate>
|
|
</Heading>
|
|
|
|
<ParamsDetails
|
|
{...require("./get-the-dashboards-embedded-configuration.ParamsDetails.json")}
|
|
>
|
|
|
|
</ParamsDetails>
|
|
|
|
<RequestSchema
|
|
{...require("./get-the-dashboards-embedded-configuration.RequestSchema.json")}
|
|
>
|
|
|
|
</RequestSchema>
|
|
|
|
<StatusCodes
|
|
{...require("./get-the-dashboards-embedded-configuration.StatusCodes.json")}
|
|
>
|
|
|
|
</StatusCodes>
|