Skip to content

Commit

Permalink
Merge pull request #34 from hildjj/fix-playground
Browse files Browse the repository at this point in the history
Fix playground link again
  • Loading branch information
hildjj authored Jun 2, 2024
2 parents 79b5eba + 45d8502 commit f2341b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .fiveserverrc
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"https": true,
"root": "docs/",
"open": "/",
"mount": { "/cbor2": "docs/" },
"open": "/cbor2/",
"useLocalIp": false,
"watch": ".",
"watch": "docs/",
"host": "localhost"
}
2 changes: 1 addition & 1 deletion typedoc.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ module.exports = {
sidebarLinks: {
GitHub: 'https://github.com/hildjj/cbor2/',
Documentation: 'http://hildjj.github.io/cbor2/',
Playground: '/playground/index.html',
Playground: '/cbor2/playground/index.html',
Spec: 'http://cbor.io/',
},
navigation: {
Expand Down

0 comments on commit f2341b4

Please sign in to comment.