export const ANCHOR_PREFIX = "#"; export const SPACE = " "; export const SUMMARY_LENGTH = 160; export const IGNORED_SELECTORS: readonly string[] = [".copy-button", ".subsection-symbol"]; export const EXPORT_IGNORED_SELECTORS: readonly string[] = [...IGNORED_SELECTORS, ".tab-anchor", ".walk-status"]; export const ROBOTS_INDEX = "index, follow"; export const ROBOTS_NOINDEX = "noindex, nofollow"; export const OPEN_GRAPH_WEBSITE = "website"; export const OPEN_GRAPH_ARTICLE = "article"; export const STATIC_RENDER_ATTRIBUTE = "data-static-render";