Can you put a conditional tag on an alias?
The goal here is to have one alias used for multiple topics in multiple versions.
Let's take alias "RelNotes"
Version 1 = RelNotes1.htm
Version 2 = RelNotes2.htm
With the same alias. It seems like there should be a way to do this.
The developers here wants a static link that doesn't need to be updated for each version. In theory, this could work because each release is in a different folder. In the code, those folders are controlled by variables for the version, so they don't have to program it.
When I switch the one alias from Version 1 to Version 2, the link doesn't work because the file itself has a conditional on it.
Would a separate alias file work? Multiple alias files seem to run off the same Identifiers.h file and it all seems to get jumbled together anyway. I feel like there is something I'm missing.