mirror of
https://github.com/penpot/penpot.git
synced 2026-08-29 08:08:46 +00:00
The configuration docs claimed it is not possible to add someone to a team without them accepting an invitation email, but the backend auto-adds existing profiles to the team when the email verification is disabled (create-invitation in app.rpc.commands.teams-invitations). Replace the incorrect sentence with an accurate exception note, add the missing disable-email-verification entry to the "Other flags" reference, document the CLI-created profile auto-add behavior in the docker getting-started guide, and describe the shortcut in the developer authentication docs. Closes #11424 Reported in #11376 AI-assisted-by: glm-5.3-flash
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.