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: comment config extension #16406

Merged
merged 7 commits into from
May 17, 2021
Merged
Changes from 2 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
8 changes: 8 additions & 0 deletions docs/root/start/quick-start/run-envoy.rst
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,14 @@ Run Envoy with the demo configuration

The ``-c`` or ``--config-path`` flag tells Envoy the path to its initial configuration.

Valid extensions are ``.json``, ``.yaml``, ``.pb`` and ``.pb_text``, which indicate
daixiang0 marked this conversation as resolved.
Show resolved Hide resolved
JSON, YAML, `binary proto3
<https://developers.google.com/protocol-buffers/docs/encoding>`_ and `text
proto3
<https://developers.google.com/protocol-buffers/docs/reference/cpp/google.protobuf.text_format>`_
formats respectively.


daixiang0 marked this conversation as resolved.
Show resolved Hide resolved
.. tabs::

.. tab:: System
Expand Down