2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-13 10:35:40 +00:00

Docs/devcontainer (#4787)

* Added empty problemMatchers to prevent vscode from asking

* Added first draft for devcontainer docs

* Add 3rd space to tips

* Fix wording

* Add 4rd space to tips

* Refphased intro text

* Fixed spelling mistakes and added note

* Added dynamic variables for devcontainer

* Added missing containerWorkspaceFolder vars other devcontainer files

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>

* Added note for inventree core intelicense for plugin devs

* Added where is dev data stored question to faq

* Update docs/docs/start/devcontainer.md

* update toc

---------

Co-authored-by: Oliver <oliver.henry.walters@gmail.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
This commit is contained in:
Lukas
2023-05-12 09:13:48 +02:00
committed by GitHub
parent 41cef1a190
commit 17057f4266
6 changed files with 133 additions and 25 deletions

View File

@ -65,13 +65,15 @@ nav:
- Configuration: start/config.md
- Docker:
- Introduction: start/docker.md
- Development: start/docker_dev.md
- Production: start/docker_prod.md
- Development: start/docker_dev.md
- Bare Metal:
- Introduction: start/install.md
- Installer: start/installer.md
- Development: start/development.md
- Production: start/production.md
- Development: start/development.md
- Development:
- Devcontainer: start/devcontainer.md
- Serving Files: start/serving_files.md
- Data Backup: start/backup.md
- Migrating Data: start/migrate.md