Skip to content

Commit 03019b6

Browse files
authored
Merge pull request #80 from junshi356/juns/redirection-add-distribution-level
Add redirections for distribution level pages because they're removed…
2 parents 0391505 + c3eec71 commit 03019b6

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.openpublishing.publish.config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,5 +90,8 @@
9090
"branch_target_mapping": {},
9191
"skip_source_output_uploading": false,
9292
"contribution_branch_mappings": {},
93-
"need_generate_pdf_url_template": true
93+
"need_generate_pdf_url_template": true,
94+
"redirection_files": [
95+
"redirections/.openpublishing.redirection.simplify-package-structure.json"
96+
]
9497
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/python/docs-ref-autogen/msal/index.yml",
5+
"redirect_url": "/python/api/msal/msal",
6+
"redirect_document_id": false
7+
}
8+
]
9+
}

0 commit comments

Comments
 (0)