Skip to content

Commit 53eed8f

Browse files
committed
Add nextjs-site template to documentation
1 parent 813e4db commit 53eed8f

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"outputFolder": "./src/ontologies",
3-
"ontologies": ["http://localhost:9883/01jc0ayh83cxwhdhrvhycr5gdd/website"]
3+
"ontologies": ["<ONTOLOGY>"]
44
}

browser/data-browser/src/components/Template/templates/website.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,8 @@ pnpm create @tomic/template my-project --template sveltekit-site --server-url ${
143143
yarn create @tomic/template my-project --template sveltekit-site --server-url ${context.serverUrl}
144144
\`\`\`
145145
Currently 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: [

docs/src/create-template/atomic-template.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ A dialog will open with a description of the template and a button to add the da
1515

1616
The 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 |

0 commit comments

Comments
 (0)