我正在尝试在我的 xcode 文档中创建文章。我的项目有多个模块。
对于一个模块中的文章链接,我有文档:标记。但我不明白,如何从另一个模块链接到文章。
我尝试使用:
<doc:../../AnotherModule/AnotherModule.docc/Article>
<doc:../../AnotherModule/AnotherModule.docc/Article.md>
<doc:../../AnotherModule/AnotherModule/Article>
<doc:../../AnotherModule/AnotherModule/Article.md>
<doc:../../AnotherModule/Article>
<doc:../../AnotherModule/Article.md>
但所有这些都不起作用。