From 387fd97e242600ca483d6ab3800e0066607122f0 Mon Sep 17 00:00:00 2001 From: Serafeim Chatzopoulos Date: Wed, 21 Dec 2022 14:40:05 +0200 Subject: [PATCH] Remove FAQ --- sidebars.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/sidebars.js b/sidebars.js index 37abdad..6a7d61c 100644 --- a/sidebars.js +++ b/sidebars.js @@ -125,15 +125,15 @@ const sidebars = { }, { type: 'category', - label: "Enrichment by deduplication & propagation", + label: "Deduplication & propagation", link: { type: 'generated-index' , description: 'The OpenAIRE Graph is further enriched by the deduction and propagation processes descibed in this section.' }, items: [ - { type: 'doc', id: 'data-provision/enrichment-by-deduction-and-propagation/bulk-tagging' }, - { type: 'doc', id: 'data-provision/enrichment-by-deduction-and-propagation/propagation' }, + { type: 'doc', id: 'data-provision/deduction-and-propagation/bulk-tagging' }, + { type: 'doc', id: 'data-provision/deduction-and-propagation/propagation' }, ] }, { @@ -163,10 +163,10 @@ const sidebars = { id: 'publications', label: "Relevant publications" }, - { - type: 'doc', - id: 'faq' - }, + // { + // type: 'doc', + // id: 'faq' + // }, { type: 'doc', id: 'license'