-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #358 from RabotaRu/v3.1.1
v3.1.1
- Loading branch information
Showing
15 changed files
with
569 additions
and
256 deletions.
There are no files selected for viewing
Binary file renamed
BIN
+29.3 MB
distrib/idea/IDEAPlugin-3.4.0.zip → distrib/idea/IDEAPlugin-3.5.0.zip
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,87 +1,5 @@ | ||
imports: | ||
# - http://localhost:8080/metamodel/root.yaml | ||
- http://localhost:8080/documentation/root.yaml | ||
# - http://localhost:8080/documentation/root.yaml | ||
# - https://dochub.info/documentation/root.yaml | ||
# - root.yaml | ||
|
||
entities: | ||
nodes: | ||
title: Пример сущности декларирующей свои объекты | ||
schema: | ||
type: object | ||
patternProperties: | ||
"^[0-9a-zA-Z][a-zA-Z0-9_-]*(\\.[a-zA-Z][a-zA-Z0-9_-]*)*$": | ||
type: object | ||
properties: | ||
title: | ||
title: Название объекта | ||
type: string | ||
objects: # Декларируемые объекты | ||
node: | ||
route: "/" # Размещение массива объектов от корня "entities" | ||
title: Нода | ||
|
||
examples: | ||
title: Пример ссылок на объекты сущности node | ||
schema: | ||
type: array | ||
items: | ||
type: object | ||
properties: | ||
node: | ||
title: Здесь указывается ID ноды | ||
$ref: "#/$rels/components.component" # Ссылка на объект сущности nodes | ||
required: | ||
- node | ||
|
||
nodes: | ||
test: | ||
title: sdjsjhgd | ||
test2: | ||
title: ksjkjhdkhjsdkjhsd | ||
|
||
interactions: | ||
dochub.customer: | ||
title: Пользователь | ||
dochub.customer.promotion: | ||
title: Продвижение | ||
customer.promotion.article: | ||
title: Статья на Хабре | ||
triggers: | ||
- Выдача в поиске | ||
results: | ||
- Переход в репозиторий | ||
steps: | ||
- from: Хабр | ||
to: Клиент | ||
value: Анализ новых статей | ||
- from: Клиент | ||
to: Хабр | ||
value: Чтение статьи о DocHub | ||
- from: Клиент | ||
to: Репозиторий | ||
value: Переход в репозиторий | ||
|
||
customer.deployment: | ||
title: Разворачивание DocHub | ||
triggers: | ||
- Первое знакомство с DocHub | ||
results: | ||
- Потенциальный клиент (лид) | ||
steps: | ||
- from: Клиент | ||
to: Статьи | ||
value: Получение информации о DocHub | ||
sub-interactions: customer.promotion.article # Здесь ссылка на взаимодействие пользователя со статьями | ||
- from: Клиент | ||
to: Репозиторий | ||
value: Изучение инструкции | ||
- from: Клиент | ||
to: Репозиторий | ||
value: Развертывание | ||
- from: Клиент | ||
to: DocHub | ||
value: Первый опыт | ||
|
||
examples: | ||
- node: dochub.front.spa.blank.radar | ||
# - root.yaml |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.