Documentation
Below steps should help you get started with contributing to this website. Note that angular brackets (<
, >
) indicate placeholder data; you are not supposed to use them, but replace the brackets and text inside it with relevant information:
Fork the odo repo on GitHub under your namespace.
Clone the forked repository on your system:
Now
cd
into the directory where you cloned the repository:Create a branch for the issue you are working on:
Website documentation is under the
website/
directory in the root of the repo, and the markdown files rendered on this website are indocs/
directory inside that. So to make changes to these,cd
into it:Make the changes you want to propose to the documentation.
To see how your proposed change will look like on the website, you can run local instance of this website on your system. To do this, run below command from
website/docs
directory:When you are happy with the changes, push it to your fork:
Open a pull request by visiting the odo repository on GitHub.