diff options
author | Rickard Green <[email protected]> | 2019-02-23 18:59:06 +0100 |
---|---|---|
committer | Rickard Green <[email protected]> | 2019-02-25 11:18:32 +0100 |
commit | 00fa7a8def826d2a4c8fb9e2c38208103bf04341 (patch) | |
tree | 31b57a4087e0e574f294220dda4384102495f303 /system/doc/top/templates | |
parent | 8172af0a1986fe50c3d7ea26baa80fdb423ae13c (diff) | |
download | otp-00fa7a8def826d2a4c8fb9e2c38208103bf04341.tar.gz otp-00fa7a8def826d2a4c8fb9e2c38208103bf04341.tar.bz2 otp-00fa7a8def826d2a4c8fb9e2c38208103bf04341.zip |
Document deprecations and removals
Diffstat (limited to 'system/doc/top/templates')
-rw-r--r-- | system/doc/top/templates/index.html.src | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/system/doc/top/templates/index.html.src b/system/doc/top/templates/index.html.src index 747d19cf7e..3b61052b99 100644 --- a/system/doc/top/templates/index.html.src +++ b/system/doc/top/templates/index.html.src @@ -41,6 +41,8 @@ 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> + <li><a href="general_info/deprecations.html" class="modules">Deprecations</a></li> + <li><a href="general_info/scheduled_for_removal.html" class="modules">Scheduled for Removal</a></li> </ul> <ul class="expand-collapse-items"> |