Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsil committed Oct 12, 2024
1 parent 5e1183d commit d5ce416
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/en/docs/directives/custom-directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Example:

```shell hl_lines="10 16 22 36"
.
├── Makefile
├── Taskfile.yaml
└── myproject
├── __init__.py
├── apps
Expand Down Expand Up @@ -267,7 +267,7 @@ Let us use the following structure as example:

```shell hl_lines="10 32"
.
├── Makefile
├── Taskfile.yaml
└── myproject
├── __init__.py
├── apps
Expand Down
6 changes: 3 additions & 3 deletions docs/en/docs/directives/directives.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ You should have a folder called `myproject` with a similar structure to this:

```shell
.
├── Makefile
├── Taskfile.yaml
├── myproject
│   ├── apps
│   │   └── __init__.py
Expand Down Expand Up @@ -180,7 +180,7 @@ a basic controller example.

<sup>Default: `False`</sup>

* **--context** - Flag indicating whether the application creation should be accompanied
* **--context** - Flag indicating whether the application creation should be accompanied
by a sample base controller, service, repository and dtos.

<sup>Default: `False`</sup>
Expand Down Expand Up @@ -523,7 +523,7 @@ Let us assume the following structure of files and folders that will contain dif

```shell hl_lines="9 10 13" title="myproject"
.
├── Makefile
├── Taskfile.yaml
└── src
├── __init__.py
├── configs
Expand Down
4 changes: 2 additions & 2 deletions docs/en/docs/directives/discovery.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Imagine the following folder and file structure:

```shell hl_lines="20" title="myproject"
.
├── Makefile
├── Taskfile.yaml
└── myproject
├── __init__.py
├── apps
Expand Down Expand Up @@ -130,7 +130,7 @@ Let us see again the structure, in case you have forgotten already.

```shell hl_lines="20" title="myproject"
.
├── Makefile
├── Taskfile.yaml
└── src
├── __init__.py
├── apps
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/examples.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ You should now have a project similar to the following structure, containing als
│   │   └── nginx.json-logging.conf
│   └── supervisor
│   └── supervisord.conf
├── Makefile
├── Taskfile.yaml
├── my_project
│   ├── apps
│   │   ├── __init__.py
Expand Down

0 comments on commit d5ce416

Please sign in to comment.