Skip to content

Commit 7b0a5b2

Browse files
эксперементы
1 parent f0b3d20 commit 7b0a5b2

42 files changed

Lines changed: 5564 additions & 28 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
imports:
22
- reports/_root.yaml
33
- systems/_root.yaml
4+
- users/_root.yaml
45
- docs.yaml

src/repository_structure_example/application_arch/systems/1cbit_finance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ components:
1111
system_category: business_app #channel_app/business_app/ext_business_app/it_app/ext_it_app
1212
links:
1313
# Cвязи с системами
14-
- id: swamp.crocodile.spact
15-
direction: <--
14+
# - id: swamp.crocodile.spact
15+
# direction: <--
1616
- id: swamp.frog.spoll
1717
direction: <--
1818
- id: swamp.crocodile.crm

src/repository_structure_example/application_arch/systems/spoll.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ components:
2424
direction: <--
2525
- id: swamp.crocodile.crm
2626
direction: <--
27-
- id: swamp.crocodile.spact
28-
direction: <--
27+
# - id: swamp.crocodile.spact
28+
# direction: <--
2929

3030

3131

src/repository_structure_example/metamodels/default/users/_root.yaml renamed to src/repository_structure_example/application_arch/users/_root.yaml

File renamed without changes.

src/repository_structure_example/metamodels/default/users/users.yaml renamed to src/repository_structure_example/application_arch/users/users.yaml

File renamed without changes.

src/repository_structure_example/artefacts/common/pal1_landscape.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
contexts: # Контексты представления архитектурных компонентов
22
arch.swamp.common:
33
title: ГК Болото
4-
location: Верхнеуровневый прикладной ландшафт (ПА-L1)/ГК Болото
5-
# extra-links: true
6-
extra-links: false
4+
location: ГК Болото
5+
extra-links: true
6+
# extra-links: false
77
uml:
8-
$notation: plantuml # sber C4Model plantuml
8+
# $notation: plantuml # sber C4Model plantuml
99
$autor: Frog
10-
$version: 0.0.1
10+
$version: '0.0.1'
1111
$moment: 20.11.2022
1212
components:
1313
- swamp.frog.*
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
contexts: # Контексты представления архитектурных компонентов
22
arch.swamp.frog_paradise:
33
title: Верхнеуровневый прикладной ландшафт (ПА-L1) БЮ Лягушачий рай/
4-
location: Верхнеуровневый прикладной ландшафт (ПА-L1)/Лягушачий рай
4+
location: Лягушачий рай
55
# extra-links: true
66
extra-links: false
7-
uml:
8-
$notation: plantuml # sber C4Model plantuml
9-
$autor: Frog
10-
$version: 0.0.1
11-
$moment: 20.11.2022
7+
# uml:
8+
# $notation: plantuml # sber C4Model plantuml
9+
# $autor: Frog
10+
# $version: 0.0.1
11+
# $moment: 20.11.2022
1212
components:
1313
- swamp.frog.*

src/repository_structure_example/documentation/docs.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,20 @@ docs:
1515
type: markdown
1616
source: useful_links/useful_links.md
1717

18+
19+
plugins.frog:
20+
location: 09. Документация/Плагины/1. Мой плагин
21+
type: test
22+
params:
23+
param1: Значение параметра 1
24+
param2: Значение параметра 2
25+
26+
source: examples/test.md"
27+
28+
dochub.plugins.example:
29+
location: 09. Документация/Плагины/2. Пример Ромы
30+
type: html
31+
headers:
32+
head1:
33+
type: test
34+
source: examples/example.html
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
<H1>Привет!</H1>
2+
<P>Это простейший пример HTML-документа, который выводится с использованием <a href="/docs/dochub.plugins.intro">плагина DocHub</a>.</P>
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Привет 2

0 commit comments

Comments
 (0)