Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -786,6 +786,11 @@ const config = {
id: "default",
docsPluginId: "default",
config: {
security: {
specPath: "openapi-specs/scm/config/security",
outputDir: "products/scm/api/config/security",
sidebarOptions: { groupPathsBy: "tag" },
},
auth: {
specPath: "openapi-specs/sase/auth",
outputDir: "products/sase/api/auth",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3435,8 +3435,6 @@ components:
- rulebase
authentication-portals:
type: object
required:
- redirect_host
properties:
id:
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5828,7 +5828,12 @@ components:
type: object
required:
- name
- type
- source
- from
- to
- destinattion
- service
- protection
properties:
id:
type: string
Expand Down Expand Up @@ -5951,7 +5956,6 @@ components:
classified:
type: object
required:
- classification-criteria
- profile
properties:
classification-criteria:
Expand Down
4 changes: 4 additions & 0 deletions products/scm/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -474,4 +474,8 @@ module.exports = {
require("./api/config/ciedss/cdug/sidebar"),
],
scmtenancy: ["scm/api/tenancy/tenancy-api", require("./api/tenancy/sidebar")],
security: [
"scm/api/config/security/introduction",
...require("./api/config/security/sidebar"),
],
};
Loading