# Include self-contained markdown directory as-is

**URL:** https://zola.discourse.group/t/include-self-contained-markdown-directory-as-is/1589
**Category:** Support
**Created:** [January 5, 2023, 10:45pm UTC](https://zola.discourse.group/t/include-self-contained-markdown-directory-as-is/1589 "2023-01-05T22:45:56Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![piegames](https://yyz2.discourse-cdn.com/free1/user_avatar/zola.discourse.group/piegames/32/893_2.png) [@piegames](https://zola.discourse.group/u/piegames)
#### Post date: [January 5, 2023, 10:45pm UTC](https://zola.discourse.group/t/include-self-contained-markdown-directory-as-is/1589/1 "2023-01-05T22:45:56Z")

</div>

Hi, I’m considering to use Zola for my project. I did the quickstart guide, and from the looks all markdown files have to use the special `+++` syntax at the top of the file.

What I’d like to do is to build a small documentation page for a project. The project already has a `/docs` folder with self-contained markdown files (that also link to each other using `./filename.md`). The problem is that I want the docs to remain independent, and thus should not have any Zola-specific macros like the attributes at the top. (The idea is to include that folder via submodule in the homepage repository, so it literally is off-limits) How can I use them nevertheless?
