Refactor usage pages with shortcodes, convert HTML to Markdown
Add usage-lead and usage-feature shortcodes to encapsulate the alternating two-column layout, then migrate all ten usage pages (cio, sysadmin, freelance, geek, devops — EN and FR) from raw HTML files to plain Markdown using those shortcodes.
This commit is contained in:
parent
9b15e8e3ea
commit
69b17ea1f2
22 changed files with 672 additions and 1099 deletions
62
content/use-happyDomain/cio.en.md
Normal file
62
content/use-happyDomain/cio.en.md
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
+++
|
||||
title = "happyDomain for IT Managers"
|
||||
description = "Get full visibility over your organization's domain names. happyDomain provides IT managers with centralized control, change tracking, and team oversight."
|
||||
layout = "usage"
|
||||
+++
|
||||
|
||||
{{< usage-lead >}}
|
||||
An interface to <span class="text-hilight">regain control</span> of your domains<br>
|
||||
and <span class="text-hilight">forget frictions</span> of their management.
|
||||
{{< /usage-lead >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Keep track of every change with the built-in history."
|
||||
image="/img/screenshots/domain-logs.webp"
|
||||
alt="Domain logs showing change history"
|
||||
>}}
|
||||
happy<span class="fw-bold">Domain</span> allows you to go back at any time in case of a problem.
|
||||
|
||||
The history allows you to easily track the latest changes, keeping track of who made them.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Share the management of zones between your teams."
|
||||
image="/img/screenshots/domain-abstract.webp"
|
||||
alt="Zone management shared between teams"
|
||||
flip="true"
|
||||
bg="green"
|
||||
coming_soon="true"
|
||||
>}}
|
||||
Reduce friction between your teams by allowing them to manage records related to their projects (internal or even public).
|
||||
|
||||
happy<span class="fw-bold">Domain</span> implements a powerful access control system allowing you to delegate all or part of a zone, up to the recording.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Centralize and synchronize your domain portfolios."
|
||||
image="/img/screenshots/domains-list.webp"
|
||||
alt="List of domains grouped by need"
|
||||
>}}
|
||||
happy<span class="fw-bold">Domain</span> connects to more than 25 hosting providers worldwide. You can manage them in the interface with one click.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Keep track of the purpose of each sub-domain."
|
||||
image="/img/screenshots/zone-diff.webp"
|
||||
alt="Review and confirm the changes that will be applied"
|
||||
flip="true"
|
||||
bg="plum"
|
||||
coming_soon="true"
|
||||
>}}
|
||||
happy<span class="fw-bold">Domain</span> allows you to set an expiration date on your subdomains so that a temporary event and its servers do not remain accessible, simply because a closing ticket has not been processed. We take care of it automatically.
|
||||
{{< /usage-feature >}}
|
||||
|
||||
{{< usage-feature
|
||||
title="Stay ahead of incidents with continuous monitoring."
|
||||
image="/img/screenshots/checks-dashboard.webp"
|
||||
alt="Monitoring dashboard showing the status of every check on a domain"
|
||||
>}}
|
||||
happy<span class="fw-bold">Domain</span>'s checkers continuously watch over your organization's domains (expirations, DNSSEC, delegation, certificates and service availability) and surface a clear status for each one.
|
||||
|
||||
Your teams get notified as soon as something changes state, turning silent failures into actionable alerts and giving you peace of mind over your whole portfolio.
|
||||
{{< /usage-feature >}}
|
||||
Loading…
Add table
Add a link
Reference in a new issue