linkml / linkml-project-cookiecutter

A cookiecutter for linkml projects. An equivalent of `linkml-ws new project-name`.
Creative Commons Zero v1.0 Universal
17 stars 16 forks source link

create folder to house jinja templates #10

Open sujaypatil96 opened 2 years ago

sujaypatil96 commented 2 years ago

Create a folder called doc-templates in the src folder to house the base jinja templates that the first pass project created by cookiecutter can depend on.

The folder will contain all the files from here: https://github.com/linkml/linkml/tree/main/linkml/generators/docgen

The reason why this is useful is because users would no longer have to go to the above location to fish out starter jinja templates to begin modifying the style and content of their web documentation pages.

turbomam commented 1 year ago

Should this solution also include providing a Makefile rule for generating documentation pages with --template-directory doc-templates

would need a different name from gendoc

sujaypatil96 commented 10 months ago

Decide if this is still the best way forward. Close it out if not.

Caveats: