From 7a0ed319fac0071a65fb4ed10ea517e665f45c94 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Thu, 4 Jul 2019 19:50:02 +0200 Subject: [PATCH] Removes linkable_title requirement from documentation docs (#288) --- docs/documentation_standards.md | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/documentation_standards.md b/docs/documentation_standards.md index db2cf19b..93a4398c 100644 --- a/docs/documentation_standards.md +++ b/docs/documentation_standards.md @@ -11,7 +11,6 @@ To ensure that the documentation for Home Assistant is consistent and easy to fo * There is no limit for the line length. You are allowed to write in a flowing text style. This will make it easier to use the GitHub online editor in the future. * Be objective and not gender favoring, polarizing, race related or religion inconsiderate. * The case of brand names, services, protocols, components and platforms must match its respective counterpart. e.g., "Z-Wave" **not** "Zwave", "Z-wave", "Z Wave" or "ZWave". Also, "Input Select" **not** "input select" or "Input select". -* All headings should use the `{% linkable_title %}` tag. * Do not use ALL CAPITALS for emphasis - use italics instead. ## Component and Platform Pages