diff options
| author | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-15 12:08:34 +0300 |
|---|---|---|
| committer | Yuriy Andamasov <yuriy@vyos.io> | 2026-04-15 12:08:34 +0300 |
| commit | efd6ea180ad96a82ee8b0cc38582a9d505e794fb (patch) | |
| tree | 534f71cb0d39be221d2a047457c5907f4848a915 /docs/automation | |
| parent | 74e6d0580287a32a2d36a4d748eebc7c77ffd702 (diff) | |
| download | vyos-documentation-efd6ea180ad96a82ee8b0cc38582a9d505e794fb.tar.gz vyos-documentation-efd6ea180ad96a82ee8b0cc38582a9d505e794fb.zip | |
perf: convert all images to WebP with PDF fallback
Add WebP versions of all 187 PNG/JPG images (38MB → 17MB, 55% reduction).
Update RST/MD references to use Sphinx wildcard syntax (.*) so HTML builds
use WebP while PDF/LaTeX builds fall back to original PNG/JPG.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Diffstat (limited to 'docs/automation')
| -rw-r--r-- | docs/automation/terraform/terraformAWS.rst | 8 | ||||
| -rw-r--r-- | docs/automation/terraform/terraformGoogle.rst | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/docs/automation/terraform/terraformAWS.rst b/docs/automation/terraform/terraformAWS.rst index e068377d..35afc569 100644 --- a/docs/automation/terraform/terraformAWS.rst +++ b/docs/automation/terraform/terraformAWS.rst @@ -9,7 +9,7 @@ With the help of Terraform, you can quickly deploy VyOS-based infrastructure in Also we will make provisioning using Ansible. -.. image:: /_static/images/aws.png +.. image:: /_static/images/aws.* :width: 50% :align: center :alt: Network Topology Diagram @@ -30,20 +30,20 @@ AWS 2 Create a key pair_ and download your .pem key -.. image:: /_static/images/keypairs.png +.. image:: /_static/images/keypairs.* :width: 50% :align: center :alt: Network Topology Diagram 3 Create a security group_ for the new VyOS instance and open all traffic -.. image:: /_static/images/sg.png +.. image:: /_static/images/sg.* :width: 50% :align: center :alt: Network Topology Diagram -.. image:: /_static/images/traffic.png +.. image:: /_static/images/traffic.* :width: 50% :align: center :alt: Network Topology Diagram diff --git a/docs/automation/terraform/terraformGoogle.rst b/docs/automation/terraform/terraformGoogle.rst index 41a484c5..d6673a50 100644 --- a/docs/automation/terraform/terraformGoogle.rst +++ b/docs/automation/terraform/terraformGoogle.rst @@ -21,26 +21,26 @@ Google Cloud 1 Create an account with Google Cloud and a new project -.. image:: /_static/images/project.png +.. image:: /_static/images/project.* :width: 50% :align: center :alt: Network Topology Diagram 2 Create a service aacount and download your key (.JSON) -.. image:: /_static/images/service.png +.. image:: /_static/images/service.* :width: 50% :align: center :alt: Network Topology Diagram -.. image:: /_static/images/key.png +.. image:: /_static/images/key.* :width: 50% :align: center :alt: Network Topology Diagram The .JSON file download automaticly after creating and will look like: -.. image:: /_static/images/json.png +.. image:: /_static/images/json.* :width: 50% :align: center :alt: Network Topology Diagram |
