diff --git a/blog/2019-05-20-new-documentation.md b/blog/2019-05-20-new-documentation.md index e772338..f3c0acb 100644 --- a/blog/2019-05-20-new-documentation.md +++ b/blog/2019-05-20-new-documentation.md @@ -8,5 +8,7 @@ tags: [hello, podium] Welcome to our blog. Our documentation site has just gotten an refreshing update which also give us a blog. + + This space will be used to document version changes and give insight in tips and tricks not really belonging in the documentation itself. diff --git a/docs/api/layout.md b/docs/api/layout.md index c2cba9d..3d9eeb9 100644 --- a/docs/api/layout.md +++ b/docs/api/layout.md @@ -640,17 +640,19 @@ assets. #### options -| option | type | default | required | details | -| -------------- | --------- | --------- | -------- | -------------------------------------------------------------------------------------------- | -| value | `string` | | ✓ | Relative or absolute URL to the JavaScript asset | -| prefix | `boolean` | `false` | | Whether the pathname defined on the constructor should be prepend, if relative, to the value | -| type | `string` | `default` | | What type of JavaScript (eg. esm, default, cjs) | -| referrerpolicy | `string` | | | Correlates to the same attribute on a HTML `