mirror of
https://github.com/cloudflare/cloudflare-docs.git
synced 2026-01-11 20:06:58 +00:00
5 lines
304 B
TypeScript
5 lines
304 B
TypeScript
export const GITHUB_ACTIONS_BOT_ID = 41898282;
|
|
export const DOCS_BASE_URL = "https://developers.cloudflare.com";
|
|
export const CONTENT_BASE_PATH = "src/content";
|
|
export const EXISTING_COMMENT_SUBSTRING = "| Original Link | Updated Link |";
|
|
export const PREVIEW_URL_REGEX = /^\*\*Preview URL:\*\* (.*)$/m;
|