Skip to content

Commit bafc1b2

Browse files
committed
Interlink documentations
1 parent 864f708 commit bafc1b2

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

doc/available-tools.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ Tools |
1717

1818
### Available Tools
1919

20+
> **Disclaimer:** It is currently not clear what tools are available in which PHP image (version-dependent). This documentation was done by hand and work has currently started to automate this and keep exact tools up-to-date for each of the provided PHP version.
21+
2022
<table>
2123
<thead>
2224
<tr>

doc/php-modules.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,16 @@ Extensions |
1414
<h2><img name="Documentation" title="Documentation" width="20" src="https://github.com/devilbox/artwork/raw/master/submissions_logo/cytopia/01/png/logo_64_trans.png"> Documentation</h2>
1515

1616

17+
:information_source: For details on how to generate modules see **[Abuser Documentation: Build your own image](../doc/abuser/README.md)**<br/>
1718
:information_source: For details on how to add/edit modules see **[Contributor Documentation: PHP Modules](../php_modules/README.md)**
1819

20+
1921
#### PHP Modules (`base`)
2022

2123
The following PHP modules are available on the `base` flavour:
2224

25+
> :information_source: Click on any extension name to find out what they are
26+
2327
<table>
2428
<tr>
2529
<th><sup>Ext</sup></th>
@@ -637,6 +641,8 @@ The following PHP modules are available on the `base` flavour:
637641

638642
The following PHP modules are available on the `mods`, `prod` and `work` flavour:
639643

644+
> :information_source: Click on any extension name to find out what they are
645+
640646
<table>
641647
<tr>
642648
<th><sup>Ext</sup></th>

php_modules/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,12 @@ All PHP modules/extensions (for all PHP versions and both for `amd64` and `arm64
3737

3838
# Only generate group_vars for curl
3939
# Note: if curl has other modules as requirements to be built beforehand, those will also be added
40-
python3 ./bin/module-generate.py curl
40+
make gen-modules ARGS="curl"
4141
make gen-dockerfiles
4242
```
4343

44+
:information_source: For details on how to generate modules see **[Abuser Documentation: Build your own image](../doc/abuser/README.md)**
45+
4446

4547
## Extension definition: `build.yml`
4648

0 commit comments

Comments
 (0)