Skip to content

Commit

Permalink
doc: (#310) finishing ssr and ssg doc, moving is404 to new file, addi…
Browse files Browse the repository at this point in the history
…ng HeadlessProvider information
  • Loading branch information
wjohnsto committed Jun 30, 2021
1 parent 0d64c0d commit c0a416f
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 117 deletions.
116 changes: 0 additions & 116 deletions internal/website/docs/next/ssr-ssg.mdx

This file was deleted.

16 changes: 16 additions & 0 deletions internal/website/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion internal/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
"last 1 safari version"
]
}
}
}
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@
"lint:fix": "npm run lint:fix --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next",
"dev": "npm run build && npm run dev:next:getting-started",
"dev:next:getting-started": "npm run dev ---workspace=examples/next/getting-started",
"docs": "npm start --prefix internal/website",
"docs:build": "npm run build --prefix internal/website",
"docs:install": "cd internal/website && npm i && cd ..",
"docs:start": "npm start --prefix internal/website",
"test": "npm test --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next",
"minor": "npm version minor --git-tag-version=false --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next",
"patch": "npm version patch --git-tag-version=false --workspace=@faustjs/core --workspace=@faustjs/react --workspace=@faustjs/next",
Expand Down

0 comments on commit c0a416f

Please sign in to comment.