diff --git a/sass/custom/_paulus.scss b/sass/custom/_paulus.scss index f2904767113..bfe0c472ce3 100644 --- a/sass/custom/_paulus.scss +++ b/sass/custom/_paulus.scss @@ -337,3 +337,7 @@ ul.sidebar-menu a.active { color: #000; font-weight: bold; } + +a code { + color: #049cdb; +} \ No newline at end of file diff --git a/source/_includes/asides/developers_navigation.html b/source/_includes/asides/developers_navigation.html index e99588eea03..67f87aac324 100644 --- a/source/_includes/asides/developers_navigation.html +++ b/source/_includes/asides/developers_navigation.html @@ -12,6 +12,23 @@
+
+Diagram showing interaction between components and the Home Assistant core.
+
+You can override a built-in component by having a component with the same name in your config/custom_components
folder. This is not recommended and will probably break things!
+
+Home Assistant will use the directory that contains your config file as the directory that holds your customizations. By default this is the config
folder in your current work directory. You can use a different folder by running Home Assistant with the --config argument: python3 homeassistant --config /YOUR/CONFIG/PATH/
.
+
-You can override a built-in component by having a component with the same name in your config/custom_components
folder. This is not recommended and will probably break things!
-
-Home Assistant will use the directory that contains your config file as the directory that holds your customizations. By default this is the config
folder in your current work directory. You can use a different folder by running Home Assistant with the --config argument: python3 homeassistant --config /YOUR/CONFIG/PATH/
.
-