-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 4.1.x: Bump doctrine/.github from 5.1.0 to 5.2.0 (#6534) Fix broken link Setup documentation workflow Add cli-tools tools document to the TOC Avoid custom directives Mark sidebar as orphan ci: Run tests with PHP 8.4 (#6528) Bump GitHub actions (#6527)
- Loading branch information
Showing
7 changed files
with
88 additions
and
45 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,4 +6,4 @@ updates: | |
interval: "weekly" | ||
labels: | ||
- "CI" | ||
target-branch: "3.8.x" | ||
target-branch: "3.9.x" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
name: "Documentation" | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- "*.x" | ||
paths: | ||
- ".github/workflows/documentation.yml" | ||
- "docs/**" | ||
push: | ||
branches: | ||
- "*.x" | ||
paths: | ||
- ".github/workflows/documentation.yml" | ||
- "docs/**" | ||
|
||
jobs: | ||
documentation: | ||
name: "Documentation" | ||
uses: "doctrine/.github/.github/workflows/[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,41 +1,36 @@ | ||
.. toc:: | ||
|
||
.. tocheader:: Reference | ||
|
||
.. toctree:: | ||
:depth: 3 | ||
|
||
/reference/introduction | ||
/reference/architecture | ||
/reference/configuration | ||
/reference/data-retrieval-and-manipulation | ||
/reference/query-builder | ||
/reference/transactions | ||
/reference/platforms | ||
/reference/types | ||
/reference/schema-manager | ||
/reference/schema-representation | ||
/reference/security | ||
/reference/supporting-other-databases | ||
/reference/portability | ||
/reference/caching | ||
/reference/known-vendor-issues | ||
/reference/testing | ||
|
||
.. toc:: | ||
|
||
.. tocheader:: Explanation | ||
|
||
.. toctree:: | ||
:depth: 3 | ||
|
||
/explanation/implicit-indexes | ||
|
||
.. toc:: | ||
|
||
.. tocheader:: How To | ||
|
||
.. toctree:: | ||
:depth: 3 | ||
|
||
/how-to/postgresql-identity-migration | ||
:orphan: | ||
|
||
.. toctree:: | ||
:caption: Reference | ||
:depth: 3 | ||
|
||
/reference/introduction | ||
/reference/architecture | ||
/reference/configuration | ||
/reference/data-retrieval-and-manipulation | ||
/reference/query-builder | ||
/reference/transactions | ||
/reference/platforms | ||
/reference/types | ||
/reference/schema-manager | ||
/reference/schema-representation | ||
/reference/security | ||
/reference/supporting-other-databases | ||
/reference/portability | ||
/reference/caching | ||
/reference/known-vendor-issues | ||
/reference/cli-tools | ||
/reference/testing | ||
|
||
|
||
.. toctree:: | ||
:caption: Explanation | ||
:depth: 3 | ||
|
||
/explanation/implicit-indexes | ||
|
||
.. toctree:: | ||
:caption: How To | ||
:depth: 3 | ||
|
||
/how-to/postgresql-identity-migration |