From 82b5a88116d098382654dea6fdfe348c6519573a Mon Sep 17 00:00:00 2001 From: Deepak Khatri <deepaklorkhatri7@gmail.com> Date: Thu, 8 Feb 2024 18:38:52 +0530 Subject: [PATCH] Change contribution guide name to site editing guide --- guides/index.rst | 6 +++--- guides/{contrib.rst => site-editing.rst} | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) rename guides/{contrib.rst => site-editing.rst} (99%) diff --git a/guides/index.rst b/guides/index.rst index ea58c16..70e92dd 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 9beeb3c..3f9a26f 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 -- GitLab