canonical/ubuntu-for-developers-docs
Documentation for developer toolchains on Ubuntu
This repository contains the sources for the Ubuntu for Developers documentation. The docs are hosted on Read the Docs:
The documentation provides guidance for using the Ubuntu Desktop distribution as a developer platform. The guide focuses on setting up the system as a workstation for developers, with an emphasis on the following toolchains:
To contribute to the documentation, follow these steps to get started:
Fork the repository and clone the resulting fork:
git clone [email protected]:<your_user_name>/ubuntu-for-developers-docs.git
Create a new branch:
git checkout -b <your_branch_name>
Change to the docs/
directory and make your contribution:
cd docs
Build a live preview of the documentation from within the docs/
directory:
make run
Review your contribution in a web browser by navigating to 127.0.0.1:8000.
Push your contribution to GitHub and create a pull request against the original repository.
For more details, refer to the comprehensive contribution guide.