This Repository is a proof of concept for replacing or extending the current mediawiki solution with docusaurus.
This repository should hold all Joomla! documentation needed to use Joomla!.
The Documentation can be found at https://docs-next.joomla.org
This website is built using Docusaurus 2, a modern static website generator.
$ npm install
$ npm run start
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
$ npm run build
This command generates static content into the build
directory and can be served using any static contents hosting service.
As part of the documentation validation we create a subdomain for previewing your pull request. The Link will be added to the "checks" section in the pull request as "preview". The url used is http://pr-[prnumber].docs.joomlacode.org
Please use the following placeholder for unfinished sections of a document.
:::note TODO
This section is missing, please use the **Edit this Page** link at the bottom of this page to add this section.
:::
If the page is not completed yet and bigger parts are missing use
:::caution TODO
This page is unfinished, please use the **Edit this Page** link at the bottom of this page to help make it more useful.
:::