Complete and correct the file structure page - #27
Merged
Merged
Conversation
Signed-off-by: arhimede <julian@dotkernel.com>
Signed-off-by: arhimede <julian@dotkernel.com>
Member
Author
@bidi47 please take care of this image |
bidi47
approved these changes
Sep 15, 2026
Member
the new image is ready in dotkernel/dotkernel.github.io#45 |
Member
Author
|
Which means i need to update the image url in this pr |
Member
it's the same file (overwritten), so it should pe updated after the dotkernel.github.io PR is merged |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The file structure page listed a directory that has never existed, described a script condition that is not in the code, named the wrong build tool, and omitted about half the repository.
.laminas-ci.git ls-tree -rfinds no such path at1.0.0,1.2.0or1.5.0.clear-config-cache.phpis not gated on development mode — the script unlinks the cache whatever the mode. Replaced that condition with thecomposer clear-config-cacheshortcut thatcomposer.jsonactually defines.bin/composer-post-install-script.php, which runs onpost-update-cmdand puts the local configuration file in place. Three other pages tell the reader to edit that file, so the script explaining where it comes from was the one thing missing.publicfolder entries said the assets were generated by webpack. Vite replaced webpack in 1.3.0.phpunit.xml,phpstan.neon,phpcs.xml,vite.config.js,package.json,CHANGELOG.md,SECURITY.md,renovate.json,.gitattributes,OSSMETADATA), thetestfolder, andsrc/App/assets— the source directory for the whole front-end build.Every entry was checked against the application clone at release
1.5.0.Note: the diagram at the top of the page is served from
docs.dotkernel.organd still shows the old tree, so it needs regenerating separately.