From 45d8502f82087dcb46522dca699ef768591ecae9 Mon Sep 17 00:00:00 2001 From: Joe Hildebrand Date: Sun, 2 Jun 2024 10:27:03 -0600 Subject: [PATCH] Fix playground link again --- .fiveserverrc | 6 +++--- typedoc.config.cjs | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.fiveserverrc b/.fiveserverrc index 6c72de3..56713f5 100644 --- a/.fiveserverrc +++ b/.fiveserverrc @@ -1,8 +1,8 @@ { "https": true, - "root": "docs/", - "open": "/", + "mount": { "/cbor2": "docs/" }, + "open": "/cbor2/", "useLocalIp": false, - "watch": ".", + "watch": "docs/", "host": "localhost" } diff --git a/typedoc.config.cjs b/typedoc.config.cjs index c292041..ea01b71 100644 --- a/typedoc.config.cjs +++ b/typedoc.config.cjs @@ -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: {