penpot/docs
Álvaro Tejero-Cantero bcb69b6227
🐛 Restore viewport and selection when exiting focus mode (#6827)
* 📚 Provide guidance on how to exit focus mode

* 🐛 Restore viewport & selection post focus mode

* 📎 Update changelog
2025-07-07 09:44:06 +02:00
..
.vscode
_data
_includes/layouts
contributing-guide
css
feed
img 📚 Add DT import/export options to the docs (#6753) 2025-06-23 15:37:57 +02:00
js
plugins 📚 Add documentation for new plugin permission 2025-06-10 15:09:22 +02:00
scripts
technical-guide 📚 Fix and extend backend repl doc (#6819) 2025-07-02 10:38:35 +02:00
user-guide 🐛 Restore viewport and selection when exiting focus mode (#6827) 2025-07-07 09:44:06 +02:00
.editorconfig
.eleventy.js
.eleventyignore
.gitignore
.yarnrc.yml
404.md
index.njk
package.json
README.md
search-index.json.njk
sitemap.xml.njk
yarn.lock

Penpot Docs

Penpot documentation website.

Usage

To view this site locally, first set up the environment:

# only if necessary
nvm install
nvm use
# only if necessary
corepack enable

yarn install

And launch a development server:

yarn start

You can then point a browser to http://localhost:8080.

Tooling