Skip to content

Commit

Permalink
build: Redirect OLX URLs to docs.openedx.org
Browse files Browse the repository at this point in the history
  • Loading branch information
sarina committed Feb 15, 2025
1 parent c6d9b45 commit 36f3593
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions en_us/olx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
product = 'OLX'
set_audience(OPENEDX, DEVELOPERS)


def setup(app):
app.add_config_value('product', '', True)

# General information about the project.
project = u'EdX Open Learning XML Guide - Alpha Version'
project = u'Open edX Open Learning XML Guide - Alpha Version'

redirects = {
"*": "https://docs.openedx.org/en/latest/educators/navigation/olx.html",
}

0 comments on commit 36f3593

Please sign in to comment.