From 71131e82d160b8418a35795fc24ea107c3271e15 Mon Sep 17 00:00:00 2001 From: Vikram Vaswani Date: Sat, 25 May 2024 01:57:50 +0530 Subject: [PATCH] Fix sidebar Signed-off-by: Vikram Vaswani --- docs/sidebars.ts | 8 -------- 1 file changed, 8 deletions(-) diff --git a/docs/sidebars.ts b/docs/sidebars.ts index 379639f98f8..8619636e98d 100644 --- a/docs/sidebars.ts +++ b/docs/sidebars.ts @@ -415,10 +415,6 @@ module.exports = { "type": "doc", "id": "manuals/developer/python/documentation" }, - { - "type": "doc", - "id": "manuals/developer/python/constructor" - }, { "type": "doc", "id": "manuals/developer/python/name-overrides" @@ -446,10 +442,6 @@ module.exports = { "type": "doc", "id": "manuals/developer/typescript/documentation" }, - { - "type": "doc", - "id": "manuals/developer/typescript/constructor" - }, { "type": "doc", "id": "manuals/developer/typescript/decorators"