From 609015295dfd9a0e745089aa9737fb825b64d164 Mon Sep 17 00:00:00 2001 From: irfanpena Date: Wed, 14 Aug 2024 12:34:33 +0700 Subject: [PATCH] Move the page to under Engines --- sidebars.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sidebars.ts b/sidebars.ts index fe1a005..45f10e1 100644 --- a/sidebars.ts +++ b/sidebars.ts @@ -90,7 +90,6 @@ const sidebars: SidebarsConfig = { { type: "doc", id: "hub/nvidia-ngc", label: "Nvidia Catalog (Coming Soon)" }, ], }, - { type: "doc", id: "integrate-remote-engine", label: "Integrate Remote Engine" }, // BASIC USAGE // { // type: "html", @@ -128,6 +127,7 @@ const sidebars: SidebarsConfig = { { type: "doc", id: "cortex-llamacpp", label: "llama.cpp" }, { type: "doc", id: "cortex-tensorrt-llm", label: "TensorRT-LLM" }, { type: "doc", id: "cortex-onnx", label: "ONNX" }, + { type: "doc", id: "integrate-remote-engine", label: "Integrate Remote Engine" }, ], }, {