mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-11-13 21:10:30 +00:00
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:
@@ -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/`.
|
||||
|
||||
Reference in New Issue
Block a user