Rspress Description Generator The field in Rspress frontmatter generates tags, which are used for search engine snippets, social media previews, and AI-oriented formats like llms.txt. Step 1 — Locate the docs root 1. Find the Rspress config file. Search for , , , or . It may be at the project root or inside a subdirectory like . 2. Read the config and extract the option. - The value might be a plain string ( ) or a JS expression ( ). In either case, determine the resolved directory path. - If is set, resolve it relative to the config file's directory. - If is not set, default to relative to t…