Skip to content

Commit 45ef7aa

Browse files
Release 2025-01-07 (#1543)
2 parents 0bb7de5 + 43c4671 commit 45ef7aa

6 files changed

Lines changed: 25 additions & 25 deletions

File tree

.vitepress/theme/styles.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@
4444
--vp-nav-height: 44px;
4545

4646
--vp-c-text-1: #000;
47+
.VPHomeHero {
48+
h1 { line-height: 1.2em; }
49+
}
4750
h1, h2, h3, h4, h5 { color: rgba(60, 60, 67) }
4851
h6 { color: transparent; position: absolute; margin-top: -7.7em; right: 0px; } // we use h6 for alternative anchor targets
4952

guides/multitenancy/old-mtx-apis.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ breadcrumbs:
88
- Old MTX
99
# layout: cookbook
1010
status: released
11+
search: false
1112
---
1213

1314

guides/querying.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ breadcrumbs:
1010
- Cookbook
1111
- Querying
1212
#status: released (add link in /guides/databases#db-agnostic-queries to this guide when released)
13+
search: false
1314
---
1415

1516
# Querying and View Building

java/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
synopsis: >
3-
How to start a new CAP Java project and how to run it locally.
3+
How to start a new CAP Java project and how to run it locally.
44
#notebook: true
55
status: released
66
---

java/working-with-data.md

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

tools/cds-lint/rules/_menu.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
1-
# [assoc2many-ambiguous-key](assoc2many-ambiguous-key.md)
2-
# [auth-no-empty-restrictions](auth-no-empty-restrictions.md)
3-
# [auth-restrict-grant-service](auth-restrict-grant-service.md)
4-
# [auth-use-requires](auth-use-requires.md)
5-
# [auth-valid-restrict-grant](auth-valid-restrict-grant.md)
6-
# [auth-valid-restrict-keys](auth-valid-restrict-keys.md)
7-
# [auth-valid-restrict-to](auth-valid-restrict-to.md)
8-
# [auth-valid-restrict-where](auth-valid-restrict-where.md)
9-
# [extension-restrictions](extension-restrictions.md)
10-
# [latest-cds-version](latest-cds-version.md)
11-
# [no-db-keywords](no-db-keywords.md)
12-
# [no-dollar-prefixed-names](no-dollar-prefixed-names.md)
13-
# [no-java-keywords](no-java-keywords.md)
14-
# [no-join-on-draft](no-join-on-draft.md)
15-
# [sql-cast-suggestion](sql-cast-suggestion.md)
16-
# [sql-null-comparison](sql-null-comparison.md)
17-
# [start-elements-lowercase](start-elements-lowercase.md)
18-
# [start-entities-uppercase](start-entities-uppercase.md)
19-
# [valid-csv-header](valid-csv-header.md)
1+
# [assoc2many-ambiguous-key](assoc2many-ambiguous-key)
2+
# [auth-no-empty-restrictions](auth-no-empty-restrictions)
3+
# [auth-restrict-grant-service](auth-restrict-grant-service)
4+
# [auth-use-requires](auth-use-requires)
5+
# [auth-valid-restrict-grant](auth-valid-restrict-grant)
6+
# [auth-valid-restrict-keys](auth-valid-restrict-keys)
7+
# [auth-valid-restrict-to](auth-valid-restrict-to)
8+
# [auth-valid-restrict-where](auth-valid-restrict-where)
9+
# [extension-restrictions](extension-restrictions)
10+
# [latest-cds-version](latest-cds-version)
11+
# [no-db-keywords](no-db-keywords)
12+
# [no-dollar-prefixed-names](no-dollar-prefixed-names)
13+
# [no-java-keywords](no-java-keywords)
14+
# [no-join-on-draft](no-join-on-draft)
15+
# [sql-cast-suggestion](sql-cast-suggestion)
16+
# [sql-null-comparison](sql-null-comparison)
17+
# [start-elements-lowercase](start-elements-lowercase)
18+
# [start-entities-uppercase](start-entities-uppercase)
19+
# [valid-csv-header](valid-csv-header)

0 commit comments

Comments
 (0)