Pop!_OS Documentation

March 15, 2023 ยท View on GitHub

https://pop-os.github.io/docs

contribute

clone docs repo

git clone git@github.com:pop-os/docs.git docs
cd docs

create a branch

git checkout -b <your-branch>

make changes and push

git add . && git commit -m "chore: did stuff" && git push --set-upstream origin <your-branch>

via the GitHub ui, make a PR to main branch

when a push/merge to main occurs it will automatically build and deploy to https://pop-os.github.io/docs

Contents

  1. 1contribute
  2. 1.1clone docs repo
  3. 1.2create a branch
  4. 1.3make changes and push