quickfix.rst 909 B

123456789101112131415161718192021222324252627282930313233
  1. .. _quickfix:
  2. Quickfix
  3. ========
  4. For really quick fixes:
  5. #. Browse the documentation source code directly on the GitHub website:
  6. * https://github.com/geoserver/geoserver/tree/main/doc/en
  7. #. Navigate to the file you wish to change and click the **edit** icon
  8. .. figure:: github_edit1.png
  9. GitHub Preview of style.rst page
  10. #. Use the editor to modify the file
  11. .. figure:: github_edit1.png
  12. GitHub Editor for style.rst page
  13. #. Scroll to the bottom of the page, provide a commit comment and submit.
  14. #. GitHub will:
  15. * Create a fork and submit a pull request on your behalf; or
  16. * Immediately make the change for those with commit access
  17. .. warning:: This technique is great for fixing small typos - but has the danger of introducing formatting mistakes preventing the documentation from being generated.
  18. To make extensive changes see :doc:`workflow`.