Feature
Allow pages to link directly to the support part of Discourse or the discussions part of Discourse. This is one fewer click for authors looking for support.
Implementation
Figure out how Discourse redirects after sign-in. We can't just link directly to /c/support because the users might have to log in first.
Then add flag to getDiscourseUrl so callers can optionally specify a category.
Feature
Allow pages to link directly to the support part of Discourse or the discussions part of Discourse. This is one fewer click for authors looking for support.
Implementation
Figure out how Discourse redirects after sign-in. We can't just link directly to
/c/supportbecause the users might have to log in first.Then add flag to
getDiscourseUrlso callers can optionally specify a category.