This is the official documentation for the Luxoria project.
If you are ready to start developing, please follow the development guidelines.
To contribute to this documentation, please follow the steps below:
- Click on the
Fork
button at the top right corner of the repository.
- Clone the repository to your local machine using the following command:
git clone REPOSITORY_URL
- Create a new branch using the following command:
git checkout -b BRANCH_NAME
- Make the necessary changes to the documentation.
- Commit the changes using the following command:
git add .
git commit -m "COMMIT_MESSAGE"
- Push the changes to the repository using the following command:
git push origin BRANCH_NAME
- Create a pull request from your forked repository to the original repository.