mirror of
https://github.com/penpot/penpot-helm.git
synced 2024-12-22 05:32:59 -05:00
docs: minor improvements
This commit is contained in:
parent
b7941fe8d2
commit
0f45e6477f
3 changed files with 40 additions and 0 deletions
|
@ -35,6 +35,7 @@ We love the Open Source software community. Contributing is our passion and if i
|
|||
If you need help or have any questions; if you’d like to share your experience using Penpot or get inspired; if you’d rather meet our community of developers and designers, [join our Community](https://community.penpot.app/)!
|
||||
|
||||
You will find the following categories:
|
||||
|
||||
- [Ask the Community](https://community.penpot.app/c/ask-for-help-using-penpot/6)
|
||||
- [Troubleshooting](https://community.penpot.app/c/technical/8)
|
||||
- [Help us Improve Penpot](https://community.penpot.app/c/help-us-improve-penpot/7)
|
||||
|
@ -50,9 +51,13 @@ You will find the following categories:
|
|||
You can ask and answer questions, have open-ended conversations, and follow along on decisions affecting the project.
|
||||
|
||||
💾 [Documentation](https://help.penpot.app/technical-guide/)
|
||||
|
||||
🚀 [Getting Started](https://help.penpot.app/technical-guide/getting-started/)
|
||||
|
||||
✏️ [Tutorials](https://www.youtube.com/playlist?list=PLgcCPfOv5v54WpXhHmNO7T-YC7AE-SRsr)
|
||||
|
||||
🏘️ [Architecture](https://help.penpot.app/technical-guide/developer/architecture/)
|
||||
|
||||
📚 [Dev Diaries](https://penpot.app/dev-diaries.html)
|
||||
|
||||
|
||||
|
|
|
@ -4,6 +4,12 @@
|
|||
|
||||
Helm chart for Penpot, the Open Source design and prototyping platform.
|
||||
|
||||
## What is Penpot
|
||||
|
||||
Penpot is the first **open-source** design tool for design and code collaboration. Designers can create stunning designs, interactive prototypes, design systems at scale, while developers enjoy ready-to-use code and make their workflow easy and fast. And all of this with no handoff drama.
|
||||
|
||||
Penpot is available on browser and [self host](https://penpot.app/self-host). It’s web-based and works with open standards (SVG, CSS and HTML). And last but not least, it’s free!
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install the chart with the release name `my-release`:
|
||||
|
@ -246,3 +252,15 @@ $ helm install my-release penpot/penpot
|
|||
|-----|------|---------|-------------|
|
||||
| redis | object | `{"auth":{"enabled":false}}` | Redis configuration (Check for [more parameters here](https://artifacthub.io/packages/helm/bitnami/redis)) |
|
||||
| redis.auth.enabled | bool | `false` | Whether to enable password authentication. |
|
||||
|
||||
## Resources
|
||||
|
||||
:speaking_head: [Community](https://community.penpot.app)
|
||||
|
||||
:floppy_disk: [Documentation](https://help.penpot.app/)
|
||||
|
||||
:houses: [Architecture](https://help.penpot.app/technical-guide/developer/architecture/)
|
||||
|
||||
:woman_teacher: [Tutorials](https://www.youtube.com/playlist?list=PLgcCPfOv5v54WpXhHmNO7T-YC7AE-SRsr)
|
||||
|
||||
:memo: [Dev Diaries](https://penpot.app/dev-diaries.html)
|
||||
|
|
|
@ -3,6 +3,14 @@
|
|||
|
||||
{{ template "chart.description" . }}
|
||||
|
||||
|
||||
## What is Penpot
|
||||
|
||||
Penpot is the first **open-source** design tool for design and code collaboration. Designers can create stunning designs, interactive prototypes, design systems at scale, while developers enjoy ready-to-use code and make their workflow easy and fast. And all of this with no handoff drama.
|
||||
|
||||
Penpot is available on browser and [self host](https://penpot.app/self-host). It’s web-based and works with open standards (SVG, CSS and HTML). And last but not least, it’s free!
|
||||
|
||||
|
||||
## Installing the Chart
|
||||
|
||||
To install the chart with the release name `my-release`:
|
||||
|
@ -14,3 +22,12 @@ $ helm install my-release penpot/{{ template "chart.name" . }}
|
|||
|
||||
{{/* {{ template "chart.valuesSectionHtml" . }} */}}
|
||||
{{ template "chart.valuesSection" . }}
|
||||
|
||||
|
||||
## Resources
|
||||
|
||||
:speaking_head: [Community](https://community.penpot.app)<br />
|
||||
:floppy_disk: [Documentation](https://help.penpot.app/)<br />
|
||||
:houses: [Architecture](https://help.penpot.app/technical-guide/developer/architecture/)<br />
|
||||
:woman_teacher: [Tutorials](https://www.youtube.com/playlist?list=PLgcCPfOv5v54WpXhHmNO7T-YC7AE-SRsr)<br />
|
||||
:memo: [Dev Diaries](https://penpot.app/dev-diaries.html)
|
||||
|
|
Loading…
Reference in a new issue