From 60b7ae8f5b4b7864e8dda498bb7d4c03353416f8 Mon Sep 17 00:00:00 2001 From: dorotaphanSiili <108282075+dorotaphanSiili@users.noreply.github.com> Date: Mon, 27 Jun 2022 16:47:58 +0200 Subject: [PATCH] Edit Template section Changed "Template" word to "Blueprint" word Add info about adding user defined blueprint --- docs/guide/index.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/guide/index.md b/docs/guide/index.md index a53caa8..1dbbfdf 100644 --- a/docs/guide/index.md +++ b/docs/guide/index.md @@ -36,11 +36,13 @@ The view has now changed to the `Api Modules` view. Here you see all your API mo You can now edit and save the API Module. API modules structure and meaning is defined in the [ObjectAPI Specification](../objectapi/). -## Install Code Templates +## Install Blueprints -To create your first SDK from API modules we need to have Code Templates installed and a configuration file, called solution. +To create your first SDK from API modules you need to have Blueprints installed and a configuration file, called solution. The Blueprint allows creating new files for your solution based on defined rules and file templatea inside the Blueprint. -In the `Templates` view you see all templates available from the ApiGear cloud. You can install templates by clicking the `Install` button. The templates are installed in a local folder on you drive. +In the `Blueprint` view you see all templates available from the ApiGear cloud. You can install them by clicking the `Install` button. The Blueprints are installed in a local folder on you drive. + +Or you can add your own Blueprint using the `Local Blueprint` button and point to your Blueprint localization. The name of a template will be used later for creating a SDK from the API modules.