I am trying to create articles in my docc in xcode. My project have multiple modules.
For link to article within one module i have doc: markup. But i don`t understand, how link to article from another module.
I am tryed use:
<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>
But all these things does not work.