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
This commit is contained in:
timo 2023-03-21 17:26:57 +01:00
parent 2dee62d5e3
commit a08af05b21
4 changed files with 5 additions and 14 deletions

View File

@ -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'},

View File

@ -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: [

View File

@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [
</>
),
actionText: "Teaching Experience",
docId: "/teaching"
docId: "https://bigbluebutton.org/teachers/tutorials/"
},
{
title: 'I am a developer',

View File

@ -26,7 +26,7 @@ function HomepageHeader() {
</p>
<Link
className="button button--install button--lg"
to="/administration/install">
to="https://support.bigbluebutton.org/">
Quick Start Guide
</Link>
</div>