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:
parent
2dee62d5e3
commit
a08af05b21
@ -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'},
|
||||
|
@ -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: [
|
||||
|
@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [
|
||||
</>
|
||||
),
|
||||
actionText: "Teaching Experience",
|
||||
docId: "/teaching"
|
||||
docId: "https://bigbluebutton.org/teachers/tutorials/"
|
||||
},
|
||||
{
|
||||
title: 'I am a developer',
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user