Skip to content

Commit 8638f23

Browse files
committed
feat: add new technical documentation and update code standards
- Added new documentation for commands, exit codes, functions, and modules in the technical section - Updated code standards by removing redundant functions, modules, and commands documentation - Added a new document on conventional commits in the code standards section
1 parent 78b6284 commit 8638f23

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

SUMMARY.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@
1818
* [Agile](workflow/agile.md)
1919
* [Pull Requests](workflow/branching.md)
2020
* [Gitflow](workflow/gitflow.md)
21+
* [Conventional Commits](code-standards/conventional-commits.md)
2122

2223
## Technical
23-
* [Semantic Versioning](technical/commands.md)
24+
* [Commands](technical/commands.md)
25+
* [Exit Codes](technical/exit-codes.md)
26+
* [Functions](technical/functions.md)
27+
* [Modules](technical/modules.md)
2428

2529
## Code Standards
2630

2731
* [Style Guide](code-standards/style-guide.md)
28-
* [Functions](code-standards/functions.md)
29-
* [Modules](code-standards/modules.md)
30-
* [Commands](code-standards/commands.md)
31-
* [Exit Codes](code-standards/exit-codes.md)
3232
* [Shellcheck Linter](code-standards/shellcheck-linter.md)
33-
* [Conventional Commits](code-standards/conventional-commits.md)
3433
* [Text Editor Settings](code-standards/text-editor-settings.md)
3534

3635
***

0 commit comments

Comments
 (0)