Skip to content
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
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v2

- name: install sphinx
run: pip install sphinx sphinx_rtd_theme
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid

- name: install graphviz and rclone
run: sudo apt install graphviz rclone
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: install sphinx
run: pip install sphinx sphinx_rtd_theme
run: pip install sphinx sphinx_rtd_theme sphinxcontrib-mermaid

- name: install graphviz
run: sudo apt install graphviz
Expand Down
36 changes: 0 additions & 36 deletions _static/js/mscgen-inpage.js

This file was deleted.

3 changes: 2 additions & 1 deletion en/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
# Add any Sphinx extension module names here, as strings. They can be
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = ["sphinx.ext.graphviz", "sphinx.ext.mathjax"]
extensions = ["sphinx.ext.graphviz", "sphinx.ext.mathjax", "sphinxcontrib.mermaid"]

# Add any paths that contain templates here, relative to this directory.
templates_path = ["_templates"]
Expand Down Expand Up @@ -299,3 +299,4 @@
"github_version": 'master',
"conf_py_path": '/en/'
}

1 change: 1 addition & 0 deletions en/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ Welcome to Yeti's documentation!
monitoring.rst
database-tuning.rst
data-retention/index.rst
load-balancer.rst

.. toctree::
:maxdepth: 2
Expand Down
1 change: 0 additions & 1 deletion en/installation/installation-1.10/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Components:
redis
management
sems
load-balancer
call-trace
cdr-export
database-tuning
Expand Down
100 changes: 0 additions & 100 deletions en/installation/installation-1.10/load-balancer.rst

This file was deleted.

1 change: 0 additions & 1 deletion en/installation/installation-1.11/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Components:
web
redis
sems
load-balancer
call-trace
cdr-export
release-notes
Expand Down
92 changes: 0 additions & 92 deletions en/installation/installation-1.11/load-balancer.rst

This file was deleted.

1 change: 0 additions & 1 deletion en/installation/installation-1.12/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Components:
web
redis
sems
load-balancer
release-notes
upgrade-from-1.11

92 changes: 0 additions & 92 deletions en/installation/installation-1.12/load-balancer.rst

This file was deleted.

1 change: 0 additions & 1 deletion en/installation/installation-1.7/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Components:
redis
management
sems
load-balancer
call-trace
cli-utility
database-tuning
Expand Down
Loading
Loading