mirror of
https://github.com/penpot/penpot.git
synced 2026-09-11 14:39:35 +00:00
* 📚 Add enterprise section * 📚 Update images * 📚 Add SSO module section to Enterprise plan user guide * 📚 Add more FAQs to Enterprise plan user guide * 📚 Add SSO configuration screenshot to Enterprise plan user guide * 📚 Replace membership screenshot with webp to fix broken reference The membership image reference already pointed to .webp while the tracked file was .png, leaving a broken image. Swap the asset to match. * 📚 Document how to access the Admin Console Add a paragraph explaining how to reach the Admin Console and an accompanying screenshot to the Enterprise plan user guide. * 📚 Update Admin Console access screenshot * 📚 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. * 📚 Document identity provider configuration for SSO * 📚 Refine SSO session, Admin Console docs, and screenshots * 📚 Split Organizations content out of the Enterprise plan page * 📚 Fix wording in Enterprise plan FAQ answers --------- Co-authored-by: miryamgduque <miryam.gonzalez@kaleidos.net>
Penpot Docs
Penpot documentation website.
Usage
To view this site locally, first set up the environment:
# only if necessary
nvm install
nvm use
corepack enable
pnpm install
And launch a development server:
pnpm start
You can then point a browser to http://localhost:8080.
Tooling
- Eleventy (11ty)
- Diagrams with plantuml. See also real-world-plantuml.
- Diagrams with svgbob and mermaid.
- arc42 template.
- c4model for software architecture, and an implementation in plantuml.