3.3.3 • Published 5 years ago

cloud-docs-shared-code v3.3.3

Weekly downloads
4
License
MIT
Repository
github
Last release
5 years ago
masterdevelop
Build Status codebeat badgeBuild Status codebeat badge

Kentico Cloud Documentation - Shared code

This repository contains shared code from all of other Kentico Cloud Docs repositories.

Shared functions

Azure storage

getBlobContainerName - Returns name of a blob container specified in an event grid event.

getBlobFromStorage - Async function that returns content of an Azure blob as a JSON object.

Kentico Cloud utils

getRootCodenamesOfItem - Traverses structured content from Kentico Cloud and returns codenames of found root items. Requires:

  • item - data about the item where the traversal starts
  • allItems - items from Kentico Cloud project
  • rootItemTypes - types of the root content items

Shared classes

Configuration

Contains configuration settings that are shared between the other Kentico Cloud Docs repositories:

  • azureAccountName
  • azureContainerName
  • azureStorageKey
  • searchAdminApiKey
  • searchAppId
  • searchIndexName
  • kenticoProjectId
  • securedApiKey
  • previewApiKey
  • docsWebsiteUrl

Shared interfaces

Contracts

Event Grid - Specifies an Azure Event Grid schema, along with the options for passed data in the event's data property.

Kentico Cloud - Contains an IWebhookContentItem that specifies data sent in a webhook reacting to a change in published content.

Search - Contains a contract for records sent to IndexSync service.

Reference

Preprocessed models - Interfaces of preprocessed data models from Kentico Cloud. Those models are based on an OpenAPI Specification 3.0.2.

How To Contribute

Feel free to open a new issue where you describe your proposed changes, or even create a new pull request from your branch with proposed changes.

Licence

All the source codes are published under MIT licence.

3.3.3

5 years ago

3.3.2

5 years ago

3.3.1

5 years ago

3.3.0

5 years ago

3.2.10

5 years ago

3.2.9

5 years ago

3.2.8

5 years ago

3.2.7

5 years ago

3.2.6

5 years ago

3.2.5

5 years ago

3.2.4

5 years ago

3.2.3

5 years ago

3.2.2

5 years ago

3.2.1

5 years ago

3.2.0

5 years ago

3.1.0

5 years ago

3.0.0

5 years ago

2.0.2

5 years ago

2.0.1

5 years ago

2.0.0

5 years ago

1.3.4

5 years ago

1.3.3

5 years ago

1.3.2

5 years ago

1.3.1

5 years ago

1.3.0

5 years ago

1.2.0

5 years ago

1.1.0

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago