docs-a-d: apply sentence-style capitalization to headings (#2192)

- to comply with MS Style Guide on [capitalization](https://learn.microsoft.com/en-us/style-guide/capitalization)
This commit is contained in:
c0ffeeca7
2024-05-23 09:30:17 +02:00
committed by GitHub
parent dff111c236
commit 2a1a921bcd
35 changed files with 66 additions and 66 deletions

View File

@@ -1,6 +1,6 @@
---
title: "Integration File Structure"
sidebar_label: "File Structure"
title: "Integration file structure"
sidebar_label: "File structure"
---
Each integration is stored inside a directory named after the integration domain. The domain is a short name consisting of characters and underscores. This domain has to be unique and cannot be changed. Example of the domain for the mobile app integration: `mobile_app`. So all files for this integration are in the folder `mobile_app/`.