Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想在我的文章中管理内部上下文链接构建,但以一种管理良好且更简单的方式。如果我们更改链接到其内容中的许多页面的页面的 URL,那么更改文本中的所有链接URL是很痛苦的。
如果您使用内容选择器来选择您要链接到的页面,则不需要更改它们,因为它以链接指向的文档 ID 的{localLink:####}格式插入 URL。###
{localLink:####}
###
然后在呈现文档时将其解析并替换为正确和当前的 URL,因此它始终是最新的和正确的。