mirror of
https://github.com/fosrl/docs-v2.git
synced 2026-02-08 05:56:45 +00:00
Add ui documentation
This commit is contained in:
BIN
images/create_blueprint.png
Normal file
BIN
images/create_blueprint.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 55 KiB |
@@ -22,7 +22,7 @@ Pangolin supports two blueprint formats:
|
||||
|
||||
## YAML Configuration Format
|
||||
|
||||
YAML config can be applied using the API or from a Newt site. _Application through a CLI tool is planned._
|
||||
YAML config can be applied using Docker labels, API, from a Newt site, or in the UI. _Application through a CLI tool is planned._
|
||||
|
||||
<Card title="Newt YAML">
|
||||
|
||||
@@ -34,6 +34,16 @@ YAML config can be applied using the API or from a Newt site. _Application throu
|
||||
|
||||
</Card>
|
||||
|
||||
<Card title="UI YAML">
|
||||
|
||||
You can also apply blueprints directly in the Pangolin UI. Navigate to **Settings > Blueprints** and paste your YAML configuration into the provided text area.
|
||||
|
||||
<Frame>
|
||||
<img src="/images/create_blueprint.png" width="400" centered/>
|
||||
</Frame>
|
||||
|
||||
</Card>
|
||||
|
||||
<Card title="API YAML">
|
||||
|
||||
You can also apply blueprints directly through the Pangolin API with an API key. [Take a look at the API documentation for more details.](https://api.pangolin.net/v1/docs/#/Organization/put_org__orgId__blueprint)
|
||||
|
||||
Reference in New Issue
Block a user