From ebf27535ed8b650b0def7afc54bef7184bc2cd74 Mon Sep 17 00:00:00 2001 From: Igor Aleksanov Date: Fri, 6 Dec 2024 17:55:46 +0400 Subject: [PATCH] feat: align header links with docs restructure (#103) Aligns links in the header with https://github.com/matter-labs/zksync-docs/pull/278 This is done through a hack to avoid the need to change nuxt template, publish new version, and then update the dep. We can do that as a follow-up. --- app.vue | 5 ++++- error.vue | 4 +++- header-links.ts | 31 +++++++++++++++++++++++++++++++ 3 files changed, 38 insertions(+), 2 deletions(-) create mode 100644 header-links.ts diff --git a/app.vue b/app.vue index a9f7772f..23ab2784 100644 --- a/app.vue +++ b/app.vue @@ -1,4 +1,6 @@