Merge duplicate FAQ pages about duplicate note types #42
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For a while now, we've had 2 FAQ pages that say basically the same thing about managing duplicate note types -- https://faqs.ankiweb.net/removing-duplicate-note-types.html and https://faqs.ankiweb.net/note-types-with-strange-names.html . This merges those into one FAQ, updates the text for style and menu references, deletes the now-unnecessary page (and removes it from the TOC), and adds a redirect renderer to book.toml to preserve legacy links.
Redirect renderer:
I'm only about 80% confident that I formed the links correctly. I followed the docs about how to create this redirect section -- https://rust-lang.github.io/mdBook/format/configuration/renderers.html#outputhtmlredirect . In all the examples I could find, the links were html page references (as opposed to md), so I went with that.