@@ -6,26 +6,31 @@ Get Started
66===============
77## Welcome to the Joomla Developers Manual
88The purpose of this guide is to give developers an upto date guide showing best practice in
9- writing and maintaining Joomla code.
10- The guide is written using Docusaurus, a system that can allow all users of Joomla to
11- contribute
12- to the documentation.
13- We will run through the tools and process required to set you up with the ability to add
14- to this guide and also get the most out of the guide as a developer.
9+ writing and maintaining Joomla extensions.
10+ It also offers a migration path for extensions from older Joomla! versions to the latest standard.
11+ We will run through the tools and process required to set up a local development environment with
12+ the ability to get the most out of the guide as a developer.
1513
16- ## Markdown
14+ ## Quick start
15+ - @TODO
1716
18- The Joomla Developers Manual is written using Markdown language.
19- A good place to start if new to Markdown is the Markdown Guide
20- https://www.markdownguide.org/
17+ ## Community
18+ - Check the latest state od the Joomla CMS code at [ GitHub] ( https://github.com/joomla/joomla-cms )
19+ - Find the latest version at [ Joomla.org] ( https://joomla.org )
20+ - Join our [ Mattermost-Community] ( https://joomlacommunity.cloud.mattermost.com/ )
21+ - Read the [ End-User documentation] ( https://docs.joomla.org )
22+ - Join our [ forum] ( https://forum.joomla.org )
23+
24+ ## Contribute to this documentation
2125
26+ The Joomla Developers Manual is written using Docusaurus, a system that can allow all users of Joomla to
27+ contribute to the documentation using Markdown language.
2228
29+ A good place to start if new to Markdown is the Markdown Guide
30+ https://www.markdownguide.org/
2331
24- This is the content for the get started file
25- Get Started will detail the build process, so using Git
26- Then using composer.
27- Next we run NPM,
28- and finally we use an IDE
32+ The documentation is maintained via GitHub where you can anytime create/edit/delete content to improve the content
33+ of the documentation. Click the ** Edit this Page** link at the bottom of this page to contribute via a Pull Request.
2934
3035:::caution TODO
3136
0 commit comments