mirror of
https://github.com/apache/superset.git
synced 2026-05-08 17:35:33 +00:00
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:
@@ -0,0 +1,68 @@
|
||||
---
|
||||
id: create-security-resources
|
||||
title: "Create security resources"
|
||||
description: "Create security resources"
|
||||
sidebar_label: "Create security resources"
|
||||
hide_title: true
|
||||
hide_table_of_contents: true
|
||||
api: eJzFV21P4zgQ/ivW6KSlukAB3UooKz4UxGrh2AXRsncSQaybDG0gsb22U+hF+e+nsZM0fWFPgpP4Aokzb8/jZ8ZuCRp/FmjskUzmEJYQS2FRWHrkSmVpzG0qRf/BSEFrJp5izulJaalQ2xQNvQmeI/3P+fM5iomdQrj/cTcAO1cIIRirUzGBqgpcvlRjAuGN97ptreT4AWMLAdjUZrTwPcWnryiKgUp3lDQWqgDwmecqw0XSRfAqgARNrFNFNUMIX2WCGatr7qa2ukBXi1FSGA9hf3fvDQSkCf1dgesyFJl9P76qVeNlBqnqJlm32DVm16g9tZizVBjUFhOK+sfu7hvoy9EYPsENHP4HgtYRjnjCajGH7FTMeJYmTHHNc7SoDVNaztKEil1H0/H1WN4ihf8By7XghZ1Knf6DScgGhZ2isHV+1ipiA5Cuo0Oyv//eSJSWMb2OM2SEws5D9p02x6NBraXeBOVYFlnChLSsjlB7U6qP7y22U2FRC54xg3qG2qMI2UCwQuCzwthi4heZjONCv7Bdn7nlWUtBAAbjQhPG8KaEhycL4c1tRQ3PJ4YGwLD+zq7QyELHaNgWNT2jrjc9mg0E1NFwSr0da+QW75q4d7rxgwCet2OZ4NChMy5jxsWEnK6vziGAjI8xW7x6R3ovdMa2/2aXF8MRi2BqrQr7/UzGPJtKY8OD3YODPldpf7bXbxL328T9CFgURYKx7S8sgkEtV1dyyI6Qa9Tst8Hx8clweDe6+PPk27LDsd/z7dFcYchWt31hm7APZQSPOI8gZBHMeFZgBNUHqIIW6OXcTqXoQG0XWrBprqS2zXAwkYhEc2qww3bZTdstystexUjgXafIE9TmsFzhxUOouYmA/c54TB1xZ+Ujiqr2JvyHmzBHohcJpVNht5rad8h4q9frsnHGZ3zoxNlhZGlxIQEpDJHSEsGfeGrZPdp46mh4NQmlx5KjncqEQJDKVgkKGzO2qiAC/qMRUelZGjmSfgQLl66GPFXrOvLWDbdjmcxDdja8+LbjZ0V6P98q2SPOO0SzqkfWxPenSHiOEm55y88K+7WRzHAnk5MtMu19Aur3lUnompg1pLFuE3uiIAR33gegON0l4BdE0z66oeV7vtC0zRt3C1YLOafPLMEZZlLlKGw9/pyKfKBSaWllLLMq7PdLClWFJbVQtRbtuDBW5k2IAGZcp3RKmHpiuzD0nOA9dxcTVyYEgKLIaRzWr/TPwBptX0ajS9bGqQKgapbjtXjXihv6uU7f6DLEpGanlxSEsCwH2UhV7e+sq4r2tNmKIZ1KHqSb8CWMnV4/S51zinf214j2yJlBWH+F9mRyoKuAnO803ms009cGoShGiqvFT4CTF2/XAaTiXnrkS0ALhdpg9xraWSKZebvZnmfP2JyLTvxfiXspU3tYW3y2fZXxVFBEJ7uy1v0NcJVS2j3oHKbuZtsGJaF4JdxAWY65wWudVRUt/yxQ09l7uxCjO4ED8IPHNcwjzt3tZDFCnHazgmpbu4ZQZ3iPQRyjm6Iv2952+pnmHgQwrn+X5TIhH82fCA5/ghCADnvydlpya36WF/6O4mPSJtOdsENgK4b6gVDVn7iYdyosS2/hJyh1sIfijh2obquq+hezueko
|
||||
sidebar_class_name: "post 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={"Create security resources"}
|
||||
>
|
||||
</Heading>
|
||||
|
||||
<MethodEndpoint
|
||||
method={"post"}
|
||||
path={"/api/v1/security/resources/"}
|
||||
context={"endpoint"}
|
||||
>
|
||||
|
||||
</MethodEndpoint>
|
||||
|
||||
|
||||
|
||||
Create security resources
|
||||
|
||||
<Heading
|
||||
id={"request"}
|
||||
as={"h2"}
|
||||
className={"openapi-tabs__heading"}
|
||||
>
|
||||
<Translate id="theme.openapi.request.title">Request</Translate>
|
||||
</Heading>
|
||||
|
||||
<ParamsDetails
|
||||
parameters={undefined}
|
||||
>
|
||||
|
||||
</ParamsDetails>
|
||||
|
||||
<RequestSchema
|
||||
{...require("./create-security-resources.RequestSchema.json")}
|
||||
>
|
||||
|
||||
</RequestSchema>
|
||||
|
||||
<StatusCodes
|
||||
{...require("./create-security-resources.StatusCodes.json")}
|
||||
>
|
||||
|
||||
</StatusCodes>
|
||||
Reference in New Issue
Block a user