File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed
create-template/templates/nextjs-site
data-browser/src/components/Template/templates Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "outputFolder" : " ./src/ontologies" ,
3- "ontologies" : [" http://localhost:9883/01jc0ayh83cxwhdhrvhycr5gdd/website " ]
3+ "ontologies" : [" <ONTOLOGY> " ]
44}
Original file line number Diff line number Diff line change @@ -143,7 +143,8 @@ pnpm create @tomic/template my-project --template sveltekit-site --server-url ${
143143yarn create @tomic/template my-project --template sveltekit-site --server-url ${ context . serverUrl }
144144\`\`\`
145145Currently available @tomic/templates for the website template are:
146- - sveltekit-site` ,
146+ - sveltekit-site
147+ - nextjs-site` ,
147148 Image,
148149 rootResourceLocalIDs : [ 'website' , 'site-data' ] ,
149150 resources : [
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ A dialog will open with a description of the template and a button to add the da
1515
1616The following templates are available:
1717
18- Name | Description | AtomicServer Template
19- --- | --- | ---
20- ` sveltekit-site ` | A sveltekit website with dynamically rendered content and blog posts | Website
18+ | Name | Description | AtomicServer Template |
19+ | ---------------- | -------------------------------------------------------------------- | --------------------- |
20+ | ` sveltekit-site ` | A sveltekit website with dynamically rendered content and blog posts | Website |
21+ | ` nextjs-site ` | A nextjs website with dynamically rendered content and blog posts | Website |
You can’t perform that action at this time.
0 commit comments