Skip to content

Commit

Permalink
docs/examples: Shift rst files into example folders (#34429)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Northey <[email protected]>

Signed-off-by: phlax <[email protected]>
  • Loading branch information
phlax committed Sep 23, 2024
1 parent 2b09521 commit 6358f6c
Show file tree
Hide file tree
Showing 57 changed files with 77 additions and 425 deletions.
9 changes: 1 addition & 8 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -210,17 +210,9 @@ pkg_files(
strip_prefix = "/configs",
)

pkg_files(
name = "examples_rst",
srcs = ["//examples:files"],
prefix = "start/sandboxes/_include",
strip_prefix = "/examples",
)

pkg_filegroup(
name = "rst_files",
srcs = [
":examples_rst",
":repo_configs",
":sphinx_base",
":sphinx_inventories",
Expand All @@ -245,6 +237,7 @@ pkg_tar(
":extensions_security_rst",
":external_deps_rst",
":version_history_rst",
"//examples:docs",
],
)

Expand Down
43 changes: 1 addition & 42 deletions docs/root/start/sandboxes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,45 +42,4 @@ Before you begin you will need to install the sandbox environment.

The following sandboxes are available:

.. toctree::
:maxdepth: 1

brotli
cache
cors
csrf
double-proxy
dynamic-configuration-filesystem
dynamic-configuration-control-plane
ext_authz
fault_injection
front_proxy
golang-http
golang-network
grpc_bridge
gzip
jaeger_native_tracing
jaeger_tracing
kafka
load_reporting_service
locality_load_balancing
local_ratelimit
lua-cluster-specifier
lua
mysql
opentelemetry
postgres
rbac
redis
route-mirror
single-page-app
skywalking
tls-inspector
tls-sni
tls
udp
wasm-cc
websocket
win32_front_proxy
zipkin
zstd
.. include:: toctree.rst
Loading

0 comments on commit 6358f6c

Please sign in to comment.