json-schema-org / tour

A tour of JSON Schema
https://tour.json-schema.org
Other
18 stars 11 forks source link

Create ContentManager object #3

Closed JeelRajodiya closed 5 months ago

JeelRajodiya commented 5 months ago

The content will be stored in the content folder in the following manner

The ContentManager object will read the content folder, create a outline based on the structure of the folder and will let us perform other necessary operations as well

Create a ContentManager object with the following methods

JeelRajodiya commented 5 months ago

Update: I have create an script that reads the whole content directory and generates a outline.json file. I think we are done with the basic content management utilities. I will soon start reading the docs and working on the content