From 102e277fe42a3cc5eb64c2dc35c0d088e9fe1e26 Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Sat, 21 Sep 2024 00:22:04 -0700 Subject: [PATCH] Swap links. Signed-off-by: Gerd Zellweger --- docusaurus.config.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docusaurus.config.ts b/docusaurus.config.ts index 2da33d8..1d2e3cd 100644 --- a/docusaurus.config.ts +++ b/docusaurus.config.ts @@ -79,14 +79,14 @@ const config: Config = { label: 'Docs', }, { + label: 'REST API', position: 'left', - label: 'Python SDK', - href: "https://docs.feldera.com/python" + to: "/api" }, { - label: 'REST API', position: 'left', - to: "/api" + label: 'Python SDK', + href: "https://docs.feldera.com/python" }, { href: 'https://github.com/feldera/feldera',