Skip to content

Commit bbe9884

Browse files
authored
Merge pull request #3158 from FlowFuse/fix-blueprint-instructions
Handbook: Fix Blueprint Instructions
2 parents af4caa9 + 81b7dd8 commit bbe9884

1 file changed

Lines changed: 11 additions & 3 deletions

File tree

src/handbook/product/blueprints.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,23 @@ Submissions are encouraged to be from an organisation, rather than an individual
6666

6767
Blueprints must be published in two locations:
6868

69-
- **Website**: This is our public Blueprint Library, where users can browse Blueprints and get access to a quick "Deploy" action.
70-
- **Platform**: This is the internal Blueprint Library within FlowFuse. It is configured as part of the FlowFuse Admin Panel.
69+
- **Website**: This is our _public_ Blueprint Library, where users can browse Blueprints and get access to a quick "Deploy" action.
70+
- **Platform**: This is the _internal_ Blueprint Library within FlowFuse. It is configured as part of the FlowFuse Admin Panel.
7171

7272
### Website
7373

74-
To add a Blueprint to our public Blueprint Library, we need to add an `.md` file to the relevant category folder in the `/src/blueprints` directory of the [website repository](https://github.com/FlowFuse/website). The purpose of this page is to advertise the Blueprint, so entries should contain appealing visuals and a clear description of the Blueprint's purpose and value.
74+
To add a Blueprint to our public Blueprint Library, we need to publish the Blueprint to the [`blueprint-library` repository](https://github.com/FlowFuse/blueprint-library). The Website then automatically picks up the new Blueprint and publishes it.
7575

7676
### Platform
7777

78+
#### Submitting a Change Request
79+
80+
In order to add a Blueprint to FlowFuse Cloud, we need to submit a Change Request. Change Request's can be created by selecting "New Issue" in the [Cloud Project](https://github.com/FlowFuse/CloudProject/issues) repository.
81+
82+
Your issue should include a link to the relevant Pull Request on the Blueprint Library repository whereby your Blueprint was published.
83+
84+
#### Creating the Blueprint
85+
7886
![Screenshot of the Blueprint Admin Panel in FlowFuse](../images/development/screenshot-blueprints-admin.png){data-zoomable}
7987
_Screenshot of the Blueprint Admin Panel in FlowFuse_
8088

0 commit comments

Comments
 (0)