Skip to content

Commit 5e08207

Browse files
committed
...
1 parent 2e8ebcf commit 5e08207

File tree

8 files changed

+815
-695
lines changed

8 files changed

+815
-695
lines changed

.vitepress/theme/styles.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,7 @@ main .vp-doc {
128128
h2 { font-size: 24px; margin: 4em 0 2em; padding-top: 12px; }
129129
h3 { font-size: 20px; margin: 3em 0 1em;
130130
margin-bottom: 0em; // reduce margin-bottom to group series of h3 together
131+
& + h3 { margin-top: 0.3em; }
131132
& + p { margin-top: 1.5em; }
132133
}
133134
h4 { font-size: 17px; margin: 2em 0 1em;

cds/cdl.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -933,7 +933,8 @@ entity Addresses {
933933
```
934934

935935

936-
### Managed (To-One) Associations {#managed-associations}
936+
### Managed (To-One) Associations
937+
###### managed-associations
937938

938939
For to-one associations, CDS can automatically resolve and add requisite foreign key elements from the target's primary keys and implicitly add respective join conditions.
939940

guides/databases/_menu.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
# [CAP-level Database Usage](index.md)
2-
# [CDS Compiled to DDL](cds-compile-to-ddl)
3-
# [Agnostic Models](db-agnostic-cds)
4-
# [Adding Initial Data](initial-data.md)
5-
# [SAP HANA](hana.md)
1+
<!-- # [CAP-level Database Usage](index.md) -->
2+
# [Database-Agnostic CDS](agnostic-cds)
3+
# [Compiled to DDL](compiled-to-ddl)
4+
# Deployed to ...
5+
# [- SAP HANA](hana.md)
66
## [SAP HANA Native](hana-native.md)
7-
# [SQLite](sqlite.md)
8-
# [H2 (Java)](h2.md)
9-
# [PostgreSQL](postgres.md)
7+
# [- SQLite](sqlite.md)
8+
# [- H2 (Java)](h2.md)
9+
# [- PostgreSQL](postgres.md)
10+
# [Adding Initial Data](initial-data.md)
11+
# [Schema Evolution](schema-evolution.md) <!-- UNRELEASED -->
1012
# [Performance Guide](performance.md)
File renamed without changes.

guides/databases/cds-compile-to-ddl.md

Lines changed: 0 additions & 189 deletions
This file was deleted.

0 commit comments

Comments
 (0)