Replies: 1 comment 1 reply
-
What you're describing is how it works already. If you have two entries with the same slug, the second one will get saved with a suffix like |
Beta Was this translation helpful? Give feedback.
1 reply
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.
Uh oh!
There was an error while loading. Please reload this page.
-
So sorry for the complex title, I don't know how to word it out..
Basically trying to do this:
In COLLECTION -> PETS
persian-cat.md (parent)
-> introduction.md (child)
-> statistics.md (child)
-> pictures.md (child)
And when I do the same now for bulldog.md with the same style of children pages (ie. introduction, statistics, pictures), then I would have a clash of names, and the file would be named pictures.2.md or something like that.
Example:
bulldog.md (parent)
-> introduction.1.md (child)
-> statistics.1.md (child)
-> pictures.1.md (child)
Is there a way to not have the .1 or .23 .66?
It's also not possible to put them in folders within folders (ie. persian-cat folder contains the child files)
What would be your suggestion for going about this guys?
Thanks a lot! Been trying out for days.. :O
Beta Was this translation helpful? Give feedback.
All reactions