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
Is there any easy way to accomplish this functionality before it is built into the system itself, or will I have to look around for some kind of algorithm and write a helper method of some kind (not sure where it would be best to call it) that would generate the sitemap?
You could write a rake task that looks at the files in dynamic and pulls out the titles, etc. The plan for the next major release was to have a tree object that represented the sitemap and each child would have all of the variables that were set in yaml available. This object would be available pretty much everywhere, so xml building would be trivial.
However, it gets a little complicated building that object to work with every possible way that a project can be structured... not so complicated if you know how your project will be structured.
No description provided.
The text was updated successfully, but these errors were encountered: