Skip to content

Commit

Permalink
Link to the current end user support pages
Browse files Browse the repository at this point in the history
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 bigbluebutton#17055
  • Loading branch information
tibroc committed Mar 21, 2023
1 parent 2dee62d commit a08af05
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'},
Expand Down
13 changes: 2 additions & 11 deletions docs/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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: [
Expand Down
2 changes: 1 addition & 1 deletion docs/src/components/HomepageFeatures/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const FeatureList: FeatureItem[] = [
</>
),
actionText: "Teaching Experience",
docId: "/teaching"
docId: "https://bigbluebutton.org/teachers/tutorials/"
},
{
title: 'I am a developer',
Expand Down
2 changes: 1 addition & 1 deletion docs/src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit a08af05

Please sign in to comment.