1.6. Importing a page#
Folder structure
📂content
┣ 📄index.md
┗ 📂 mypage
┣ 📄index.md
┣ 📄slide1.md
┣ 📄slide2.md
┣ 📄slide3.md
┗ 📂figures
┗ 📊figure1.png
Add the pages 📂mypage/📄index.md
in
📂content/📄index.md
:
📂content/📄index.md
```{toctree}
:maxdepth: 1
:caption: MyCourse
mypage/index
```