I am trying to find the best way to document my project in Gitlab. And I found two different alternatives:
- Markdown in the actual repository (
my-repo.git
) - Wiki using markdown (
my-repo/wiki.git
)
Note that the suffix .git
indicates that these are two different git repositories.
I like the approach to simply modify the Wiki using markdown from the webpage (for everyones simplicity), but I am missing how to link between them or any other project in Gitlab.
In the documentation is provided some information to link (issues, commits, etc...) to other projects but not link files like the README.md
and other documentation.
Is there such functionality?