php-generate-sitemap - no chapters #4
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thank you for the very useful script.
Could you please check, why php-generate-sitemap does not generate links for chapters? Like this:
https://demo.bookstackapp.com/books/dummy-content-book/chapter/chapter-a
(If you need a ready test case - I can provide you the private API access).
Hi @Badiboy,
I think this was generating such chapter links but they would not be output due to an error in how I was joining together all the different endpoints. Have addressed this in
f165f615faso, with those changes, you should now get chapter endpoints also. Have verified this on my local dev instance.Thank you, it seems fine now!