Skip to content

Commit

Permalink
docs: move version history to last (#13450)
Browse files Browse the repository at this point in the history
Better for readability.

Signed-off-by: Matt Klein <mklein@lyft.com>
  • Loading branch information
mattklein123 authored Oct 8, 2020
1 parent 45e4548 commit c6afbe4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/root/about_docs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ The Envoy documentation is composed of a few major sections:
architecture overview, how it is typically deployed, etc.
* :ref:`Getting Started <start>`: Quickly get started with Envoy using Docker.
* :ref:`Installation <install>`: How to build/install Envoy using Docker.
* :ref:`Version history <version_history>`: Per-version release notes.
* :ref:`Configuration <config>`: Detailed configuration instructions for Envoy.
Where relevant, the configuration guide also contains information on statistics, runtime
configuration, and APIs.
Expand All @@ -17,3 +16,4 @@ The Envoy documentation is composed of a few major sections:
* :ref:`Extending Envoy <extending>`: Information on how to write custom filters for Envoy.
* :ref:`API reference <envoy_api_reference>`: Envoy API detailed reference.
* :ref:`Envoy FAQ <faq_overview>`: Have questions? We have answers. Hopefully.
* :ref:`Version history <version_history>`: Per-version release notes.
2 changes: 1 addition & 1 deletion docs/root/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ Envoy documentation
intro/intro
start/start
install/install
version_history/version_history
configuration/configuration
operations/operations
extending/extending
api/api
faq/overview
version_history/version_history

0 comments on commit c6afbe4

Please sign in to comment.