docs: adding "Adding Components" section to dev guide

This commit is contained in:
Mose Müller
2023-08-10 15:32:44 +02:00
parent efac1e790f
commit 86024be77e
4 changed files with 236 additions and 3 deletions

View File

@ -1,11 +1,12 @@
# Installation
# Getting Started
## Installation
{%
include-markdown "../README.md"
start="<!--installation-start-->"
end="<!--installation-end-->"
%}
# Usage
## Usage
{%
include-markdown "../README.md"
start="<!--usage-start-->"