Skip to content

Commit a467f3a

Browse files
committed
docs: add settings and devkit repositories
1 parent 5862d46 commit a467f3a

1 file changed

Lines changed: 15 additions & 9 deletions

File tree

user_guide_src/source/installation/repositories.rst

Lines changed: 15 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,21 @@ The CodeIgniter 4 open source project has its own
66

77
There are several development repositories, of interest to potential contributors:
88

9-
+---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
10-
| Repository | Audience | Description |
11-
+=====================================================================+==============+=================================================================+
12-
| CodeIgniter4 | contributors | Project codebase, including tests & user guide sources |
13-
+---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
14-
| translations | developers | System message translations |
15-
+---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
16-
| `coding-standard <https://github.com/CodeIgniter/coding-standard>`_ | contributors | Coding style conventions & rules |
17-
+---------------------------------------------------------------------+--------------+-----------------------------------------------------------------+
9+
+------------------+--------------+-----------------------------------------------------------------+
10+
| Repository | Audience | Description |
11+
+==================+==============+=================================================================+
12+
| CodeIgniter4 | contributors | Project codebase, including tests & user guide sources |
13+
+------------------+--------------+-----------------------------------------------------------------+
14+
| translations | developers | System message translations |
15+
+------------------+--------------+-----------------------------------------------------------------+
16+
| coding-standard_ | contributors | Coding style conventions & rules |
17+
+------------------+--------------+-----------------------------------------------------------------+
18+
| settings | developers | Settings Library for CodeIgniter 4 |
19+
+------------------+--------------+-----------------------------------------------------------------+
20+
| devkit | developers | Development toolkit for CodeIgniter libraries and projects |
21+
+------------------+--------------+-----------------------------------------------------------------+
22+
23+
.. _coding-standard: https://github.com/CodeIgniter/coding-standard
1824

1925
There are also several deployment repositories, referenced in the installation directions.
2026
The deployment repositories are built automatically when a new version is released, and they

0 commit comments

Comments
 (0)