Skip to content

Commit

Permalink
Merge pull request #189 from IBM/work/IVSC-2225
Browse files Browse the repository at this point in the history
chore(ecdn-api): ivsc-2225 Remove ecdn-api part from developer docs
  • Loading branch information
bkarolyi authored Nov 4, 2024
2 parents ae07d1f + db85200 commit 3a1e14b
Show file tree
Hide file tree
Showing 70 changed files with 101 additions and 3,088 deletions.
187 changes: 101 additions & 86 deletions package-lock.json

Large diffs are not rendered by default.

140 changes: 0 additions & 140 deletions src/data/nav-items.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -237,146 +237,6 @@
- title: Viewer seconds
path: /analytics-api/viewer-seconds

- title: Getting started
pages:
- path: /ecdn-api-getting-started
- title: Schema
pages:
- title: Mutation
path: /ecdn-api-schema/Mutation
- title: Query
path: /ecdn-api-schema/Query
- title: Scalars
pages:
- title: Boolean
path: /ecdn-api-scalars/Boolean
- title: Byte
path: /ecdn-api-scalars/Byte
- title: BytePerSec
path: /ecdn-api-scalars/BytePerSec
- title: Count
path: /ecdn-api-scalars/Count
- title: EmailAddress
path: /ecdn-api-scalars/EmailAddress
- title: FQDN
path: /ecdn-api-scalars/FQDN
- title: Float
path: /ecdn-api-scalars/Float
- title: ID
path: /ecdn-api-scalars/ID
- title: IPv4
path: /ecdn-api-scalars/IPv4
- title: IPv4Mask
path: /ecdn-api-scalars/IPv4Mask
- title: IPv4Range
path: /ecdn-api-scalars/IPv4Range
- title: Int
path: /ecdn-api-scalars/Int
- title: PatchLevel
path: /ecdn-api-scalars/PatchLevel
- title: PublicKey
path: /ecdn-api-scalars/PublicKey
- title: SemanticVersion
path: /ecdn-api-scalars/SemanticVersion
- title: ServerAddress
path: /ecdn-api-scalars/ServerAddress
- title: String
path: /ecdn-api-scalars/String
- title: Time
path: /ecdn-api-scalars/Time
- title: TransportAddress
path: /ecdn-api-scalars/TransportAddress
- title: Void
path: /ecdn-api-scalars/Void
- title: Objects
pages:
- title: Account
path: /ecdn-api-objects/Account
- title: BytePoint
path: /ecdn-api-objects/BytePoint
- title: CPUUsage
path: /ecdn-api-objects/CPUUsage
- title: ClientRestriction
path: /ecdn-api-objects/ClientRestriction
- title: ContentDeliveryHealth
path: /ecdn-api-objects/ContentDeliveryHealth
- title: DataTransferPoint
path: /ecdn-api-objects/DataTransferPoint
- title: Hardware
path: /ecdn-api-objects/Hardware
- title: Interface
path: /ecdn-api-objects/Interface
- title: Location
path: /ecdn-api-objects/Location
- title: NetworkUsage
path: /ecdn-api-objects/NetworkUsage
- title: OperationsHealth
path: /ecdn-api-objects/OperationsHealth
- title: PercentagePoint
path: /ecdn-api-objects/PercentagePoint
- title: RecordedAction
path: /ecdn-api-objects/RecordedAction
- title: Region
path: /ecdn-api-objects/Region
- title: Report
path: /ecdn-api-objects/Report
- title: SSHKey
path: /ecdn-api-objects/SSHKey
- title: ScalarPoint
path: /ecdn-api-objects/ScalarPoint
- title: Server
path: /ecdn-api-objects/Server
- title: ServerConfiguration
path: /ecdn-api-objects/ServerConfiguration
- title: ServerHealth
path: /ecdn-api-objects/ServerHealth
- title: ServerUsage
path: /ecdn-api-objects/ServerUsage
- title: Update
path: /ecdn-api-objects/Update
- title: User
path: /ecdn-api-objects/User
- title: VideoDelivery
path: /ecdn-api-objects/VideoDelivery
- title: Enums
pages:
- title: CacheDiskStatus
path: /ecdn-api-enums/CacheDiskStatus
- title: ConfigurationMode
path: /ecdn-api-enums/ConfigurationMode
- title: ConfigurationStatus
path: /ecdn-api-enums/ConfigurationStatus
- title: Filter
path: /ecdn-api-enums/Filter
- title: Granularity
path: /ecdn-api-enums/Granularity
- title: Health
path: /ecdn-api-enums/Health
- title: Hypervisor
path: /ecdn-api-enums/Hypervisor
- title: NetworkConfigurationMode
path: /ecdn-api-enums/NetworkConfigurationMode
- title: ReportBreakdown
path: /ecdn-api-enums/ReportBreakdown
- title: ReportField
path: /ecdn-api-enums/ReportField
- title: Role
path: /ecdn-api-enums/Role
- title: Input Objects
pages:
- title: BatchLocationInput
path: /ecdn-api-input-objects/BatchLocationInput
- title: BatchServerInput
path: /ecdn-api-input-objects/BatchServerInput
- title: ClientRestrictionInput
path: /ecdn-api-input-objects/ClientRestrictionInput
- title: InterfaceInput
path: /ecdn-api-input-objects/InterfaceInput
- title: Unions
pages:
- title: LocationsParent
path: /ecdn-api-unions/LocationsParent

