-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #90 from s-makin/redirects
Add Rediraffe support
- Loading branch information
Showing
3 changed files
with
44 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
# The redirects.txt file stores all the redirects for the published docs | ||
# If you change a filename, move or delete a file, you need a redirect here. | ||
# - Comment lines start with a hash (#) and are ignored | ||
# - Each redirect should appear on its own line | ||
|
||
# We are using the dirhtml builder, so files are treated as directories: | ||
# - A file is built like `filename/index.html`, not `filename.html` | ||
# - *Do* include a trailing slash at the end of the path | ||
# - *Do not* include a file extension or you'll get errors | ||
# - Paths don't need a slash in front of them | ||
|
||
# Example: | ||
# redirect/from/file/ redirect/to/file/ | ||
|
||
explanation/intro-to/ explanation/introduction-to/ | ||
|