Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix autobuild errors #1084

Merged
merged 7 commits into from
Dec 9, 2024
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
6 changes: 5 additions & 1 deletion source/ecloud/vpc/vpn/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,13 @@
Site-to-Site VPNs are used to connect two networks together over the internet, this is particularly useful for connecting
on-premises networks to your eCloud VPC networks.

Learn how to [set up a Site-to-Site VPN](/docs/ecloud/vpc/vpn/site-to-site-vpn/).

Check warning on line 9 in source/ecloud/vpc/vpn/index.md

View workflow job for this annotation

GitHub Actions / check

None:any reference target not found: /docs/ecloud/vpc/vpn/site-to-site-vpn/

Check warning on line 9 in source/ecloud/vpc/vpn/index.md

View workflow job for this annotation

GitHub Actions / check

None:any reference target not found: /docs/ecloud/vpc/vpn/site-to-site-vpn/


## Point-to-Site VPNs
Point-to-Site VPNs are used to connect individual devices to a private network from a remote location.
This allows remote workers who need to access resources on your eCloud VPC networks to connect securely.

Learn how to [set up a Point-to-Site VPN](/docs/ecloud/vpc/vpn/point-to-site-vpn/).

Check warning on line 15 in source/ecloud/vpc/vpn/index.md

View workflow job for this annotation

GitHub Actions / check

None:any reference target not found: /docs/ecloud/vpc/vpn/point-to-site-vpn/

Check warning on line 15 in source/ecloud/vpc/vpn/index.md

View workflow job for this annotation

GitHub Actions / check

None:any reference target not found: /docs/ecloud/vpc/vpn/point-to-site-vpn/

```eval_rst
.. title:: eCloud VPC VPNs
Expand All @@ -21,4 +20,9 @@
:title: eCloud VPC VPNs | ANS Documentation
:description: VPNs in eCloud VPC
:keywords: eCloud, eCloud VPC, ANS GLASS, VPC, Virtual Private Cloud, VPN
.. toctree::
:hidden:

Learn how to set up a Site-to-Site VPN <site-to-site-vpn>
Learn how to set up a Point-to-Site VPN <point-to-site-vpn>
```
8 changes: 5 additions & 3 deletions source/ecommercestacks/magento/magento2/php/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
A popular general-purpose scripting language that is especially suited to web development.

.. toctree::

php.md

:maxdepth: 1

php
php_ubuntu

.. meta::
:title: Magento2 PHP | ANS Documentation
:description: guides relating to using PHP on our Magento2 optimised stack
Expand Down
Loading