Skip to content

Commit

Permalink
Avoid invalid layout in frontmatter
Browse files Browse the repository at this point in the history
  • Loading branch information
chgeo committed Aug 10, 2023
1 parent 589ff41 commit d656155
Show file tree
Hide file tree
Showing 36 changed files with 36 additions and 36 deletions.
2 changes: 1 addition & 1 deletion cds/annotations.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Annotations
synopsis: >
Find here a reference and glossary of common annotations intrinsically supported by the CDS compiler and runtimes.
Expand Down
2 changes: 1 addition & 1 deletion cds/common.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
synopsis: >
Introduces <i>@sap/cds/common</i>, a prebuilt CDS model shipped with <i>@sap/cds</i> that provides common types and aspects.
status: released
Expand Down
2 changes: 1 addition & 1 deletion cds/compiler-v2.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ synopsis: >
CDS compiler version 2 (cv2) brings numerous improvements, which allow us to significantly streamline model processing going forward.
All projects are recommended to upgrade as soon as possible, as the former version will only receive critical fixes after cv2 is
released.
layout: cds-ref
# layout: cds-ref
redirect_from: releases/compiler-v2
status: released
---
Expand Down
2 changes: 1 addition & 1 deletion cds/cql.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Query Language
synopsis: >
Documents the CDS Query Language (aka CQL) which is an extension of the standard SQL SELECT statement.
Expand Down
2 changes: 1 addition & 1 deletion cds/cqn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Query Notation
synopsis: >
Specification of the Core Query Notation (CQN) format that is used to capture queries as plain JavaScript objects.
Expand Down
2 changes: 1 addition & 1 deletion cds/csn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Schema Notation
synopsis: >
Specification of CSN, CDS' canonical format for representing CDS models as plain JavaScript objects, similar to <a href="https://json-schema.org" target="_blank" rel="noopener noreferrer">JSON Schema</a>.
Expand Down
2 changes: 1 addition & 1 deletion cds/cxn.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Expressions
synopsis: >
Specification of the Core Expression Notation (CXN) used to capture expressions as plain JavaScript objects.
Expand Down
2 changes: 1 addition & 1 deletion cds/models.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Nature of Models
synopsis: >
Introduces the fundamental principles of CDS models.
Expand Down
2 changes: 1 addition & 1 deletion cds/types.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cds-ref
# layout: cds-ref
shorty: Built-in Types
synopsis: >
Find here a brief overview of the predefined types shipped with CDS.
Expand Down
2 changes: 1 addition & 1 deletion guides/authorization.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
index: 44
layout: cookbook
# layout: cookbook
label: Authorization
synopsis: >
This guide explains how to restrict access to data by adding respective declarations to CDS models, which are then enforced in service implementations.
Expand Down
2 changes: 1 addition & 1 deletion guides/data-privacy/audit-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cookbook
# layout: cookbook
shorty: Audit Log
synopsis: >
Enable and use audit-log capabilities with your CAP application.
Expand Down
2 changes: 1 addition & 1 deletion guides/data-privacy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ label: Data Privacy
synopsis: >
CAP helps application projects to comply with data privacy regulations using SAP Business Technology Platform (BTP) services.
permalink: guides/data-privacy/
layout: cookbook
# layout: cookbook
status: released
---

Expand Down
2 changes: 1 addition & 1 deletion guides/data-privacy/introduction.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cookbook
# layout: cookbook
shorty: Basics
synopsis: >
This guide explains the basic annotations related to data privacy.
Expand Down
2 changes: 1 addition & 1 deletion guides/data-privacy/pdm.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: cookbook
# layout: cookbook
label: Personal Data Management
shorty: PDM
synopsis: >
Expand Down
2 changes: 1 addition & 1 deletion guides/i18n.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
index: 51
layout: cookbook
# layout: cookbook
synopsis: >
Guides you through the steps to internationalize your application to provide localized versions with respect to both Localized Models as well as Localized Data.
status: released
Expand Down
2 changes: 1 addition & 1 deletion guides/localized-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
index: 52
layout: cookbook
# layout: cookbook
synopsis: >
This guide extends the localization/i18n of static content, such as labels or messages, to serve localized versions of actual application data.
status: released
Expand Down
2 changes: 1 addition & 1 deletion guides/media-data.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ index: 55
title: Media Data
synopsis: >
CAP provides out-of-the-box support for serving media and other binary data.
layout: cookbook
# layout: cookbook
status: released
---

