Skip to content

Commit 6543557

Browse files
authored
Merge branch 'master' into Add-document-How-to-set-up-an-application-proxy-in-Nginx
2 parents 3525b77 + 17631a9 commit 6543557

File tree

48 files changed

+629
-634
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

48 files changed

+629
-634
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Generating new docs
44

55
```bash
6-
DOC_URL=https://support.hypernode.com/en/ecommerce/magento-1/how-to-enable-mysql-query-logging-for-magento-1-x
6+
DOC_URL=https://docs.hypernode.com/en/ecommerce/magento-1/how-to-enable-mysql-query-logging-for-magento-1-x
77
bin/download_doc --output-dir=docs/ecommerce-applications $DOC_URL
88
```
99

docs/_static/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
.DocSearch-Button {
2-
background: white;
2+
background-color: #fff;
3+
border-radius: 9999px;
4+
5+
&:hover {
6+
background-color: #fff;
7+
}
38
}

docs/_templates/layout.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@
8989
})(window,document,'script','dataLayer','{{ theme_analytics_id }}');</script>
9090
<script src="{{ pathto('_static/js/cookieconsent.js', 1) }}" defer></script>
9191
<script src="{{ pathto('_static/js/cookieconsent-init.js', 1) }}" defer></script>
92+
<link rel="stylesheet" href="{{ pathto('_static/cookieconsent.css', 1) }}"/>
9293
{%- endif %}
9394

9495
{%- if not embedded %}
@@ -272,7 +273,7 @@
272273
<div class="aside-tile__content">
273274
<img src="https://static.hypernode.com/img/berend/logo.svg">
274275
<h4>Need support?</h4>
275-
<p><a class="ahref-orange" href="https://www.hypernode.com/contact/#contact" target="_blank">Submit a ticket</a></p>
276+
<p><a class="ahref-orange" href="https://support.hypernode.com/?ref=docs" target="_blank">Visit our Support Portal</a></p>
276277
</div>
277278
</div>
278279
<div class="aside-tile__container aside-tile__feedback">

docs/about-hypernode/about-hypernode/upgrade-to-debian-buster-technical-implications.md

Lines changed: 0 additions & 117 deletions
This file was deleted.
384 KB
Loading

docs/about-hypernode/billing/how-to-cancel-your-plan.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,15 @@ You never want to accidentally delete a domain name. Because this causes many pr
7171
#### Cancelling Foreign Domains
7272

7373
If you cancel a foreign domain name, Hypernode will let it expire automatically after the contract date has expired. It is therefore possible that your domain name is still available for some time after you have canceled the domain. After the domain expires, your domain may go into quarantine. In this status, only you can register the domain name again, and usually only via Hypernode. Only after the quarantine period has expired is your domain name completely free and can it be registered by everyone.
74+
75+
### How to cancel Hypernode Insights
76+
77+
If Insights isn’t the right fit for you right now, canceling is simple:
78+
79+
1. Log in to your **[Control Panel](https://auth.hypernode.com/login)**.
80+
1. Open the **Settings** of the Hypernode where Insights is active.
81+
1. In the **Cancellation** section, find *Hypernode Insights* and click **Cancel Insights**.
82+
83+
- ![Cancel Hypernode Insights Screenshot](_res/cancel-insights.png)
84+
85+
Your cancellation will be processed automatically and will take effect on the **first day of the following month**.

docs/about-hypernode/security-policies/responsible-disclosure-policy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ myst:
66
title: Responsible Disclosure Policy | Security | Hypernode
77
redirect_from:
88
- /en/about/security/responsible-disclosure-policy/
9+
- /about-hypernode/security-policies/security-hall-of-fame.html
910
---
1011

1112
<!-- source: https://support.hypernode.com/en/about/security/responsible-disclosure-policy/ -->

docs/about-hypernode/security-policies/security-hall-of-fame.md

Lines changed: 0 additions & 35 deletions
This file was deleted.

docs/best-practices/security/how-to-secure-magento-cacheleak.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,7 @@ http {
278278
# would not be able to redirect the magmi .php files (which are
279279
# the ones we really MUST redirect).
280280
location ~* /magmi($|/) {
281-
return https://support.hypernode.com/knowledgebase/securing-access-to-magmi/;
281+
return https://docs.hypernode.com/knowledgebase/securing-access-to-magmi/;
282282
}
283283
284284
location ~ .php/ {

0 commit comments

Comments
 (0)