- title: Getting started
pages:
- path: /organization-api-getting-started
Expand Down
4 changes: 0 additions & 4 deletions src/gatsby-theme-carbon/components/Header/Content.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ export default [
path: '/analytics-api-getting-started',
title: 'Analytics API',
},
{
path: '/ecdn-api-getting-started',
title: 'ECDN API',
},
],
},
];
1 change: 0 additions & 1 deletion src/gatsby-theme-carbon/components/LeftNav/LeftNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ function LeftNav({ location, homepage, is404, theme }) {
'viewer-authentication-api': 'Viewer Authentication API',
'player-api': 'Player API',
'analytics-api': 'Analytics API',
'ecdn-api': 'ECDN API',
'organization-api': 'Organization API',
};

Expand Down
8 changes: 0 additions & 8 deletions src/gatsby-theme-carbon/components/MainNavContent.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,4 @@ export default [
},
],
},
{
title: 'ECDN API',
pages: [
{
path: '/ecdn-api-getting-started',
},
],
},
];
4 changes: 0 additions & 4 deletions src/gatsby-theme-carbon/components/MainNavContentHeader.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ export default [
path: '/analytics-api-getting-started',
title: 'Analytics API',
},
{
path: '/ecdn-api-getting-started',
title: 'ECDN API',
},
],
},
];
4 changes: 0 additions & 4 deletions src/pages/404.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ const links = [
href: '/analytics-api-getting-started',
text: 'Analytics API',
},
{
href: '/ecdn-api-overview',
text: 'ECDN API',
},
];

function Custom404({ location }) {
Expand Down
36 changes: 0 additions & 36 deletions src/pages/ecdn-api-enums/CacheDiskStatus.mdx

This file was deleted.

29 changes: 0 additions & 29 deletions src/pages/ecdn-api-enums/ConfigurationMode.mdx

This file was deleted.

27 changes: 0 additions & 27 deletions src/pages/ecdn-api-enums/ConfigurationStatus.mdx

This file was deleted.

27 changes: 0 additions & 27 deletions src/pages/ecdn-api-enums/Filter.mdx

This file was deleted.

31 changes: 0 additions & 31 deletions src/pages/ecdn-api-enums/Granularity.mdx

This file was deleted.

31 changes: 0 additions & 31 deletions src/pages/ecdn-api-enums/Health.mdx

This file was deleted.

Loading

0 comments on commit 3a1e14b

Please sign in to comment.