@@ -4,8 +4,8 @@ This documentation
4
4
This [ Joomla development manual] ( https://manual.joomla.org/docs/ ) is built using [ Docusaurus 3] ( https://docusaurus.io/ ) ,
5
5
a modern static website generator. If you want to contribute to it then this page will help you get started.
6
6
7
- Updates to the documentation is managed via the [ Joomla manual github repository] ( https://github.com/joomla/Manual ) ,
8
- so you should initially fork this repository into your own github account. Then you can make changes to the documentation
7
+ Updates to the documentation is managed via the [ Joomla manual GitHub repository] ( https://github.com/joomla/Manual ) ,
8
+ so you should initially fork this repository into your own GitHub account. Then you can make changes to the documentation
9
9
files and submit a pull request to the Joomla manual. Ensure that you continue to sync your fork branches
10
10
with the Joomla manual ` main ` branch.
11
11
@@ -18,7 +18,7 @@ To make documentation changes you'll probably find it easiest to use one of two
18
18
## Install Docusaurus Locally
19
19
20
20
To install Docusaurus on your own machine you should initialise a local git repository and clone the manual from the
21
- forked copy in your githut repository into this git instance.
21
+ forked copy in your GitHub repository into this git instance.
22
22
23
23
Then change directory to your local git repository and do:
24
24
@@ -43,7 +43,7 @@ This command generates static content into the `build` directory and can be serv
43
43
44
44
## Use GitHub dev
45
45
46
- To use github dev go to your repository and press the "." (dot) key, as described within the
46
+ To use GitHub dev go to your repository and press the "." (dot) key, as described within the
47
47
[ github.dev guide] ( https://docs.github.com/en/codespaces/the-githubdev-web-based-editor ) . You can then:
48
48
49
49
- create a new git branch for your changes
0 commit comments