Skip to content

Commit 748bb49

Browse files
Headings with alternative texts (#1433)
1 parent 0750e1a commit 748bb49

File tree

7 files changed

+18
-18
lines changed

7 files changed

+18
-18
lines changed

guides/domain-modeling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -771,7 +771,7 @@ By generating `.texts` entities and associations behind the scenes, CAP's **out-
771771

772772

773773

774-
### `@cds.on.insert` {.annotation}
774+
### `@cds.on.insert` {.annotation alt="The following documentation on cds.on.update also applies to cds.on.insert. "}
775775

776776
### `@cds.on.update` {.annotation}
777777

node.js/cds-compile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ Renders the given model to a formatted JSON or YAML string.
156156

157157

158158

159-
### .edm() {.method}
159+
### .edm() {.method alt="The following documentation on .edmx also applies to .edm."}
160160

161161
### .edmx() {.method}
162162

node.js/cds-i18n.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ And provide texts and translations in corresponding files like `_i18n/yours.prop
8686

8787
This is a global object acting as the facade to the i18n features as outlined below.
8888

89-
### `.file` {.property}
89+
### `.file` {.property alt="The following documentation on .folders also applies to .file. "}
9090

9191
### `.folders` {.property}
9292

@@ -206,7 +206,7 @@ An instance of [`I18nFiles`](#i18nfiles) with the found folders and files to loa
206206

207207

208208

209-
### `at (key, ...)` {.method}
209+
### `at (key, ...)` {.method alt="The following documentation on for also applies to at. "}
210210

211211
### `for (key, ...)` {.method}
212212

node.js/cds-ql.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ SELECT.from ('Authors').alias('a').where({
440440

441441

442442

443-
### where() {.method}
443+
### where(){.method alt="The following documentation on having also applies to where"}
444444

445445
### having() {.method}
446446

@@ -671,7 +671,7 @@ INSERT.into(Books).entries(await SELECT.from(Products))
671671

672672

673673

674-
### values() {.method}
674+
### values() {.method alt="The following documentation on rows also applies to values. "}
675675

676676
### rows() {.method}
677677

@@ -819,7 +819,7 @@ UPDATE (Books.texts, {ID:201, locale:'de'}) ...
819819

820820

821821

822-
### set() {.method}
822+
### set() {.method alt="The following documentation on with also applies to set. "}
823823

824824
### with() {.method}
825825

node.js/cds-reflect.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ A tag property which is `true` for linked models. {.indent}
7979

8080
The [CSN definitions](../cds/csn#definitions) of the model, turned into an instance of [`LinkedDefinitions`]. {.indent}
8181

82-
### . services {.property}
82+
### . services {.property alt="The following documentation on entities also applies to services. "}
8383

8484
### . entities {.property}
8585

@@ -320,9 +320,9 @@ class cds.service extends cds.context {...}
320320

321321
A tag property which is `true` for linked entity definitions. {.indent}
322322

323-
### . entities {.property}
323+
### . entities {.property alt="The following documentation on actions also applies to entities. "}
324324

325-
### . events {.property}
325+
### . events {.property alt="The following documentation on actions also applies to events. "}
326326

327327
### . actions {.property}
328328

@@ -346,12 +346,12 @@ class cds.entity extends cds.struct {...}
346346
A tag property which is `true` for linked entity definitions.
347347
{.indent}
348348

349-
### . keys {.property}
349+
### . keys {.property alt="The following documentation on actions also applies to keys. "}
350350

351351

352-
### . associations {.property}
352+
### . associations {.property alt="The following documentation on actions also applies to associations. "}
353353

354-
### . compositions {.property}
354+
### . compositions {.property alt="The following documentation on actions also applies to compositions. "}
355355

356356
### . actions {.property}
357357

node.js/core-services.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,9 +397,9 @@ var srv.options : { //> from cds.requires config
397397

398398

399399

400-
### . entities {.property}
400+
### . entities {.property alt="The following documentation on operations also applies to entities. "}
401401

402-
### . events {.property}
402+
### . events {.property alt="The following documentation on operations also applies to events. "}
403403

404404
### . operations {.property}
405405

node.js/events.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,11 +188,11 @@ Provides access to headers of the event message or request. In the case of async
188188

189189

190190

191-
### eve. before 'commit' {.event}
191+
### eve. before 'commit' {.event alt="The following documentation on done also applies to commit. "}
192192

193-
### eve. on 'succeeded' {.event}
193+
### eve. on 'succeeded' {.event alt="The following documentation on done also applies to succeeded. "}
194194

195-
### eve. on 'failed' {.event}
195+
### eve. on 'failed' {.event alt="The following documentation on done also applies to failed. "}
196196

197197
### eve. on 'done' {.event}
198198

0 commit comments

Comments
 (0)