Is it possible to embed files from outside of /docs? #2408
|
Hey all, in my repository I have my .
├── docs
│ ├── README.adoc
└── examples
├── example1
│ └── app1.py
└── example2
└── app2.pyIt's worth noting that I am using Unresolved directive in <stdin> - include::../examples/example1/app1.py[] |
Answered by
sy-records
Apr 23, 2024
Replies: 1 comment 2 replies
|
You need to put it in the docs directory. If you don't want to put it in it, you need to provide an accessible url. |
2 replies
Answer selected by
sy-records
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You need to put it in the docs directory.
If you don't want to put it in it, you need to provide an accessible url.