diff options
author | Björn Gustavsson <bjorn@erlang.org> | 2021-02-03 13:37:48 +0100 |
---|---|---|
committer | Björn Gustavsson <bjorn@erlang.org> | 2021-02-03 13:40:08 +0100 |
commit | ab041f4acb1fe7a1373deb2c8ff5fbf96a41462d (patch) | |
tree | 4311156f4833b64c4274435a708ed9b0276d05f5 /system/doc/top/templates/index.html.src | |
parent | 30cc7225d05b899fdc09c287735b06e80d28f2d0 (diff) | |
download | erlang-ab041f4acb1fe7a1373deb2c8ff5fbf96a41462d.tar.gz |
Add link to Removed Functionality on the top page
While at it, also add a blank line after Applications and Modules to
better separate them from Deprecations, Removed Functionality, and
Scheduled for Removal.
Diffstat (limited to 'system/doc/top/templates/index.html.src')
-rw-r--r-- | system/doc/top/templates/index.html.src | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index ab75ed0478..716af3b456 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -41,7 +41,11 @@ limitations under the License. <ul class="section-links"> <li><a href="applications.html">Applications</a></li> <li><a href="man_index.html" class="modules">Modules</a></li> +</ul> + +<ul class="section-links"> <li><a href="general_info/deprecations.html" class="modules">Deprecations</a></li> + <li><a href="general_info/removed.html" class="modules">Removed Functionality</a></li> <li><a href="general_info/scheduled_for_removal.html" class="modules">Scheduled for Removal</a></li> </ul> |