Skip to content

Commit

Permalink
Add nextjs-site template to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
RoelLeijser committed Dec 10, 2024
1 parent 813e4db commit 53eed8f
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"outputFolder": "./src/ontologies",
"ontologies": ["http://localhost:9883/01jc0ayh83cxwhdhrvhycr5gdd/website"]
"ontologies": ["<ONTOLOGY>"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,8 @@ pnpm create @tomic/template my-project --template sveltekit-site --server-url ${
yarn create @tomic/template my-project --template sveltekit-site --server-url ${context.serverUrl}
\`\`\`
Currently available @tomic/templates for the website template are:
- sveltekit-site`,
- sveltekit-site
- nextjs-site`,
Image,
rootResourceLocalIDs: ['website', 'site-data'],
resources: [
Expand Down
7 changes: 4 additions & 3 deletions docs/src/create-template/atomic-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ A dialog will open with a description of the template and a button to add the da

The following templates are available:

Name | Description | AtomicServer Template
--- | --- | ---
`sveltekit-site` | A sveltekit website with dynamically rendered content and blog posts | Website
| Name | Description | AtomicServer Template |
| ---------------- | -------------------------------------------------------------------- | --------------------- |
| `sveltekit-site` | A sveltekit website with dynamically rendered content and blog posts | Website |
| `nextjs-site` | A nextjs website with dynamically rendered content and blog posts | Website |

0 comments on commit 53eed8f

Please sign in to comment.