📚 Open Enterprise plan images in a new tab on click

Wrap the enterprise screenshots in a target="_blank" link so they open
full size, matching the behavior on other user-guide pages. The
organization hierarchy diagram is left inline.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
miryamgduque 2026-07-28 13:05:25 +01:00
parent e179d0c066
commit fcc3b45b8e

View File

@ -36,7 +36,9 @@ desc: Learn how the Enterprise plan works in Penpot. Discover its features and h
<p>You can reach the Admin Console directly at <code>/admin-console</code>, or from any team dashboard in Penpot by opening the organization navigation menu and clicking the Admin Console link. If you own more than one organization, you can switch between them from within the Admin Console.</p> <p>You can reach the Admin Console directly at <code>/admin-console</code>, or from any team dashboard in Penpot by opening the organization navigation menu and clicking the Admin Console link. If you own more than one organization, you can switch between them from within the Admin Console.</p>
<figure> <figure>
<img alt="Accessing the Admin Console" src="/img/enterprise/enterprise-access-admin-console.webp"/> <a href="/img/enterprise/enterprise-access-admin-console.webp" target="_blank">
<img alt="Accessing the Admin Console" src="/img/enterprise/enterprise-access-admin-console.webp"/>
</a>
</figure> </figure>
<p>The Admin Console includes:</p> <p>The Admin Console includes:</p>
@ -51,7 +53,9 @@ desc: Learn how the Enterprise plan works in Penpot. Discover its features and h
</ol> </ol>
<figure> <figure>
<img alt="Admin Console" src="/img/enterprise/enterprise-admin-console.webp"/> <a href="/img/enterprise/enterprise-admin-console.webp" target="_blank">
<img alt="Admin Console" src="/img/enterprise/enterprise-admin-console.webp"/>
</a>
</figure> </figure>
<h3 id="organizations-and-teams">Organizations and teams <h3 id="organizations-and-teams">Organizations and teams
@ -76,7 +80,9 @@ desc: Learn how the Enterprise plan works in Penpot. Discover its features and h
<p>The Admin Console provides a unified view of all members across teams within the organization.</p> <p>The Admin Console provides a unified view of all members across teams within the organization.</p>
<figure> <figure>
<img alt="Admin-Console Members page" src="/img/enterprise/enterprise-membership-w.webp"/> <a href="/img/enterprise/enterprise-membership-w.webp" target="_blank">
<img alt="Admin-Console Members page" src="/img/enterprise/enterprise-membership-w.webp"/>
</a>
</figure> </figure>
<h3 id="modules-and-controls">Modules and Controls <h3 id="modules-and-controls">Modules and Controls
@ -151,7 +157,9 @@ desc: Learn how the Enterprise plan works in Penpot. Discover its features and h
<p>Clicking the <strong>Activate SSO</strong> button runs a test connection against your IdP. If the connection fails, your draft is kept and no changes are applied.</p> <p>Clicking the <strong>Activate SSO</strong> button runs a test connection against your IdP. If the connection fails, your draft is kept and no changes are applied.</p>
<figure> <figure>
<img alt="SSO configuration" src="/img/enterprise/enterprise-module-sso.webp"/> <a href="/img/enterprise/enterprise-module-sso.webp" target="_blank">
<img alt="SSO configuration" src="/img/enterprise/enterprise-module-sso.webp"/>
</a>
</figure> </figure>
<p>If the test passes, members who are not in your directory will lose access to the organization's teams the moment SSO is activated. Once confirmed, SSO becomes active immediately.</p> <p>If the test passes, members who are not in your directory will lose access to the organization's teams the moment SSO is activated. Once confirmed, SSO becomes active immediately.</p>