diff --git a/docs/connectivity.md b/docs/connectivity.md index 7ecc65a55..d036d2958 100644 --- a/docs/connectivity.md +++ b/docs/connectivity.md @@ -6,7 +6,7 @@ sidebar_label: Connectivity sidebar_position: 1 sidebar_class_name: connectivity keywords: ['connectivity'] -description: Building extensibility in IdentityNow +description: Build and expand ISC connectivity. slug: /connectivity tags: ['connectivity'] --- diff --git a/docs/connectivity/saas-connectivity/index.md b/docs/connectivity/saas-connectivity/index.md index 84f214afa..0c2c9bbeb 100644 --- a/docs/connectivity/saas-connectivity/index.md +++ b/docs/connectivity/saas-connectivity/index.md @@ -6,7 +6,7 @@ sidebar_label: SaaS Connectivity sidebar_position: 4 sidebar_class_name: saasConnectivity keywords: ['connectivity', 'connectors'] -description: SaaS Connectivity is a cloud based connector runtime that makes developing and deploying web service connectors easy. +description: Cloud-based connectivity without VAs. slug: /connectivity/saas-connectivity tags: ['Connectivity'] --- diff --git a/docs/extensibility.md b/docs/extensibility.md index 8138be16a..45e00c4a4 100644 --- a/docs/extensibility.md +++ b/docs/extensibility.md @@ -6,14 +6,20 @@ sidebar_label: Extensibility sidebar_position: 1 sidebar_class_name: extensibility keywords: ['extensibility'] -description: Building extensibility in IdentityNow +description: Extend your ISC platform. slug: /extensibility tags: ['extensibility'] --- +## Overview +The Identity Security Cloud (ISC) platform is designed for extensibility, which means that it's designed to allow the addition of new capabilities or functionalities. In addition to the APIs, SailPoint provides a number of extensibility options you can use to build custom solutions and integrations that meet your organization's needs. + ```mdx-code-block import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -``` \ No newline at end of file +``` + +## Discuss +To learn more about the ISC extensibility and discuss the different extensibility options with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). \ No newline at end of file diff --git a/docs/extensibility/configuration-management/index.mdx b/docs/extensibility/configuration-management/index.mdx index 00788c52a..4b40dea85 100644 --- a/docs/extensibility/configuration-management/index.mdx +++ b/docs/extensibility/configuration-management/index.mdx @@ -12,14 +12,23 @@ keywords: 'docs', 'documentation', ] -description: This is the intoduction documentation regarding SailPoint's configuration management. +description: Export and import tenant configurations. slug: /extensibility/configuration-management tags: ['Introduction', 'Getting Started'] --- +## Overview +Configuration Management provides you with a form of version control for your tenant configurations. +With Configuration Management, you can export snapshots of your current tenant configurations, downloading them in a JSON. +These configurations can serve as different versions of your tenant configuration. +You can then import those configurations into tenants to update, resore, or migrate tenant configurations. + ```mdx-code-block import DocCardList from '@theme/DocCardList'; import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -``` \ No newline at end of file +``` + +## Discuss +To learn more about configuration management and discuss it with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). \ No newline at end of file diff --git a/docs/extensibility/event-triggers/index.md b/docs/extensibility/event-triggers/index.md index 7b96761bc..fe757dbe3 100644 --- a/docs/extensibility/event-triggers/index.md +++ b/docs/extensibility/event-triggers/index.md @@ -6,7 +6,7 @@ sidebar_label: Event Triggers sidebar_position: 3 sidebar_class_name: eventTriggers keywords: ['event', 'triggers', 'webhooks'] -description: The result of any action performed in a service is called an event. Services like IdentityNow constantly generate events like an update to a setting or the completion of an account aggregation. +description: Actions triggered by specific events. slug: /extensibility/event-triggers tags: ['Event Triggers'] --- diff --git a/docs/extensibility/global-platform-resources/index.md b/docs/extensibility/global-platform-resources/index.md deleted file mode 100644 index bc1393e4f..000000000 --- a/docs/extensibility/global-platform-resources/index.md +++ /dev/null @@ -1,21 +0,0 @@ ---- -id: global-platform-resources -title: Global Platform Resources -pagination_label: Global Platform Resources -sidebar_label: Global Platform Resources -sidebar_position: 1 -sidebar_class_name: globalResources -keywords: ['IdentityNow', 'resources', 'configuration'] -description: Our global platform resource documentation provides comprehensive insights applicable to multiple features or the entire platform, complementing our feature-specific resources. -slug: /global-platform-resources -tags: ['Connectivity'] ---- - -Within other areas of our documentation, you will find resources that are tailored to specific features of our platform, providing in-depth information and guidance on each individual aspect. However, our Global Platform Resources section includes documents that are applicable to multiple features or sometimes the entire platform. These resources offer valuable insights that are relevant across different areas of the platform, ensuring you have a comprehensive understanding of our platform as a whole. - -```mdx-code-block -import DocCardList from '@theme/DocCardList'; -import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; - - -``` diff --git a/docs/extensibility/identitynow-guides/index.md b/docs/extensibility/identitynow-guides/index.md deleted file mode 100644 index bb502e708..000000000 --- a/docs/extensibility/identitynow-guides/index.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -id: identitynow-guides -title: IdentityNow Guides -pagination_label: IdentityNow Guides -sidebar_label: IdentityNow Guides -sidebar_position: 7 -sidebar_class_name: identitynowGuides -keywords: ['guides', 'tips', 'tricks'] -description: Follow these guides to improve your IdentityNow platform experience. -slug: /identitynow-guides -tags: ['IdentityNowGuides', 'Guides'] -hide_table_of_contents: true ---- - -## Overview - -When you're using the IdentityNow UI, the [User Help](https://documentation.sailpoint.com/saas/user-help/) and [Admin Help](https://documentation.sailpoint.com/saas/help/) are invaluable resources. - -However, you may encounter situations that require you to use the UI, the APIs, or both to achieve your desired identity governance solution. - -This section includes guides you can follow to learn how to leverage the IdentityNow APIs and UI itself to improve your platform experience and satisfy your organization's unique identity governance requirements. - - diff --git a/docs/extensibility/rules/index.md b/docs/extensibility/rules/index.md index 784b59e07..645a0bd0b 100644 --- a/docs/extensibility/rules/index.md +++ b/docs/extensibility/rules/index.md @@ -6,7 +6,7 @@ sidebar_label: Rules sidebar_position: 2 sidebar_class_name: rules keywords: ['rules'] -description: Documentation for rule development in IdentityNow. +description: Advanced configurations with custom logic. slug: /extensibility/rules tags: ['Rules'] --- diff --git a/docs/extensibility/transforms/index.md b/docs/extensibility/transforms/index.md index afa907bb4..ceee8176b 100644 --- a/docs/extensibility/transforms/index.md +++ b/docs/extensibility/transforms/index.md @@ -6,7 +6,7 @@ sidebar_label: Transforms sidebar_position: 1 sidebar_class_name: transforms keywords: ['transforms'] -description: Building Transforms in IdentityNow +description: Modify attribute data without code. slug: /extensibility/transforms tags: ['Transforms'] --- diff --git a/docs/guides.md b/docs/guides.md index 4376ed7e5..c9a18dee5 100644 --- a/docs/guides.md +++ b/docs/guides.md @@ -6,7 +6,20 @@ sidebar_label: Guides sidebar_position: 1 sidebar_class_name: guides keywords: ['guides'] -description: Building guides in IdentityNow +description: ISC guides. slug: /guides tags: ['guides'] ---- \ No newline at end of file +--- + +## Overview +Identity Security Cloud (ISC) has all sorts of potential specific solutions you can implement as long as you know how. These specific solutions may either not fall into one of the extensibility, connectivity, tools, or reporting categories, or they may fall into multiple categories. Read these guides to learn how to implement these specific solutions. + +```mdx-code-block +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; + + +``` + +## Discuss +To learn more about these ISC topics and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). \ No newline at end of file diff --git a/docs/extensibility/identitynow-guides/disable-access-profile-requests.md b/docs/guides/disable-access-profile-requests.md similarity index 98% rename from docs/extensibility/identitynow-guides/disable-access-profile-requests.md rename to docs/guides/disable-access-profile-requests.md index 612472950..df54185df 100644 --- a/docs/extensibility/identitynow-guides/disable-access-profile-requests.md +++ b/docs/guides/disable-access-profile-requests.md @@ -6,8 +6,8 @@ sidebar_label: Disable Access Profile Requests sidebar_position: 1 sidebar_class_name: disableAccessProfileRequests keywords: ['access', 'request', 'access profile', 'request center', 'disable'] -description: Read this guide to learn how to disable access requests for access profiles. -slug: /disable-access-profile-requests +description: Bulk disable access profile requests. +slug: /guides/disable-access-profile-requests tags: ['AccessProfileRequestManagement'] --- diff --git a/docs/extensibility/global-platform-resources/img/idn-console.PNG b/docs/guides/img/idn-console.PNG similarity index 100% rename from docs/extensibility/global-platform-resources/img/idn-console.PNG rename to docs/guides/img/idn-console.PNG diff --git a/docs/extensibility/global-platform-resources/img/postman1.PNG b/docs/guides/img/postman1.PNG similarity index 100% rename from docs/extensibility/global-platform-resources/img/postman1.PNG rename to docs/guides/img/postman1.PNG diff --git a/docs/extensibility/global-platform-resources/img/postman2.PNG b/docs/guides/img/postman2.PNG similarity index 100% rename from docs/extensibility/global-platform-resources/img/postman2.PNG rename to docs/guides/img/postman2.PNG diff --git a/docs/api/img/service-accounts/account-schema.png b/docs/guides/img/service-accounts/account-schema.png similarity index 100% rename from docs/api/img/service-accounts/account-schema.png rename to docs/guides/img/service-accounts/account-schema.png diff --git a/docs/api/img/service-accounts/create-identity-profile.png b/docs/guides/img/service-accounts/create-identity-profile.png similarity index 100% rename from docs/api/img/service-accounts/create-identity-profile.png rename to docs/guides/img/service-accounts/create-identity-profile.png diff --git a/docs/api/img/service-accounts/download-schema.png b/docs/guides/img/service-accounts/download-schema.png similarity index 100% rename from docs/api/img/service-accounts/download-schema.png rename to docs/guides/img/service-accounts/download-schema.png diff --git a/docs/api/img/service-accounts/import-accounts.png b/docs/guides/img/service-accounts/import-accounts.png similarity index 100% rename from docs/api/img/service-accounts/import-accounts.png rename to docs/guides/img/service-accounts/import-accounts.png diff --git a/docs/api/img/service-accounts/imported-account.png b/docs/guides/img/service-accounts/imported-account.png similarity index 100% rename from docs/api/img/service-accounts/imported-account.png rename to docs/guides/img/service-accounts/imported-account.png diff --git a/docs/api/img/service-accounts/invite.png b/docs/guides/img/service-accounts/invite.png similarity index 100% rename from docs/api/img/service-accounts/invite.png rename to docs/guides/img/service-accounts/invite.png diff --git a/docs/api/img/service-accounts/login.png b/docs/guides/img/service-accounts/login.png similarity index 100% rename from docs/api/img/service-accounts/login.png rename to docs/guides/img/service-accounts/login.png diff --git a/docs/api/img/service-accounts/mappings.png b/docs/guides/img/service-accounts/mappings.png similarity index 100% rename from docs/api/img/service-accounts/mappings.png rename to docs/guides/img/service-accounts/mappings.png diff --git a/docs/guides/index.md b/docs/guides/index.md deleted file mode 100644 index 649f94272..000000000 --- a/docs/guides/index.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -id: guides-test -title: Example Guide -pagination_label: Example Guide -sidebar_label: Example Guide -sidebar_position: 1 -sidebar_class_name: guides -keywords: ['guides'] -description: Building guides in IdentityNow -slug: /guides-test -tags: ['guides'] ---- - diff --git a/docs/extensibility/global-platform-resources/ip-address-allow-list.md b/docs/guides/ip-address-allow-list.md similarity index 91% rename from docs/extensibility/global-platform-resources/ip-address-allow-list.md rename to docs/guides/ip-address-allow-list.md index 79af8262f..2ae67ff4e 100644 --- a/docs/extensibility/global-platform-resources/ip-address-allow-list.md +++ b/docs/guides/ip-address-allow-list.md @@ -3,16 +3,14 @@ id: ip-address-allow-list title: IP Address Allow List pagination_label: IP Address Allow List sidebar_label: IP Address Allow List -sidebar_position: 8 +sidebar_position: 2 sidebar_class_name: allowList keywords: ['connectivity', 'connectors', 'workflows', 'allowlist','ip address'] -description: This document outlines how to create an IP Address Allow List for secure access to internal resources by certain IdentityNow services, and how to find your tenant's hosting region to set up this list​. -slug: /global-platform-resources/ip-address-allow-list +description: Create an IP Address Allow List​. +slug: /guides/ip-address-allow-list tags: ['Connectivity', 'connectors', 'workflows', 'allowlist','ip address'] --- -# IP Address Allow List - ## Overview Some SaaS services like Workflows and SaaS Connectivity might need to reach out to internal resources to perform operations inside a customer environment. Instead of opening up those internal resources to the entire internet, you can create an IP Address Allow List so that you can be sure that all SaaS resources can access them while restricting the IP Address range to only allow what is required diff --git a/docs/api/service-accounts.md b/docs/guides/service-accounts.md similarity index 92% rename from docs/api/service-accounts.md rename to docs/guides/service-accounts.md index 2612a308f..628b75dbc 100644 --- a/docs/api/service-accounts.md +++ b/docs/guides/service-accounts.md @@ -6,7 +6,8 @@ sidebar_label: Service Accounts sidebar_position: 4 sidebar_class_name: serviceAccounts keywords: ['service account'] -description: Read this guide to learn how to create service accounts that can generate API tokens to be used in integrations. +description: Create and implement service accounts. +slug: /guides/service-accounts tags: ['Service Account', 'Authentication'] --- @@ -78,6 +79,6 @@ If you have not received the invite, check your junk folder or deleted folder be ### Permissions and access tokens -New service accounts are given the basic "user" level. Depending on what you need your service account to do, you will need to modify the user level appropriately. For more information about user levels and how to set them, refer to [user level permissions](./authorization.md#user-level-permissions). +New service accounts are given the basic "user" level. Depending on what you need your service account to do, you will need to modify the user level appropriately. For more information about user levels and how to set them, refer to [user level permissions](../api/authorization.md#user-level-permissions). -Once your service account has the appropriate user level, you can generate [personal access tokens](./authentication.md#personal-access-tokens) (PATs) from the service account to fulfill the needs of your integrations. You can further refine your PATs' access by applying [scopes](./authorization.md#scopes) to each PAT you create. +Once your service account has the appropriate user level, you can generate [personal access tokens](../api/authentication.md#personal-access-tokens) (PATs) from the service account to fulfill the needs of your integrations. You can further refine your PATs' access by applying [scopes](../api/authorization.md#scopes) to each PAT you create. diff --git a/docs/iiq/plugin-developer-guide/index.md b/docs/iiq/plugin-developer-guide/index.md index 01fe8c498..68fd02ee3 100644 --- a/docs/iiq/plugin-developer-guide/index.md +++ b/docs/iiq/plugin-developer-guide/index.md @@ -6,7 +6,7 @@ sidebar_label: Plugin Developer Guide sidebar_position: 1 sidebar_class_name: plugin_developer_guide keywords: ['plugin'] -description: Plugin Developer Guide in IdentityIQ +description: IdentityIQ Plugin Developer Guide. slug: /plugin-developer-guide tags: ['plugin','guide','identityiq'] --- diff --git a/docs/reporting.md b/docs/reporting.md index 2bda34a56..f6e4acd5d 100644 --- a/docs/reporting.md +++ b/docs/reporting.md @@ -6,14 +6,14 @@ sidebar_label: Reporting sidebar_position: 1 sidebar_class_name: reporting keywords: ['reporting'] -description: Building reporting in IdentityNow +description: Collect data reports from ISC. slug: /reporting tags: ['reporting'] --- ## Overview -Data reporting refers to the process of collecting and presenting data in a structured format that makes the data easily understandable and accessible, which facilitates an organization's data-driven decisions. Identity Security Cloud (ISC) provides different data reporting options you can use to extract data from your tenant and make it presentable. +Data reporting refers to the process of collecting and presenting data in a structured format that makes the data accessible and easy to understand, which facilitates an organization's data-driven decisions. Identity Security Cloud (ISC) provides different data reporting options you can use to extract data from your tenant and make it presentable. ```mdx-code-block import DocCardList from '@theme/DocCardList'; @@ -22,18 +22,6 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; ``` -## Access Intelligence Center - -The ISC [Access Intelligence Center (AIC)](https://documentation.sailpoint.com/saas/help/ai/access_insights/access_intelligence.html) provides you with a dashboard you can use to view your data and customize the data you want to view. This can help you discover key insights into your identity and administration program. The AIC dashboard provides an identity program overview focusing on identity relationships. The AIC Audit dashboard focuses on more tangible audit events, containing data from the last 3 months or 5 million events. an identity program overview that focuses on identity relationships. To learn more about AIC, refer to [Access Intelligence Center](https://developer.sailpoint.com/docs/reporting/access-intelligence-center). - -## Secure Data Share - -The ISC [Secure Data Share (SDS)](https://documentation.sailpoint.com/saas/help/secure_data_share/secure_data_share.html) provides you with a way to view your ISC data directly from [Snowflake](https://www.snowflake.com/en/). This allows you to access your data in Snowflake and then use Snowflake to analyze your data. To learn more about SDS, refer to [Secure Data Share](https://developer.sailpoint.com/docs/reporting/secure-data-share). - -## Guides - -There are a number of other ways to collect reports from ISC. These guides will teach you how to do so. To learn these other ways of collecting reports from ISC, refer to [Guides](https://developer.sailpoint.com/reporting/guides). - ## Discuss To learn more about ISC data reporting and discuss the different options with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). diff --git a/docs/reporting/access-intelligence-center/index.md b/docs/reporting/access-intelligence-center/index.md index 3ba153fba..ce11ab551 100644 --- a/docs/reporting/access-intelligence-center/index.md +++ b/docs/reporting/access-intelligence-center/index.md @@ -6,7 +6,7 @@ sidebar_label: Access Intelligence Center sidebar_position: 5 sidebar_class_name: AccessIntelligenceCenter keywords: ['data listing', 'data share', 'secure data sharing'] -description: Access Intelligence Center is an easy way to get IDN data of your organization in a structured format. +description: Custom dashboards for data analysis. slug: /reporting/access-intelligence-center tags: ['AccessIntelligenceCenter', 'AIC'] hide_table_of_contents: true diff --git a/docs/reporting/secure-data-share/index.md b/docs/reporting/secure-data-share/index.md index 4d3c39291..1608c22c4 100644 --- a/docs/reporting/secure-data-share/index.md +++ b/docs/reporting/secure-data-share/index.md @@ -6,7 +6,7 @@ sidebar_label: Secure Data Share sidebar_position: 6 sidebar_class_name: secureDataShare keywords: ['data listing', 'data share', 'secure data sharing'] -description: Secure Data Share is an easy way to get IDN data of your organization in a structured format. +description: Share ISC data with Snowflake. slug: /reporting/secure-data-share tags: ['SecureDataShare'] hide_table_of_contents: true diff --git a/docs/tools.md b/docs/tools.md index dfc8dd025..2312d0e7f 100644 --- a/docs/tools.md +++ b/docs/tools.md @@ -6,7 +6,7 @@ sidebar_label: Tools sidebar_position: 1 sidebar_class_name: tools keywords: ['tools'] -description: Building tools in IdentityNow +description: ISC developer tools. slug: /tools tags: ['tools'] --- @@ -22,26 +22,6 @@ import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; ``` - - ## Discuss To learn more about the ISC tools and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). diff --git a/docs/tools/cli/index.md b/docs/tools/cli/index.md index 68de39603..4a1ee81f9 100644 --- a/docs/tools/cli/index.md +++ b/docs/tools/cli/index.md @@ -6,7 +6,7 @@ sidebar_label: CLI sidebar_position: 1 sidebar_class_name: cli keywords: ['cli'] -description: The SailPoint CLI is a terminal-based tool you can use to interact with your IDN tenant. +description: Terminal-based tool for interaction with ISC. slug: /tools/cli tags: ['CLI'] --- diff --git a/docs/tools/sdk/go/index.mdx b/docs/tools/sdk/go/index.mdx index 1890206a2..a63c31083 100644 --- a/docs/tools/sdk/go/index.mdx +++ b/docs/tools/sdk/go/index.mdx @@ -6,7 +6,7 @@ sidebar_label: Golang sidebar_position: 2 sidebar_class_name: gosdk keywords: ['go', 'golang', 'sdk'] -description: Learn how to use the Golang SDK in this guide. +description: Easy ISC development in Golang SDK. slug: /tools/sdk/go tags: ['SDK', 'Software Development Kit'] --- diff --git a/docs/tools/sdk/index.md b/docs/tools/sdk/index.md index 72a0ceeea..f51288a9c 100644 --- a/docs/tools/sdk/index.md +++ b/docs/tools/sdk/index.md @@ -6,18 +6,22 @@ sidebar_label: SDKs sidebar_position: 2 sidebar_class_name: sdk keywords: ['sdk'] -description: A SailPoint SDK makes it easy to access the SailPoint API and extend your IDN platform. +description: Easy ISC development in your preferred coding language. slug: /tools/sdk tags: ['SDK'] --- -## SDKs +## Overview -A SailPoint software development kit (SDK) makes it easy to access the SailPoint APIs and extend your IDN platform. +The SailPoint software development kits (SDKs) make it easier for developers to leverage the Identity Security Cloud (ISC) APIs, extensibility options, and connectivity while they build with their preferred coding languages. -In addition to the APIs, each SDK includes SaaS connector, IDN search, and transform functionality. Each SDK also includes prebuilt examples you can use to learn how to get started. +```mdx-code-block +import DocCardList from '@theme/DocCardList'; +import {useCurrentSidebarCategory} from '@docusaurus/theme-common'; -Try one of these SDKs to get started: -- [Go SDK](./go/index.mdx) -- [Powershell SDK](./powershell/index.mdx) -- [TypeScript SDK](./typescript/index.mdx) \ No newline at end of file + +``` + +## Discuss + +To learn more about the ISC SDKs and discuss them with SailPoint Developer Community members, go to the [Forum](https://developer.sailpoint.com/discuss/tags/c/isc/6). \ No newline at end of file diff --git a/docs/tools/sdk/powershell/index.mdx b/docs/tools/sdk/powershell/index.mdx index 955c33472..b5676b42a 100644 --- a/docs/tools/sdk/powershell/index.mdx +++ b/docs/tools/sdk/powershell/index.mdx @@ -6,7 +6,7 @@ sidebar_label: PowerShell sidebar_position: 3 sidebar_class_name: powershellsdk keywords: ['powershell', 'sdk'] -description: Learn how to use the PowerShell SDK in this guide. +description: Easy ISC development in PowerShell. slug: /tools/sdk/powershell tags: ['SDK'] --- diff --git a/docs/tools/sdk/typescript/index.mdx b/docs/tools/sdk/typescript/index.mdx index e56a41853..331b39d3a 100644 --- a/docs/tools/sdk/typescript/index.mdx +++ b/docs/tools/sdk/typescript/index.mdx @@ -6,7 +6,7 @@ sidebar_label: TypeScript sidebar_position: 4 sidebar_class_name: typescriptsdk keywords: ['tsc', 'typescript', 'sdk'] -description: Learn how to use the TypeScript SDK in this guide. +description: Easy ISC development in TypeScript. slug: /tools/sdk/typescript tags: ['SDK'] --- diff --git a/sidebars.js b/sidebars.js index f921ab5bc..7be2510ad 100644 --- a/sidebars.js +++ b/sidebars.js @@ -31,10 +31,6 @@ const sidebars = { type: 'doc', id: 'api/authorization', }, - { - type: 'doc', - id: 'api/service-accounts', - }, { type: 'doc', id: 'api/standard-collection-parameters',