Skip to content

Commit 5ffe732

Browse files
authored
Merge pull request #7234 from datamweb/docs-add-repoe-link
docs: link to all repo
2 parents 9c0141a + ef8a25f commit 5ffe732

File tree

1 file changed

+26
-12
lines changed

1 file changed

+26
-12
lines changed

user_guide_src/source/installation/repositories.rst

Lines changed: 26 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -16,24 +16,31 @@ There are several development repositories, of interest to potential contributor
1616
+------------------+--------------+-----------------------------------------------------------------+
1717
| Repository | Audience | Description |
1818
+==================+==============+=================================================================+
19-
| CodeIgniter4 | contributors | Project codebase, including tests & user guide sources |
19+
| CodeIgniter4_ | contributors | Project codebase, including tests & user guide sources |
2020
+------------------+--------------+-----------------------------------------------------------------+
21-
| translations | developers | System message translations |
21+
| translations_ | developers | System message translations |
2222
+------------------+--------------+-----------------------------------------------------------------+
2323
| coding-standard_ | contributors | Coding style conventions & rules |
2424
+------------------+--------------+-----------------------------------------------------------------+
25-
| devkit | developers | Development toolkit for CodeIgniter libraries and projects |
25+
| devkit_ | developers | Development toolkit for CodeIgniter libraries and projects |
2626
+------------------+--------------+-----------------------------------------------------------------+
27-
| settings | developers | Settings Library for CodeIgniter 4 |
27+
| settings_ | developers | Settings Library for CodeIgniter 4 |
2828
+------------------+--------------+-----------------------------------------------------------------+
29-
| shield | developers | Authentication and Authorization Library for CodeIgniter 4 |
29+
| shield_ | developers | Authentication and Authorization Library for CodeIgniter 4 |
3030
+------------------+--------------+-----------------------------------------------------------------+
31-
| tasks | developers | Task Scheduler for CodeIgniter 4 |
31+
| tasks_ | developers | Task Scheduler for CodeIgniter 4 |
3232
+------------------+--------------+-----------------------------------------------------------------+
33-
| cache | developers | PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4 |
33+
| cache_ | developers | PSR-6 and PSR-16 Cache Adapters for CodeIgniter 4 |
3434
+------------------+--------------+-----------------------------------------------------------------+
3535

36+
.. _CodeIgniter4: https://github.com/codeigniter4/CodeIgniter4
37+
.. _translations: https://github.com/codeigniter4/translations
3638
.. _coding-standard: https://github.com/CodeIgniter/coding-standard
39+
.. _devkit: https://github.com/codeigniter4/devkit
40+
.. _settings: https://github.com/codeigniter4/settings
41+
.. _shield: https://codeigniter4.github.io/shield
42+
.. _tasks: https://github.com/codeigniter4/tasks
43+
.. _cache: https://github.com/codeigniter4/cache
3744

3845
There are also several deployment repositories, referenced in the installation directions.
3946
The deployment repositories are built automatically when a new version is released, and they
@@ -42,14 +49,18 @@ are not directly contributed to.
4249
+------------------+--------------+-----------------------------------------------------------------+
4350
| Repository | Audience | Description |
4451
+==================+==============+=================================================================+
45-
| framework | developers | Released versions of the framework |
52+
| framework_ | developers | Released versions of the framework |
4653
+------------------+--------------+-----------------------------------------------------------------+
47-
| appstarter | developers | Starter project (app/public/writable). |
54+
| appstarter_ | developers | Starter project (app/public/writable). |
4855
| | | Dependent on "framework" |
4956
+------------------+--------------+-----------------------------------------------------------------+
50-
| userguide | anyone | Pre-built user guide |
57+
| userguide_ | anyone | Pre-built user guide |
5158
+------------------+--------------+-----------------------------------------------------------------+
5259

60+
.. _framework: https://github.com/codeigniter4/framework
61+
.. _appstarter: https://github.com/codeigniter4/appstarter
62+
.. _userguide: https://github.com/codeigniter4/userguide
63+
5364
In all the above, the latest version of a repository can be downloaded
5465
by selecting the "releases" link in the secondary navbar inside
5566
the "Code" tab of its GitHub repository page. The current (in development) version of each can
@@ -83,9 +94,12 @@ but which showcase it or make it easier to work with!
8394
+------------------+--------------+-----------------------------------------------------------------+
8495
| Repository | Audience | Description |
8596
+==================+==============+=================================================================+
86-
| website | developers | The codeigniter.com website, written in CodeIgniter 4 |
97+
| website_ | developers | The codeigniter.com website, written in CodeIgniter 4 |
8798
+------------------+--------------+-----------------------------------------------------------------+
88-
| playground | developers | Basic code examples in project form. Still growing. |
99+
| playground_ | developers | Basic code examples in project form. Still growing. |
89100
+------------------+--------------+-----------------------------------------------------------------+
90101

102+
.. _website: https://github.com/codeigniter4projects/website
103+
.. _playground: https://github.com/codeigniter4projects/playground
104+
91105
These are not composer-installable repositories.

0 commit comments

Comments
 (0)