Is there any way to include markdown file content into another markdown file in Docusaurus V2? I'm trying to organize my docs folder structure.
When we create a markdown file, e.g. in docs, Docusaurus automatically sets up the file path in some other project files. I'd like to know how do I make it works with folders into docs folder?
.
├── docc
│ ├── chapter1
│ │ ├── index.md
│ │ ├── session1.md
│ │ └── session2.md
│ └── chapter2
│ ├── index.md
│ ├── session1.md
│ └── session2.md
├── doc1.md
├── doc2.md
└── doc3.md