Remove obsolete "how it works" page from Lovelace sidebar (#15008)

This removes the "[How It Works](https://www.home-assistant.io/lovelace/how-it-works/)" link from the Lovelace sidebar navigation. The actual page will still exist, this simply demotes it from the sidebar nav for now.

Reasoning is, the "How it Works" page is obsolete and will only cause confusion and frustration. New users click on "How it works" expecting to see a user guide for Lovelace, but instead they get some nerdy tech document comparing it to the older "States" UI which no longer even exists. 

I would like to eventually rewrite the page to be more user-focused and then re-add it to sidebar.
This commit is contained in:
Sean Mooney 2020-10-07 16:02:11 -04:00 committed by GitHub
parent 99d0771ba4
commit 04979aa158
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,6 @@
<div class="section"> <div class="section">
<h1 class="title delta">Advanced</h1> <h1 class="title delta">Advanced</h1>
<ul class="divided sidebar-menu"> <ul class="divided sidebar-menu">
<li>{% active_link /lovelace/how-it-works/ How it works %}</li>
<li>{% active_link /lovelace/header-footer/ Headers & Footers %}</li> <li>{% active_link /lovelace/header-footer/ Headers & Footers %}</li>
<li> <li>
{% active_link /lovelace/dashboards-and-views/ Dashboards & Views %} {% active_link /lovelace/dashboards-and-views/ Dashboards & Views %}