From a08af05b210d9f3a67e75195230264669c96f48b Mon Sep 17 00:00:00 2001 From: timo Date: Tue, 21 Mar 2023 17:26:57 +0100 Subject: [PATCH] Link to the current end user support pages Currently the category 'Teaching' is still empty in the docs. So for now, we link to existing resource sites outside of the docs. related to #17055 --- docs/docusaurus.config.js | 2 +- docs/sidebars.js | 13 ++----------- docs/src/components/HomepageFeatures/index.tsx | 2 +- docs/src/pages/index.tsx | 2 +- 4 files changed, 5 insertions(+), 14 deletions(-) diff --git a/docs/docusaurus.config.js b/docs/docusaurus.config.js index 8203b8c478..63f57aa1a4 100644 --- a/docs/docusaurus.config.js +++ b/docs/docusaurus.config.js @@ -60,7 +60,7 @@ const config = { src: 'img/logo.svg', }, items: [ - {to: '/teaching', label: 'Teaching', position: 'left'}, + {to: 'https://bigbluebutton.org/teachers/tutorials/', label: 'Teaching', position: 'left'}, {to: '/development/guide', label: 'Development', position: 'left'}, {to: '/administration/install', label: 'Administration', position: 'left'}, {to: '/greenlight/v2/overview', label: 'Greenlight', position: 'left'}, diff --git a/docs/sidebars.js b/docs/sidebars.js index c1b6630f50..e146762d92 100644 --- a/docs/sidebars.js +++ b/docs/sidebars.js @@ -16,17 +16,8 @@ const sidebars = { teaching: [ { label: 'Teaching', - type: 'category', - items: [ - { - type: 'autogenerated', - dirName: 'teaching', - }, - ], - link: { - type: 'doc', - id: 'teaching/index', - }, + type: 'link', + href: 'https://bigbluebutton.org/teachers/tutorials/', } ], development: [ diff --git a/docs/src/components/HomepageFeatures/index.tsx b/docs/src/components/HomepageFeatures/index.tsx index 8a237fd019..a4ca9fa22e 100644 --- a/docs/src/components/HomepageFeatures/index.tsx +++ b/docs/src/components/HomepageFeatures/index.tsx @@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [ ), actionText: "Teaching Experience", - docId: "/teaching" + docId: "https://bigbluebutton.org/teachers/tutorials/" }, { title: 'I am a developer', diff --git a/docs/src/pages/index.tsx b/docs/src/pages/index.tsx index c591d2c463..d463369520 100644 --- a/docs/src/pages/index.tsx +++ b/docs/src/pages/index.tsx @@ -26,7 +26,7 @@ function HomepageHeader() {

+ to="https://support.bigbluebutton.org/"> Quick Start Guide