Skip to content

Commit

Permalink
[chores] Removed /preview/
Browse files Browse the repository at this point in the history
  • Loading branch information
nemesifier committed Sep 20, 2024
1 parent 8b1ff8a commit 1167600
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -136,10 +136,10 @@

html_theme_options = {
'main_nav_links': {
'About': 'https://openwisp.org/preview/',
'FAQ': 'https://openwisp.org/preview/faq/',
'Support': 'https://openwisp.org/preview/support/',
'Blog': 'https://openwisp.org/preview/blog/',
'About': 'https://openwisp.org/',
'FAQ': 'https://openwisp.org/faq/',
'Support': 'https://openwisp.org/support/',
'Blog': 'https://openwisp.org/blog/',
},
'show_prev_next': True,
'show_scrolltop': True,
Expand Down Expand Up @@ -441,7 +441,7 @@
#
# epub_use_index = True

notfound_urls_prefix = '/docs/preview/dev/'
notfound_urls_prefix = '/docs/dev/'
notfound_context = {
'title': 'Page not found',
'body': (
Expand Down

0 comments on commit 1167600

Please sign in to comment.