Skip to content

Commit

Permalink
Update file-structure.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arhimede authored May 14, 2024
1 parent e4ad1e7 commit 73cdca3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/book/v4/introduction/file-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ When using DotKernel API the following structure is installed by default:

![Dotkernel API File Structure!](https://docs.dotkernel.org/img/api/file-structure-dk-api.png)


## Main directories

* `bin` - executable files from CLI
* `config` - various configuration files
* `data` - should contain project-related data (AVOID storing sensitive data on VCS)
Expand All @@ -20,10 +20,10 @@ When using DotKernel API the following structure is installed by default:
* `test` - should contain the test files

## Special purpose folders

* `.github` - containes workflow files
* `.laminas-ci` - contains laminas-ci workflow files
* `docs` - Dotkernel API documentation


## The `src` directory

Expand Down

0 comments on commit 73cdca3

Please sign in to comment.