From 53dec0cf41a0e7f9fc6a023ccb6c0c9796dd9b16 Mon Sep 17 00:00:00 2001 From: 3y3 <3y3@ya.ru> Date: Thu, 28 Dec 2023 18:18:46 +0300 Subject: [PATCH] Add navigation to toc --- en/toc.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/en/toc.yaml b/en/toc.yaml index 1231232..4831752 100644 --- a/en/toc.yaml +++ b/en/toc.yaml @@ -1,5 +1,23 @@ title: Diplodoc href: index.yaml +navigation: + logo: + url: 'https://diplodoc.com' + dark: + icon: 'https://storage.yandexcloud.net/diplodoc-www-assets/logo/ddos-logo-dark.svg' + light: + icon: 'https://storage.yandexcloud.net/diplodoc-www-assets/navigation/diplodoc-logo.svg' + header: + leftItems: + - text: 'How it works' + type: 'link' + url: 'https://diplodoc.com/how-to/' + - text: 'Documentation' + type: 'link' + url: 'https://diplodoc.com/docs/en/' + - text: 'Github' + type: 'link' + url: 'https://github.com/diplodoc-platform/' items: - name: Overview href: about.md