docs: reorganize for readability (#457)
I went through and reorganized things to make the v2 docs more human browsable. I also did a few misc cleanups. There is a lot more to do here which I'm hoping to find a contractor to pay to work on, but this is a step in the right direction. Signed-off-by: Matt Klein <mklein@lyft.com>pull/460/head
parent
4e533f22ba
commit
4b93d3697e
15 changed files with 74 additions and 41 deletions
@ -0,0 +1,12 @@ |
||||
Bootstrap |
||||
========= |
||||
|
||||
.. toctree:: |
||||
:glob: |
||||
:maxdepth: 2 |
||||
|
||||
../config/bootstrap/v2/bootstrap.proto |
||||
../config/metrics/v2/stats.proto |
||||
../config/metrics/v2/metrics_service.proto |
||||
../config/ratelimit/v2/rls.proto |
||||
../config/trace/v2/trace.proto |
@ -0,0 +1,13 @@ |
||||
Clusters |
||||
======== |
||||
|
||||
.. toctree:: |
||||
:glob: |
||||
:maxdepth: 2 |
||||
|
||||
../api/v2/cds.proto |
||||
../api/v2/cluster/outlier_detection.proto |
||||
../api/v2/cluster/circuit_breaker.proto |
||||
../api/v2/endpoint/endpoint.proto |
||||
../api/v2/eds.proto |
||||
../api/v2/core/health_check.proto |
@ -0,0 +1,15 @@ |
||||
Common messages |
||||
=============== |
||||
|
||||
.. toctree:: |
||||
:glob: |
||||
:maxdepth: 2 |
||||
|
||||
../api/v2/core/base.proto |
||||
../api/v2/core/address.proto |
||||
../api/v2/core/protocol.proto |
||||
../api/v2/discovery.proto |
||||
../api/v2/core/config_source.proto |
||||
../api/v2/core/grpc_service.proto |
||||
../api/v2/auth/cert.proto |
||||
../api/v2/ratelimit/ratelimit.proto |
@ -0,0 +1,9 @@ |
||||
HTTP route management |
||||
===================== |
||||
|
||||
.. toctree:: |
||||
:glob: |
||||
:maxdepth: 2 |
||||
|
||||
../api/v2/rds.proto |
||||
../api/v2/route/route.proto |
@ -0,0 +1,9 @@ |
||||
Listeners |
||||
========= |
||||
|
||||
.. toctree:: |
||||
:glob: |
||||
:maxdepth: 2 |
||||
|
||||
../api/v2/lds.proto |
||||
../api/v2/listener/listener.proto |
Loading…
Reference in new issue