Files
edx-platform/docs/en_us/olx/source/pages/pages.rst
Mark Hoeber 3f30f6283a Mark Edits
2014-10-16 14:23:09 -04:00

21 lines
646 B
ReStructuredText
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
.. _Course Tabs:
#################################
Course Tabs
#################################
You can add tabs, or pages, to your course. Each tab appears in your courses
navigation bar.
*********************************************
Create the Tab File
*********************************************
You create an HTML file for each tab you want to add to the course in the
``tabs`` directory.
You can add any text and HTML markup to the page. Tabs can also be
links, and other types of content. One common design pattern is to
link a tab to a chromeless XBlock in the courseware, which allows for
top-level interactive course content.