diff --git a/development/extensions/images/skeleton-cli.png b/development/extensions/images/skeleton-cli.png new file mode 100644 index 00000000..b97df1b0 Binary files /dev/null and b/development/extensions/images/skeleton-cli.png differ diff --git a/development/extensions/images/skeleton-web-ui.png b/development/extensions/images/skeleton-web-ui.png index 18a313b7..ebd6f3e8 100644 Binary files a/development/extensions/images/skeleton-web-ui.png and b/development/extensions/images/skeleton-web-ui.png differ diff --git a/development/extensions/skeleton_extension.rst b/development/extensions/skeleton_extension.rst index eab942b1..ef9ba968 100644 --- a/development/extensions/skeleton_extension.rst +++ b/development/extensions/skeleton_extension.rst @@ -74,10 +74,7 @@ The easiest way to use the Skeleton Extension is from its web-based user interface (UI). .. image:: images/skeleton-web-ui.png - :width: 200px - :align: center - :height: 100px - :alt: alternate text + :width: 500px In order to create an extension via the web UI, open the phpBB board you installed this extension in and visit the "Create skeleton extension" link in the @@ -97,6 +94,9 @@ Command line interface The Skeleton Extension can also accommodate users that prefer working from a Command Line Interface (CLI). +.. image:: images/skeleton-cli.png + :width: 500px + In order to create an extension via the CLI, you need to open a console on your server and ``cd`` to the root directory of the phpBB board where you installed this extension: