Skip to content

Commit 27208bc

Browse files
committed
Added Aspect-oriented Modelling guide
1 parent 748bb49 commit 27208bc

File tree

9 files changed

+616
-114
lines changed

9 files changed

+616
-114
lines changed

.vitepress/theme/custom.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -367,7 +367,7 @@ kbd {
367367
margin-top: -5px;
368368
margin-bottom: 5px;
369369
display: block;
370-
&, & a { color: #999 !important; .dark & { color: #777 !important }};
370+
& { color: #999 !important; .dark & { color: #777 !important }};
371371

372372
&::before {
373373
content: url('/images/learn-more.svg');

advanced/assets/data-model.cds

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,7 @@ entity Chapters {
1313
chapterName : String;
1414
book : Association to one Books on book.ID=book_ID;
1515
};
16+
17+
extend entity Books with @foo:11 {
18+
author : String;
19+
};

0 commit comments

Comments
 (0)