Update the CONTRIBUTING file

Create sections in the documentation
This commit is contained in:
Ciarán Ainsworth 2022-10-09 19:44:08 +02:00 committed by Georg Krause
commit f67565c0bf
21 changed files with 1015 additions and 920 deletions

View file

@ -0,0 +1,8 @@
# Develop using Docker
```{include} ../../../CONTRIBUTING.md
---
start-after: "### Docker"
end-before: "### Vite"
---
```

View file

@ -0,0 +1,6 @@
# Develop using Gitpod
```{include} ../../../CONTRIBUTING.md
:start-after: "### Gitpod"
:end-before: "### Docker"
```

View file

@ -0,0 +1,15 @@
# Set up your development environment
Follow the instructions in these guides to set up your development environment.
```{toctree}
---
caption: Choose your setup
maxdepth: 1
---
gitpod
docker
vite
```

View file

@ -0,0 +1,8 @@
# Develop using Vite
```{include} ../../../CONTRIBUTING.md
---
start-after: "### Vite"
end-before: "## Contribute to the API"
---
```