Using navigation plugin with dynamically created pages #1477
Unanswered
jamesgrubb
asked this question in
Q&A
Replies: 2 comments
-
|
I'd suggest to open this on the eleventy-navigation repo as issue (feature request?). |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I have the same case, but as I have full control over the data in my data file where I actually make my API requests, I found there is no need for the navigation plugin and that I can build a navigation tree by myself. And if your API is a CMS that is flexible enough with custom models, you can even integrate the navigation building into the CMS and retrieve the navigation data from the API. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello, I'm using the navigation plugin. As the plugin relies on data in hardcoded (I believe) into the frontmatter how can I use the plugin with pages that are created through data i.e dynamically where I have no control offer the front matter apart from setting the tags? Hope that makes sense?
Beta Was this translation helpful? Give feedback.
All reactions