Skip to content

Commit 2730c26

Browse files
committed
Move docs to src/docs
- Update the ToC and header levels of documentation
1 parent ccad30b commit 2730c26

File tree

142 files changed

+801
-884
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

142 files changed

+801
-884
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
branches:
55
- 2023.3.x
66
paths:
7-
- 'docs/**'
7+
- 'src/docs/**'
88
jobs:
99
# Build job
1010
build:

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,5 +303,5 @@ tasks.withType(Groovydoc) {
303303

304304
docs {
305305
dependsOn groovydoc
306-
sourceDir = project.file('docs')
306+
sourceDir = project.file('src/docs')
307307
}

docs/guide/constraints/applyingConstraints.adoc

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

docs/guide/persistenceBasics/fetching.adoc

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

docs/guide/programmaticTransactions.adoc

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

docs/guide/querying.adoc

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

0 commit comments

Comments
 (0)