Add direct link to help docs

This commit is contained in:
Tom Moor
2024-04-09 22:08:38 -04:00
parent fe9a89c060
commit c1b30b804c
4 changed files with 14 additions and 2 deletions

View File

@@ -4,6 +4,7 @@ export class UrlHelper {
public static contact = "https://www.getoutline.com/contact";
public static developers = "https://www.getoutline.com/developers";
public static changelog = "https://www.getoutline.com/changelog";
public static guide = "https://docs.getoutline.com/s/guide";
public static SLUG_URL_REGEX = /^(?:[0-9a-zA-Z-_~]*-)?([a-zA-Z0-9]{10,15})$/;
public static SHARE_URL_SLUG_REGEX = /^[0-9a-z-]+$/;