Skip to content

Commit

Permalink
chore(netlify): add Netlify script (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-deramond authored Dec 1, 2023
1 parent dc69563 commit d0107bf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ <h6 class="card-subtitle">Data display</h6>
</div>

<div class="card-footer">
<a href="/docs/api/" class="btn btn-primary mt-3"
<a href="api/" class="btn btn-primary mt-3"
>See documentation</a
>
</div>
Expand All @@ -81,7 +81,7 @@ <h6 class="card-subtitle">Example</h6>
</div>

<div class="card-footer">
<a href="/docs/examples/" class="btn btn-primary mt-3"
<a href="examples/" class="btn btn-primary mt-3"
>Examples</a
>
</div>
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
"types": "./dist/ods-charts.d.js",
"scripts": {
"build": "webpack",
"netlify": "npm run build ; cp -R dist docs/ ; npm run typedoc",
"serve": "serve .",
"serve:vue": "serve test/vue/dist/",
"serve:angular": "serve test/angular/dist/angular/",
Expand Down

0 comments on commit d0107bf

Please sign in to comment.