You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
site_name: my site
plugins:
-search
- markdownextradata:
data: doc1/_data, doc2/_data
When I build the info from ref1 gets picked up but info from ref2 does not.
so {{ ref1.name }} correctly links in the first document. But I get an error when trying to use {{ ref2.name }} in the second document. If I use {{ ref1.name }} in the second document then no issue.
I'm using the mkdocs-monorepo-plugin to have a layered site.
I'm also using the mkdocs-with-pdf plugin to create individual PDFs of doc1 and doc2. This is the primary reason why I have ref1 and ref2 defined.
currently, my only solution is to duplicate ref1 and ref2 at the top level.
Do I have my top-level mkdocs.yml setup correctly? Or is what I'm trying to do is currently not possible?
The text was updated successfully, but these errors were encountered:
I'm working on a project where I have nested mkdocs. See the tree below.
At the top level mkdocs.yml I have the following
When I build the info from ref1 gets picked up but info from ref2 does not.
so
{{ ref1.name }}
correctly links in the first document. But I get an error when trying to use{{ ref2.name }}
in the second document. If I use{{ ref1.name }}
in the second document then no issue.I'm using the mkdocs-monorepo-plugin to have a layered site.
I'm also using the mkdocs-with-pdf plugin to create individual PDFs of doc1 and doc2. This is the primary reason why I have ref1 and ref2 defined.
currently, my only solution is to duplicate ref1 and ref2 at the top level.
Do I have my top-level mkdocs.yml setup correctly? Or is what I'm trying to do is currently not possible?
The text was updated successfully, but these errors were encountered: