diff --git a/guides/index.rst b/guides/index.rst index ea58c168ffce257fd710e1faae8226fb28e1808c..70e92dd8a7cabeee85e3e2df94d2b1ce63f23a72 100644 --- a/guides/index.rst +++ b/guides/index.rst @@ -39,13 +39,13 @@ a step by step :ref:`contribution guide <gsoc-contribution-guide>`. to create a live HTML version of the proposal as well as generate a PDF version for GSoC submission. .. card:: - :link: gsoc-contribution-guide + :link: gsoc-site-editing-guide :link-type: ref - :fas:`file-signature` **Contribution Guide** + :fas:`file-signature` **Site Editing Guide** ^^^^ - For anyone who is looking to make changes to ``gsoc.beagleboard.io`` site, you can checkout our contribution guide. We have + For anyone who is looking to make changes to ``gsoc.beagleboard.io`` site, you can checkout our site editing guide. We have provided information on how to use OpenBeagle's integrated ``Web IDE`` for editing, ``CI`` for building and ``pages`` for serving the rendered content. diff --git a/guides/contrib.rst b/guides/site-editing.rst similarity index 99% rename from guides/contrib.rst rename to guides/site-editing.rst index 9beeb3c2bbc6e352a95243f3e72449d850c37812..3f9a26fc4e6550d4255447acb11081c7d9351044 100644 --- a/guides/contrib.rst +++ b/guides/site-editing.rst @@ -1,7 +1,7 @@ -.. _gsoc-contribution-guide: +.. _gsoc-site-editing-guide: -Contribution guide -################### +Site Editing Guide +################## `GSoC <https://gsoc.beagleboard.io/>`_ site uses `OpenBeagle Continous Integration (CI) / Continous Development (CD) <https://docs.gitlab.com/ee/ci/>`_ which is a continuous method of software development, where