-
Notifications
You must be signed in to change notification settings - Fork 26
User indicator update for transactional session #2456
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Co-authored-by: Poornima Nayar <[email protected]>
@cquirosj @andreasohlund @poornimanayar something to consider that we start doing as part of the SI to SP migration (sorry, not documented), is to instead of putting the real URLs to the docs, you create a redirect URL for each one on the main site, see https://github.com/Particular/Website/blob/37617bc2c835a3c8886900dd31936fe6d1cf96d8/_config.yml#L248, and then reference that one instead. This has the benefit of allowing the structure of the docs to evolve without breaking changes in SP, and we can update the redirects independent of SP. |
Changes done as part of