Expand Down
2 changes: 1 addition & 1 deletion guides/messaging/event-mesh.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
# layout: cookbook
# # layout: cookbook
shorty: SAP Event Mesh
status: released
---
Expand Down
2 changes: 1 addition & 1 deletion guides/querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ synopsis: >
Learn about CAP's intrinsic querying capabilities, which allows
clients to request the exact data they need, and are key enablers for
serving requests automatically.
layout: cookbook
# layout: cookbook
breadcrumbs:
- Cookbook
- Querying
Expand Down
2 changes: 1 addition & 1 deletion guides/temporal-data.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
index: 53
layout: cookbook
# layout: cookbook
synopsis: >
CAP provides out-of-the-box support for declaring and serving date-effective entities with application-controlled validity, in particular to serve as-of-now and time-travel queries.
status: released
Expand Down
2 changes: 1 addition & 1 deletion guides/using-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ synopsis: >
Learn how to use uniform APIs to consume local or remote services.
redirect_from:
- guides/consuming-services
layout: cookbook
# layout: cookbook
status: released
impl-variants: true
# uacp: Used as link target from Help Portal at
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: home
# layout: home
status: released

hero:
Expand Down
2 changes: 1 addition & 1 deletion node.js/authentication.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: Authentication
synopsis: >
This guide is about authenticating users on incoming HTTP requests.
layout: node-js
# layout: node-js
status: released
uacp: This page is linked from the Help Portal at https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/29c25e504fdb4752b0383d3c407f52a6.html
---
Expand Down
2 changes: 1 addition & 1 deletion node.js/cds-connect.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
shorty: cds.connect
layout: node-js
# layout: node-js
status: released
---

Expand Down
2 changes: 1 addition & 1 deletion node.js/cds-dk.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: CDS Design Time
synopsis: >
This guide is about consuming CDS design-time APIs programmatically.
layout: node-js
# layout: node-js
status: released
---

Expand Down
2 changes: 1 addition & 1 deletion node.js/cds-log.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
shorty: cds.log
layout: node-js
# layout: node-js
subtocs: false
status: released
---
Expand Down
2 changes: 1 addition & 1 deletion node.js/cds-reflect.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
shorty: cds.reflect
synopsis: >
Find here information about reflecting parsed CDS models in CSN representation.
layout: node-js
# layout: node-js
status: released
---
<!--- Migrated: @external/node.js/cds-reflect.md -> @external/node.js/cds-reflect.md -->
Expand Down
2 changes: 1 addition & 1 deletion node.js/cds-tx.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
redirect_from: node.js/transactions
layout: node-js
# layout: node-js
status: released
label: Transactions
---
Expand Down
2 changes: 1 addition & 1 deletion node.js/databases.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: Databases
synopsis: >
Class <code>cds.DatabaseService</code> and subclasses thereof are technical services representing persistent storage.
layout: node-js
# layout: node-js
status: released
---

Expand Down
2 changes: 1 addition & 1 deletion node.js/messaging.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
synopsis: >
Learn details about using messaging services and outbox for asynchronous communications.
redirect_from: node.js/outbox
layout: node-js
# layout: node-js
status: released
---
<!--- Migrated: @external/node.js/Messaging/0-index.md -> @external/node.js/messaging.md -->
Expand Down
2 changes: 1 addition & 1 deletion node.js/middlewares.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: Middlewares
synopsis: >
Learn about default middlewares and all the options of customization.
layout: node-js
# layout: node-js
status: released
---
<!--- Migrated: @external/node.js/Middlewares/0-index.md -> @external/node.js/middlewares.md -->
Expand Down
2 changes: 1 addition & 1 deletion node.js/protocols.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: Protocols
synopsis: >
Protocol Adapters translate inbound requests and messages into instances of [cds.Request](events) and cds.Query.
layout: node-js
# layout: node-js
status: released
---
<!--- Migrated: @external/node.js/protocols.md -> @external/node.js/protocols.md -->
Expand Down
2 changes: 1 addition & 1 deletion node.js/remote-services.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: Remote Services
synopsis: >
Class `cds.RemoteService` is a service proxy class to consume remote services via different [protocols](protocols), like OData or plain REST.
layout: node-js
# layout: node-js
status: released
---
<!--- Migrated: @external/node.js/remote-services.md -> @external/node.js/remote-services.md -->
Expand Down
2 changes: 1 addition & 1 deletion node.js/services.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
shorty: Class <code>cds</code><i>.Service
layout: node-js
# layout: node-js
# status: released
uacp: This page is linked from the Help Portal at https://help.sap.com/products/BTP/65de2977205c403bbc107264b8eccf4b/29c25e504fdb4752b0383d3c407f52a6.html
---
Expand Down
2 changes: 1 addition & 1 deletion node.js/typescript.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
layout: node-js
# layout: node-js
status: released
redirect_from: get-started/using-typescript
---
Expand Down
2 changes: 1 addition & 1 deletion tools/cds-typer.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
label: cds-typer
synopsis: >
This page explains the package cds-typer in depth.
layout: node-js
# layout: node-js
status: released
---

Expand Down

0 comments on commit d656155

Please sign in to comment.