Skip to content

Commit

Permalink
Update conf.py with list of Rediraffe 301 redirects.
Browse files Browse the repository at this point in the history
Added first batch of redirects. Please check if this is OK? Will a syntax error / typo  in the redirects will cause issues beyond Rediraffe?

'user_guide/APIs.html': 'explanation/api/index.html#apis',
    'user_guide/Pipelines.html': 'how_to/pipeline/index.html',
    'user_guide/Templates.html': 'how_to/templates/index.html',
    '_static/images/sazure_deployment.png': '_static/images/azure_deployment.png',
    'user_guide/Server_Configuration.html': 'how_to/server/index.html',
  • Loading branch information
Coderambling authored May 14, 2024
1 parent c7af196 commit 6d5d55b
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,14 @@
rediraffe_redirects = {
# Removal of the developer testing page
'developer_guide/testing': 'developer_guide/index',
'user_guide/APIs.html': 'explanation/api/index.html#apis',
'user_guide/Pipelines.html': 'how_to/pipeline/index.html',
'user_guide/Templates.html': 'how_to/templates/index.html',
'_static/images/sazure_deployment.png': '_static/images/azure_deployment.png',
'user_guide/Server_Configuration.html': 'how_to/server/index.html',

# Todo
# https://panel.holoviz.org/user_guide/Customization.html : what page to redirect this to?
}

nbsite_analytics = {
Expand Down

0 comments on commit 6d5d55b

Please sign in to comment.