diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-05-14 01:05:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-05-14 01:05:11 +0300 |
| commit | 155fc647d54477245e9fff0cfbcb4cd4ef1d548b (patch) | |
| tree | e4b32b3a92a9633ed398378da0a6172f96033c4a /docs | |
| parent | 80f5a07903fe421415bf714fa9b51ba0d115e6d9 (diff) | |
| parent | 86de2de975cf4958c84d73cdd669be525e4680ea (diff) | |
| download | vyos-documentation-155fc647d54477245e9fff0cfbcb4cd4ef1d548b.tar.gz vyos-documentation-155fc647d54477245e9fff0cfbcb4cd4ef1d548b.zip | |
Merge pull request #2016 from vyos/yuriy/fix-need-improvement-myst
fix(includes): rewrite need_improvement.txt as MyST so plain `{include}` renders correctly
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/_include/need_improvement.txt | 24 | ||||
| -rw-r--r-- | docs/configuration/highavailability/index.md | 3 |
2 files changed, 7 insertions, 20 deletions
diff --git a/docs/_include/need_improvement.txt b/docs/_include/need_improvement.txt index e368ee95..23f33f66 100644 --- a/docs/_include/need_improvement.txt +++ b/docs/_include/need_improvement.txt @@ -1,21 +1,9 @@ -.. raw:: latex - - \iffalse - -.. raw:: html - - <div class="admonition error"> - <p class="admonition-title">Call for Contributions</p> - +::::{only} not latex +:::{admonition} Call for Contributions +:class: error Help improve this section with additional content, examples, and explanations. -For contribution guidelines, see :ref:`documentation`. - -.. raw:: html - - </div> - -.. raw:: latex - - \fi
\ No newline at end of file +For contribution guidelines, see {ref}`documentation`. +::: +:::: diff --git a/docs/configuration/highavailability/index.md b/docs/configuration/highavailability/index.md index e26f5791..dbd36f03 100644 --- a/docs/configuration/highavailability/index.md +++ b/docs/configuration/highavailability/index.md @@ -414,8 +414,7 @@ To know more about scripting, check the {ref}`command-scripting` section. ## Virtual-server -```{eval-rst} -.. include:: /_include/need_improvement.txt +```{include} /_include/need_improvement.txt ``` Virtual Server allows to Load-balance traffic destination virtual-address:port |
