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/_include/need_improvement.txt | |
| 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/_include/need_improvement.txt')
| -rw-r--r-- | docs/_include/need_improvement.txt | 24 |
1 files changed, 6 insertions, 18 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`. +::: +:::: |
