Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs/examples: Shift rst files into example folders #34429

Merged
merged 1 commit into from
Jun 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions docs/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -209,17 +209,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 @@ -244,6 +236,7 @@ pkg_tar(
":extensions_security_rst",
":external_deps_rst",
":version_history_rst",
"//examples:docs",
],
)

Expand Down
42 changes: 1 addition & 41 deletions docs/root/start/sandboxes/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,44 +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_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