Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 2025-01-07 #1543

Merged
merged 2 commits into from
Jan 7, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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)
Loading