From efd6ea180ad96a82ee8b0cc38582a9d505e794fb Mon Sep 17 00:00:00 2001 From: Yuriy Andamasov Date: Wed, 15 Apr 2026 12:08:34 +0300 Subject: perf: convert all images to WebP with PDF fallback MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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) --- docs/automation/terraform/terraformAWS.rst | 8 ++++---- docs/automation/terraform/terraformGoogle.rst | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) (limited to 'docs/automation') 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 -- cgit v1.2.3