Open
Description
Objective
Ensure compliance with the DRY (Don't Repeat Yourself) principle in our documentation. Currently, we have identified instances of redundancy in our documentation, as evidenced, for instance, by the following two lines:
- Line 13 in the bsc.md file
- Line 16 in the bsc.md file
Description
After conducting initial research, I couldn't find an existing solution for Vuepress documentation (https://v2.vuepress.vuejs.org/guide/). However, for different platforms like Vitepress (https://vitepress.dev/guide/markdown#markdown-file-inclusion), such functionality is possible. Therefore, an additional research effort may be required to find or develop a suitable solution for Vuepress.
Benefits
Implementing this feature will help us keep our documentation concise, consistent, and easier to maintain.