docs: cut 6.1.0 versions for docs, admin_docs, developer_docs, components

- Snapshot all four versioned docs sections at v6.1.0; master continues to
  serve as "Next" (lastVersion: current, banner: unreleased) so editing
  master keeps updating the canonical URLs
- Enable the previously-disabled components plugin and version it
- Rename stale "developer_portal" references to "developer_docs" across
  package.json scripts, manage-versions.mjs, theme files (DocVersionBadge,
  DocVersionBanner), DOCS_CLAUDE.md, and README.md (URL backward-compat
  redirect /developer_portal/* preserved)
- Add admin_docs version scripts; drop dead "tutorials" plugin id from
  the version badge
- Generalize fixVersionedImports in manage-versions.mjs to walk every
  section's snapshot and rewrite ../../src/ and ../../data/ imports,
  catching admin_docs and components files that previous version cuts
  would have broken
- Remove orphan files: developer_portal_versions.json,
  tutorials_versions.json, and stray empty versions.json files inside
  components/ and developer_docs/ content directories
This commit is contained in:
Superset Dev
2026-05-02 11:53:56 -07:00
parent d23b0cad92
commit 752ebd47cb
1872 changed files with 72562 additions and 78 deletions

View File

@@ -0,0 +1,68 @@
---
id: delete-security-roles-by-pk
title: "Delete security roles by pk"
description: "Delete security roles by pk"
sidebar_label: "Delete security roles by pk"
hide_title: true
hide_table_of_contents: true
api: eJzFVt9v2zYQ/leIwx4STImToAMCFX3I0hRNF3RB7KwFosClpbOlhCJZknLjCfzfhyMl2U68AetLniT+uOP33X13ZAuaG16jQ2MhvWuhkpCC5q6EBCSvkUaPkIDB701lsIDUmQYTsHmJNYe0BbfStKuSDhdowPt72m21khYtbTg5OqJPrqRD6eiXay2qnLtKydGDVZLm1g61URqNq6J1jdbyBW6cZJ2p5AK8T/oZNXvA3IFPAJ94rQVuGa4NfAIF2txUmo6GFC4d1qxAgQ4LMn9z9OZ1oX5Wjs1VI4uUTUpkFHW0Dgtm0KrG5MgKhZZJ5Rg+VdbtIjX4CIxOTl6X0a3URuU0nAlkKF3lVin7i4uqCBgYGqPMLh7nqhFFoNp56KzpqN9eW1OX0qGRXDCLZokmskjZmWSNxCeNOSUtTDKV542h0tnB8QN3XAwhSMBi3hjiSLX48MNBendPBeX4guoTxt06u1ECLdwnQLwC68sCUohanvZupoa2TWeraSjip4NcFTgOdGK5Cy4XkEJ+e3MFCQg+Q7EeRsXRuDGCHXxl7y+uLiYXLIPSOZ2ORkLlXJTKuvT06PR0xHU1Wh6P+sNH4fDRcQYsyzLJ2MFHlsFZ40plqr8D5pT9jtygYb+cnZ9fjMfTyZ9/XHzOAHwyYLteuVLJDXTDxICvqrUyrq8Wm8lM9h2IvRumD2Nw9ggK+/8kkmhXIi/Q2HftMyoZpCyDjk4G7FfGcxLt1KlHlD6T+5nUppJur4d2aB13jZ1STvY3GX/iSz4OItlgvTW5zoySlogPZPkPXjk2R5eXgejP0Wwj1xpdqQriFTP/PAhpv5E9TyxF41uf2zZGYhIC8S1aePpQVN5mkkgogYdCLZ4HZ/8tkPy3i+Z9yCPrsbOAnc1WLIg8gh5qAZJ4naXwL5xb/egppKGOY1U0hiK+M3DwHMwVLbMClyiUrlG6riOEhEZHrTbKqVwJn45GLbnyaUuK9S+8nTfWqbp3kcCSm4oap+2aWHBD/wXOeSNcBxMSQNnU1CG6IX1Cf9j2/3EyuWaDH58Aodn2N/B9AW4cWx2t0dOAKcMur8kJcdl2sjNUnX3Y7cM7oU/FmBp1JBmaXguzoJ0PytSc/H36MoHu0UGyj6swNOtA2idkPDU4N2jLn3XiE6jkXEU6W+gbjcYihcVVju6DzSnSTty3PI4hsa7m4RbqnlH/rdqts4ZryeGTG2nBK0k+g5raTs53wHVFBx/DxrWRQHALCaT6kdIf83sHbTvjFm+N8J6mvzdo6JK5X0ssKL+owj1dQDrnwuILXMOFC3s33Ytwn61DuI23m+RyFZQsGhpBAo+4is9Kf08KDL0knB4XzvIcQ5frTV5c7SSdocxja4IEeOPKjdgN6e1+6ICdiNo27oj9yQ8AQ+MmjN7/A7B51Ys=
sidebar_class_name: "delete 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={"Delete security roles by pk"}
>
</Heading>
<MethodEndpoint
method={"delete"}
path={"/api/v1/security/roles/{pk}"}
context={"endpoint"}
>
</MethodEndpoint>
Delete security roles by pk
<Heading
id={"request"}
as={"h2"}
className={"openapi-tabs__heading"}
>
<Translate id="theme.openapi.request.title">Request</Translate>
</Heading>
<ParamsDetails
{...require("./delete-security-roles-by-pk.ParamsDetails.json")}
>
</ParamsDetails>
<RequestSchema
{...require("./delete-security-roles-by-pk.RequestSchema.json")}
>
</RequestSchema>
<StatusCodes
{...require("./delete-security-roles-by-pk.StatusCodes.json")}
>
</StatusCodes>