Hide Forgot
For deployments outside of our internal instance the Help Topic IDs might be different and as shouldn't be hard-coded and instead should be configurable.
The solution I had in mind for this was to start all auto-increment primary key values (and therefor any topic ids) for custom deployments at something like 100,000. This means that any content in our internal deployment could keep their IDs without being mixed with any content generated in an external instance. This also means that the topics that make up the help ids would serve as an example topics and content specs as they would be an example book. I'll leave this open for discussion though.