Beginner here, I'm working on a project where I would like to generate subpages to my website based on a JSON file.
Loading the data and publishing the navigation menu based on the items so far is easy enough using the DOM, although I'm running into issues when trying to create actual subpages themselves.
Is this possible and if so, how would you go about implementing it?