0
0
mirror of https://github.com/bec-project/bec_widgets.git synced 2025-07-14 11:41:49 +02:00

docs: refactor developer section, add widget tutorial

This commit is contained in:
2024-06-14 07:45:30 +02:00
parent 27426ce7a5
commit 2a36d9364f
6 changed files with 92 additions and 13 deletions

View File

@ -0,0 +1,12 @@
(developer.getting_started)=
# Getting Started
This section provides valuable information for developers who want to contribute to the development of BEC Widgets. The guide will help you set up the development environment, understand the modular development concept of BEC Widgets, and contribute to the project.
```{toctree}
---
maxdepth: 2
hidden: false
---
development/
```