Skip to content

Commit 9ef34b6

Browse files
authored
Merge pull request bhoffman0#228 from bhoffman0/redirect-msg-for-csawesome2
Update shelf description more
2 parents 4e98656 + 6beed7f commit 9ef34b6

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
#html_defer_js = True
3131

3232
# new for title page
33-
course_description = "CSAwesome v.1 is the 2019-2025 College Board endorsed Java curriculum for AP CS A. There is a newer version CSAwesome2 for the 2025+ AP CSA requirements."
33+
course_description = "This is the old version of CSAwesome meeting the 2019-2025 College Board requirements for AP CSA in Java. Look below for the newer version, CSAwesome2, for the 2025+ AP CSA requirements."
3434
key_words = "AP CSA Java"
3535
shelf_section = "AP Computer Science"
3636

@@ -129,7 +129,7 @@
129129
#html_theme_options = {'nosidebar': 'true'}
130130
html_theme_options = {
131131
# Navigation bar title. (Default: ``project`` value)
132-
'navbar_title': "AP CSAwesome",
132+
'navbar_title': "CSAwesome v1",
133133

134134
# Tab name for entire site. (Default: "Site")
135135
'navbar_site_name': "Units",
@@ -177,10 +177,10 @@
177177

178178
# The name for this set of Sphinx documents. If None, it defaults to
179179
# "<project> v<release> documentation".
180-
html_title = 'AP CSAwesome'
180+
html_title = 'CSAwesome v1'
181181

182182
# A shorter title for the navigation bar. Default is the same as html_title.
183-
html_short_title ='AP CSAwesome'
183+
html_short_title ='CSAwesome v1'
184184

185185
# The name of an image file (relative to this directory) to place at the top
186186
# of the sidebar.

0 commit comments

Comments
 (0)