Skip to content

Commit

Permalink
Release 2025-01-07 (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
renejeglinsky authored Jan 7, 2025
2 parents 0bb7de5 + 43c4671 commit 45ef7aa
Show file tree
Hide file tree
Showing 6 changed files with 25 additions and 25 deletions.
3 changes: 3 additions & 0 deletions .vitepress/theme/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@
--vp-nav-height: 44px;

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

Expand Down
1 change: 1 addition & 0 deletions guides/multitenancy/old-mtx-apis.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ breadcrumbs:
- Old MTX
# layout: cookbook
status: released
search: false
---


Expand Down
1 change: 1 addition & 0 deletions guides/querying.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ breadcrumbs:
- Cookbook
- Querying
#status: released (add link in /guides/databases#db-agnostic-queries to this guide when released)
search: false
---

# Querying and View Building
Expand Down
2 changes: 1 addition & 1 deletion java/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
synopsis: >
How to start a new CAP Java project and how to run it locally.
How to start a new CAP Java project and how to run it locally.
#notebook: true
status: released
---
Expand Down
5 changes: 0 additions & 5 deletions java/working-with-data.md

This file was deleted.

38 changes: 19 additions & 19 deletions tools/cds-lint/rules/_menu.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# [assoc2many-ambiguous-key](assoc2many-ambiguous-key.md)
# [auth-no-empty-restrictions](auth-no-empty-restrictions.md)
# [auth-restrict-grant-service](auth-restrict-grant-service.md)
# [auth-use-requires](auth-use-requires.md)
# [auth-valid-restrict-grant](auth-valid-restrict-grant.md)
# [auth-valid-restrict-keys](auth-valid-restrict-keys.md)
# [auth-valid-restrict-to](auth-valid-restrict-to.md)
# [auth-valid-restrict-where](auth-valid-restrict-where.md)
# [extension-restrictions](extension-restrictions.md)
# [latest-cds-version](latest-cds-version.md)
# [no-db-keywords](no-db-keywords.md)
# [no-dollar-prefixed-names](no-dollar-prefixed-names.md)
# [no-java-keywords](no-java-keywords.md)
# [no-join-on-draft](no-join-on-draft.md)
# [sql-cast-suggestion](sql-cast-suggestion.md)
# [sql-null-comparison](sql-null-comparison.md)
# [start-elements-lowercase](start-elements-lowercase.md)
# [start-entities-uppercase](start-entities-uppercase.md)
# [valid-csv-header](valid-csv-header.md)
# [assoc2many-ambiguous-key](assoc2many-ambiguous-key)
# [auth-no-empty-restrictions](auth-no-empty-restrictions)
# [auth-restrict-grant-service](auth-restrict-grant-service)
# [auth-use-requires](auth-use-requires)
# [auth-valid-restrict-grant](auth-valid-restrict-grant)
# [auth-valid-restrict-keys](auth-valid-restrict-keys)
# [auth-valid-restrict-to](auth-valid-restrict-to)
# [auth-valid-restrict-where](auth-valid-restrict-where)
# [extension-restrictions](extension-restrictions)
# [latest-cds-version](latest-cds-version)
# [no-db-keywords](no-db-keywords)
# [no-dollar-prefixed-names](no-dollar-prefixed-names)
# [no-java-keywords](no-java-keywords)
# [no-join-on-draft](no-join-on-draft)
# [sql-cast-suggestion](sql-cast-suggestion)
# [sql-null-comparison](sql-null-comparison)
# [start-elements-lowercase](start-elements-lowercase)
# [start-entities-uppercase](start-entities-uppercase)
# [valid-csv-header](valid-csv-header)

0 comments on commit 45ef7aa

Please sign in to comment.