Skip to content

Commit ff5cbd7

Browse files
Akatuorochgeorenejeglinsky
authored
fix impl variants (#2371)
I noticed that the impl-variants behavior was not quite consistent... some pages had an `ImplVariantsHint`, but no `impl-variants: true` and another page (the new remote-authentication guide) had an `ImplVariantsHint` without java or node specific sections. => add the hint and metadata where there are java or node specific sections --------- Co-authored-by: Christian Georgi <chgeo@users.noreply.github.com> Co-authored-by: René Jeglinsky <rene.jeglinsky@sap.com>
1 parent 5c38f2a commit ff5cbd7

File tree

8 files changed

+8
-1
lines changed

8 files changed

+8
-1
lines changed

guides/deploy/to-kyma.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ breadcrumbs:
77
- Deployment
88
- Deploy to Kyma
99
status: released
10+
impl-variants: true
1011
# uacp: Used as link target from Help Portal at https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/29c25e504fdb4752b0383d3c407f52a6.html and https://help.sap.com/viewer/65de2977205c403bbc107264b8eccf4b/Cloud/en-US/e4a7559baf9f4e4394302442745edcd9.html
1112
---
1213

guides/security/authentication.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ label: Authentication
44
synopsis: >
55
This guide explains how to authenticate CAP services.
66
status: released
7+
impl-variants: true
78
---
89

910
<script setup>

guides/security/authorization.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
synopsis: >
33
This guide explains how to restrict access to data by adding respective declarations to CDS models, which are then enforced by CAP's generic service providers.
44
uacp: Used as link target from SAP Help Portal at https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/e4a7559baf9f4e4394302442745edcd9.html
5+
impl-variants: true
56
---
67

78
<script setup>

guides/security/cap-users.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ label: CAP Users
44
synopsis: >
55
This guide introduces CAP user abstraction and role assignments.
66
status: released
7+
impl-variants: true
78
---
89

910
<script setup>

guides/security/remote-authentication.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ status: released
2121

2222
# Outbound Authentication { #remote-authentication }
2323

24-
<ImplVariantsHint />
2524

2625
This guide explains how to authenticate remote services.
2726

guides/services/consuming-services.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ If you want to use data from other services or you want to split your applicatio
1919

2020
[[toc]]
2121

22+
<ImplVariantsHint />
23+
2224
## Introduction
2325

2426
If you want to use data from other services or you want to split your application into multiple microservices, you need a connection between those services. We call them **remote services**. As everything in CAP is a service, remote services are modeled the same way as internal services — using CDS.

guides/uis/fiori.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ CAP provides out-of-the-box support for SAP Fiori elements. This guide explains
1212
[[toc]]
1313

1414

15+
1516
## SAP Fiori Preview
1617

1718
For entities exposed via OData V4 there is a _Fiori preview_ link on the index page. It dynamically serves an SAP Fiori elements list page that allows you to quickly see the effect of annotation changes without having to create a UI application first.

tools/apis/cds-build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ CDS already offers build plugins to create deployment layouts for the most use c
1111
Build plugins are run by `cds build` to generate the required deployment artifacts. Build tasks hold the actual project specific configuration. The task's `for` property value has to match the build plugin ID.
1212

1313
The following description uses the [postgres build plugin](https://github.com/cap-js/cds-dbs/blob/55e511471743c0445d41e8297f5530abe167a270/postgres/cds-plugin.js#L9-L48) as reference implementation. It combines runtime and design-time integration in a single plugin `@cap-js/postgres`.
14+
1415
## Add Build Logic
1516

1617
A build plugin is a Node.js module complying to the [CDS plugin architecture](../../node.js/cds-plugins).

0 commit comments

Comments
 (0)