Skip to content

Commit b6c37cb

Browse files
committed
deploy: a2374da
1 parent 555df3d commit b6c37cb

9 files changed

+138
-5
lines changed

assets/css/main.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

feed-multilang.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="https://imustafin.tatar/feed-multilang.xml" rel="self" type="application/atom+xml" />
77
<link href="https://imustafin.tatar" />
88
<id>https://imustafin.tatar/feed-multilang.xml</id>
9-
<updated>2024-11-27T18:31:49+00:00</updated>
9+
<updated>2024-11-27T18:39:25+00:00</updated>
1010

1111

1212

feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="https://imustafin.tatar/feed.xml" rel="self" type="application/atom+xml" />
77
<link href="https://imustafin.tatar" />
88
<id>https://imustafin.tatar/feed.xml</id>
9-
<updated>2024-11-27T18:31:49+00:00</updated>
9+
<updated>2024-11-27T18:39:25+00:00</updated>
1010

1111

1212

ru/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="https://imustafin.tatar/ru/feed.xml" rel="self" type="application/atom+xml" />
77
<link href="https://imustafin.tatar" />
88
<id>https://imustafin.tatar/ru/feed.xml</id>
9-
<updated>2024-11-27T18:31:49+00:00</updated>
9+
<updated>2024-11-27T18:39:25+00:00</updated>
1010

1111

1212

tt/feed.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link href="https://imustafin.tatar/tt/feed.xml" rel="self" type="application/atom+xml" />
77
<link href="https://imustafin.tatar" />
88
<id>https://imustafin.tatar/tt/feed.xml</id>
9-
<updated>2024-11-27T18:31:49+00:00</updated>
9+
<updated>2024-11-27T18:39:25+00:00</updated>
1010

1111

1212

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
@startuml
2+
3+
!define Table(name) class name as "name"
4+
!define primary_key(x) <b>x</b>
5+
!define unique(x) <color:green>x</color>
6+
!define not_null(x) <u>x</u>
7+
hide methods
8+
hide stereotypes
9+
hide circle
10+
hide empty members
11+
skinparam linetype ortho
12+
13+
Table(Пакет)
14+
15+
Table(Ясаучы)
16+
17+
Table(Тәг)
18+
19+
Table(Раунд)
20+
21+
Table(Тема)
22+
23+
Table(Сорау)
24+
25+
Ясаучы }|--o{ Пакет
26+
Пакет }|--o{ Тәг
27+
Пакет ||-r-o{ Раунд
28+
Раунд ||-r-o{ Тема
29+
Тема ||-r-o{ Сорау
30+
31+
@enduml
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
@startuml
2+
3+
!define Table(name) class name as "name"
4+
!define primary_key(x) <b>x</b>
5+
!define unique(x) <color:green>x</color>
6+
!define not_null(x) <u>x</u>
7+
hide methods
8+
hide stereotypes
9+
hide circle
10+
hide empty members
11+
skinparam linetype ortho
12+
13+
Table(Package)
14+
15+
Table(Author)
16+
17+
Table(Tag)
18+
19+
Table(Round)
20+
21+
Table(Theme)
22+
23+
Table(Question)
24+
25+
Author }|--o{ Package
26+
Package }|--o{ Tag
27+
Package ||-r-o{ Round
28+
Round ||-r-o{ Theme
29+
Theme ||-r-o{ Question
30+
31+
@enduml
Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
@startuml
2+
3+
!define Table(name) class name as "name"
4+
!define primary_key(x) <b>x</b>
5+
!define unique(x) <color:green>x</color>
6+
!define not_null(x) <u>x</u>
7+
hide methods
8+
hide stereotypes
9+
hide circle
10+
hide empty members
11+
skinparam linetype ortho
12+
13+
Table(Пакет)
14+
15+
Table(Автор)
16+
17+
Table(Тег)
18+
19+
Table(Раунд)
20+
21+
Table(Тема)
22+
23+
Table(Вопрос)
24+
25+
Автор }|--o{ Пакет
26+
Пакет }|--o{ Тег
27+
Пакет ||-r-o{ Раунд
28+
Раунд ||-r-o{ Тема
29+
Тема ||-r-o{ Вопрос
30+
31+
@enduml
Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
@startuml
2+
3+
skinparam linetype ortho
4+
hide empty members
5+
hide circle
6+
7+
namespace main #becee4 {
8+
class APPLICATION <<root>> {
9+
10+
}
11+
12+
class DEMO {
13+
14+
}
15+
16+
namespace subcluster #FFFFFF {
17+
class SUBCLUSTER_DEMO
18+
}
19+
}
20+
21+
namespace "<&book> other_library" as other_library {
22+
class OTHER_LIBRARY_DEMO
23+
}
24+
25+
26+
namespace other_cluster {
27+
class OTHER_CLUSTER_DEMO
28+
}
29+
30+
namespace indirect_cluster {
31+
class INDIRECT_CLUSTER_DEMO
32+
}
33+
34+
main.APPLICATION .d.> main.DEMO
35+
main.DEMO .d.> other_cluster.OTHER_CLUSTER_DEMO
36+
other_cluster.OTHER_CLUSTER_DEMO .r.> indirect_cluster.INDIRECT_CLUSTER_DEMO
37+
main.DEMO .r.> main.subcluster.SUBCLUSTER_DEMO
38+
main.DEMO .l.> other_library.OTHER_LIBRARY_DEMO
39+
40+
@enduml

0 commit comments

Comments
 (0)