Skip to content

Commit 34dca3b

Browse files
authored
Improved flow-php.com documentation (#1276)
* Improved flow-php.com documentation * Exclude documentation from docs linter temporarly * Added documentation pages to sitemap
1 parent d015aae commit 34dca3b

File tree

80 files changed

+528
-206
lines changed

Some content is hidden

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

80 files changed

+528
-206
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
uses: "docker://norberttech/md-link-linter:latest"
3333
with:
3434
entrypoint: "/composer/vendor/bin/mdlinklint"
35-
args: "--exclude=vendor --exclude=tests --exclude=examples ."
35+
args: "--exclude=vendor --exclude=tests --exclude=examples --exclude=documentation ."

CONTRIBUTING.md

Lines changed: 1 addition & 66 deletions

README.md

Lines changed: 2 additions & 2 deletions

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@
215215
"tools/phpunit/vendor/bin/phpunit"
216216
],
217217
"test:docs": [
218-
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples ."
218+
"docker run -t --rm -v $PWD:/app norberttech/md-link-linter --exclude=vendor --exclude=.scratchpad --exclude=examples --exclude=documentation ."
219219
],
220220
"test:benchmark": [
221221
"@test:benchmark:building_blocks",

docs/components/core/core.md

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

documentation/_navigation.md

Lines changed: 55 additions & 0 deletions
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)