From 9db624982762bcf08427bbbe2e90e02884a9c536 Mon Sep 17 00:00:00 2001 From: Martin Nonnenmacher Date: Tue, 15 Oct 2024 13:15:04 +0200 Subject: [PATCH] docs: Add links to ORT Server Signed-off-by: Martin Nonnenmacher --- website/docusaurus.config.js | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 979efca..9921342 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -86,6 +86,11 @@ const config = { position: 'left', label: 'Guidance', }, + { + href: 'https://eclipse-apoapsis.github.io/ort-server', + label: 'ORT Server', + position: 'right', + }, { href: 'https://github.com/eclipse-apoapsis', label: 'GitHub', @@ -112,6 +117,10 @@ const config = { label: 'Matrix Chat', href: 'https://matrix.to/#/#apoapsis:matrix.eclipse.org', }, + { + label: 'ORT Server', + href: 'https://eclipse-apoapsis.github.io/ort-server', + }, ], }, {