Hey team,
I'm running into an issue with our Backstage tech docs setup. Here's the situation:
Our documentation is stored in the docs folder.
This docs folder contains an index.md file.
All documentation files are within this docs folder.
However, our GitLab README.md is at the root of the project.
The problem is that this setup duplicates content between the README.md for GitLab and the index.md for TechDocs. I'm looking for a way to consolidate this into a single file that can serve both purposes.
TechDocs in Backstage uses MkDocs, so I'm wondering if there's a way to configure MkDocs or Backstage to use the README.md from the root directory as the index.md for the docs folder.
Does anyone have experience with this or any suggestions on how to resolve this duplication issue?
Thanks!