Welcome to the documentation repository for Unguess Docs. This repository contains the documentation for Unguess Docs, and we encourage and welcome contributions from the community.
If you want to contribute to the documentation and make improvements or add new articles, follow these steps:
Click the "Fork" button at the top right corner of this repository to create your own fork. This will allow you to make changes without affecting the original repository directly.
Clone the forked repository to your local machine using the following command:
git clone https://github.com/your-username/unguess-docs.git
Replace your-username with your GitHub username.
Make sure you have Node.js and Yarn installed on your machine. Then, navigate to the cloned repository and install the necessary dependencies:
yarn
Edit, add, or remove documentation articles as needed. The documentation is written using Markdown, so you can use any text editor to make changes.
To preview your changes locally, run the following command:
yarn start
This will start a development server, and you can view the documentation by visiting http://localhost:3000 in your web browser.
Once you are satisfied with your changes, commit them and push to your forked repository:
git add .
git commit -m "Your descriptive commit message"
git push origin main
Go to your forked repository on GitHub and click the "New pull request" button. This will open a new pull request against the original repository. Provide a descriptive title and description for your changes.
After submitting your pull request, the maintainers of the original repository will review your changes. If everything looks good, they will merge your changes into the main documentation.
If you encounter any issues with the documentation or have suggestions for improvements, please open an issue on this repository.
The documentation is licensed under [License Name]. By contributing to this repository, you agree to license your contributions under the same license.