diff --git a/docs/en_us/course_authors/source/Images/pages_editor.png b/docs/en_us/course_authors/source/Images/pages_editor.png index c3ac922a5e..a270b49316 100644 Binary files a/docs/en_us/course_authors/source/Images/pages_editor.png and b/docs/en_us/course_authors/source/Images/pages_editor.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_empty.png b/docs/en_us/course_authors/source/Images/pages_empty.png index ae146e23bd..b6a32b8ea3 100644 Binary files a/docs/en_us/course_authors/source/Images/pages_empty.png and b/docs/en_us/course_authors/source/Images/pages_empty.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_page.png b/docs/en_us/course_authors/source/Images/pages_page.png index a027c501ea..2cee8c5ab3 100644 Binary files a/docs/en_us/course_authors/source/Images/pages_page.png and b/docs/en_us/course_authors/source/Images/pages_page.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_wiki_off.png b/docs/en_us/course_authors/source/Images/pages_wiki_off.png new file mode 100644 index 0000000000..5084ce69e5 Binary files /dev/null and b/docs/en_us/course_authors/source/Images/pages_wiki_off.png differ diff --git a/docs/en_us/course_authors/source/Images/pages_wiki_on.png b/docs/en_us/course_authors/source/Images/pages_wiki_on.png new file mode 100644 index 0000000000..7dc6830b7d Binary files /dev/null and b/docs/en_us/course_authors/source/Images/pages_wiki_on.png differ diff --git a/docs/en_us/course_authors/source/change_log.rst b/docs/en_us/course_authors/source/change_log.rst index fab7278c38..13367d7a81 100644 --- a/docs/en_us/course_authors/source/change_log.rst +++ b/docs/en_us/course_authors/source/change_log.rst @@ -10,6 +10,9 @@ Change Log * - Date - Change + * - 04/03/14 + - Updated the :ref:`Adding Pages to a Course` chapter to reflect ability to + :ref:`Show or Hide the Course Wiki Page`. * - 04/02/14 - Reorganized the sections :ref:`Building a Course Index` and :ref:`Creating Course Content Index` to better reflect the workflow of diff --git a/docs/en_us/course_authors/source/creating_content/pages.rst b/docs/en_us/course_authors/source/creating_content/pages.rst index 000effae38..ccea0217c8 100644 --- a/docs/en_us/course_authors/source/creating_content/pages.rst +++ b/docs/en_us/course_authors/source/creating_content/pages.rst @@ -38,6 +38,7 @@ You can create other pages for the grading policy, course slides, or any other p See: * :ref:`Add a Page` +* :ref:`Show or Hide the Course Wiki Page` * :ref:`Reorder Pages` * :ref:`Delete a Page` * :ref:`Code for Dynamic HTML Schedule` @@ -71,6 +72,30 @@ Add a Page The new page is immediately available to students, if the course has started. +.. _Show or Hide the Course Wiki Page: + +************************************************ +Show or Hide the Course Wiki Page +************************************************ + +By default, your course includes a Wiki. Students and course staff can use the Wiki to post content and comment on others' content. + +If you do not want to use the Wiki in your course, you can hide it. + +The eye icon in the Wiki object indicates that the Wiki is visible in your course: + +.. image:: ../Images/pages_wiki_on.png + :alt: Image of the Pages page with the Wiki made visible + +Click the eye icon to hide the Wiki. The icon changes: + +.. image:: ../Images/pages_wiki_off.png + :alt: Image of the Pages page with the Wiki made visible + +Click it again to make the Wiki visible. + +.. note:: Content remains in the Wiki when you hide it. For example, you could hide the Wiki during an exam. After the exam, you could make the Wiki visible again. The content that was previously posted will be available. + .. _Reorder Pages: ****************