Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
50 commits
Select commit Hold shift + click to select a range
b7a74ca
Set release status
chgeo Apr 30, 2023
d15cb44
Set release status
chgeo Apr 30, 2023
09ce1e4
Checkmark styling: use consistent char
chgeo May 1, 2023
19f3ae4
Support comma-sep csv syntax
chgeo May 1, 2023
c45c817
Update aspects.md (#115)
BraunMatthias May 2, 2023
979dbea
Add docu for "additional odata vocabs" (#117)
stewsk May 2, 2023
45644e0
Describe OpenType support in OData v4 (#94)
eugene-andreev May 2, 2023
cff702e
@cds.localized and expanded entities (#105)
mariayord May 2, 2023
c8f15b8
Fix layout and other glitches in `about` (#119)
chgeo May 2, 2023
b635449
Minor cosmetics
danjoa May 2, 2023
2bb6908
Don't use IndexList (-> in general)
danjoa May 2, 2023
ed522c8
New cds.Services Guide
danjoa May 2, 2023
0b2cf53
fixed link
danjoa May 2, 2023
ba681c9
.
danjoa May 2, 2023
b455a96
Fix link
chgeo May 2, 2023
95f73d9
Fix styling of some synopsis
chgeo May 2, 2023
70d39e6
Fix anchor links
chgeo May 2, 2023
6317b80
Relace images w/ code by code blocks
chgeo May 2, 2023
b6bc328
Fix cds snippet
chgeo May 2, 2023
bdb198d
Another cds snippet error
chgeo May 2, 2023
28d9d67
Split code block
chgeo May 2, 2023
a9ea043
Advanced - OData: updated links and naming (#121)
renejeglinsky May 3, 2023
a5de7ae
cds import : updating doc for asyncapi import (#111)
muskansethi1 May 3, 2023
745dd61
fix: app-specific settings via cds.env (#120)
sjvans May 3, 2023
a03ef91
cds.env: better styling and code groups
chgeo May 3, 2023
95b203b
Update odata.md (#122)
renejeglinsky May 3, 2023
1943daa
Revised cds.ApplicationService docs
danjoa May 3, 2023
c368f60
..
danjoa May 3, 2023
94ad71f
.
danjoa May 3, 2023
de2032e
minor cleanup
danjoa May 4, 2023
fdfd9b0
Fix anchor links
chgeo May 4, 2023
a5aeabc
Moving (#123)
renejeglinsky May 4, 2023
03d7ca1
Fix link
chgeo May 4, 2023
7c6261b
Fix missing links (#125)
tim-sh May 4, 2023
4fe95cb
annotations.md: Fix missing URLs to some guides (#127)
bugwelle May 4, 2023
52705ba
cds import : minor change (#124)
muskansethi1 May 4, 2023
08b31d7
Update docu in Open Types (#128)
agoerler May 4, 2023
1b6464b
Handle initial java/node state
chgeo May 4, 2023
d1d97ff
Update Java properties from 1.34.0
chgeo May 4, 2023
1df40e8
Fix more dead links
chgeo May 4, 2023
52ac8b1
Better 2 column layout in about page
chgeo May 4, 2023
0c05d45
Adjusted links to core-services
danjoa May 5, 2023
af8508f
Remove superfluous style
chgeo May 5, 2023
f4d6a33
Fix anchor link
chgeo May 5, 2023
3dd20df
CDL: Use `cds` for code blocks instead of `swift` (#129)
bugwelle May 5, 2023
4b2e171
Use default `Inter` font as fallback
chgeo May 5, 2023
a0248b7
fixed error
renejeglinsky May 5, 2023
63d8716
.
renejeglinsky May 5, 2023
8ed392e
fix error
renejeglinsky May 5, 2023
d9624da
Dummy changed
chgeo May 5, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
annotations.md: Fix missing URLs to some guides (#127)
  • Loading branch information
bugwelle authored May 4, 2023
commit 4fe95cb96b3be78e6e679a489d2f883c413806d3
4 changes: 2 additions & 2 deletions cds/annotations.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ Shortcuts:

| Annotation | Description |
|---------------------|------------------------------------------------------|
| `@ValueList.entity` | see [Domain Modeling] |
| `@ValueList.entity` | see [Domain Modeling](../guides/domain-modeling) |
| `@odata.Type` | see [OData](../advanced/odata#override-type-mapping) |
| `@odata.MaxLength` | see [OData](../advanced/odata#override-type-mapping) |
| `@odata.Precision` | see [OData](../advanced/odata#override-type-mapping) |
Expand All @@ -99,4 +99,4 @@ Intrinsically supported OData Annotations:
| `@Core.IsMediaType` | see [Media Data](../guides/media-data) |
| `@Core.IsUrl` | see [Media Data](../guides/media-data) |
| `@Capabilities...` | see [Fiori](../advanced/fiori) |
| `@Common.FieldControl` | see [Input Validation] |
| `@Common.FieldControl` | see [Input Validation](../guides/providing-services/#input-validation)) |