Skip to content

How to use GenerateRedirects module? #219

Closed Answered by MetaFight
MetaFight asked this question in Q&A
Discussion options

You must be logged in to vote

So, I had considered "splitting" my pipeline into parallel branches like you suggest, but I couldn't figure out how.

Your link to the Control modules did help me find a solution in the end. thanks!

What worked for me is to wrap the GenerateRedirects module in a ConcatDocuments module as such:

this.ProcessModules = new()
{
   // ...
    new ConcatDocuments(new GenerateRedirects()),
   // ...
}

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by MetaFight
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants