bigbluebutton-Github/docs/docusaurus.config.js

261 lines
9.7 KiB
JavaScript
Raw Normal View History

// @ts-check
// Note: type annotations allow type checking and IDEs autocompletion
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
/** @type {import('@docusaurus/types').Config} */
const config = {
title: 'BigBlueButton',
tagline: 'Official Documentation',
2023-03-22 22:39:40 +08:00
url: 'https://docs.bigbluebutton.org/',
baseUrl: '/',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
favicon: 'img/favicon.ico',
// GitHub pages deployment config.
// If you aren't using GitHub pages, you don't need these.
organizationName: 'bigbluebutton', // Usually your GitHub org/user name.
projectName: 'bigbluebutton', // Usually your repo name.
// Even if you don't use internalization, you can use this field to set useful
// metadata like html lang. For example, if your site is Chinese, you may want
// to replace "en" with "zh-Hans".
i18n: {
defaultLocale: 'en',
locales: ['en'],
},
presets: [
[
'classic',
/** @type {import('@docusaurus/preset-classic').Options} */
({
docs: {
routeBasePath: "/",
sidebarPath: require.resolve('./sidebars.js'),
2023-04-03 17:09:53 +08:00
lastVersion: '2.6',
includeCurrentVersion: false,
versions: {
'2.5': {
banner: 'none'
},
'2.6': {
banner: 'none'
},
}
},
theme: {
customCss: require.resolve('./src/css/custom.css'),
},
}),
],
],
plugins: [
require.resolve("@cmfcmf/docusaurus-search-local"),
[
"@docusaurus/plugin-client-redirects",
{
fromExtensions: ['html', 'htm'],
redirects: [
{
to: "/new-features",
from: "/2.6/new"
2023-03-27 22:23:45 +08:00
},
{
to: "/new-features",
from: "/2.6/new.html"
},
2023-04-13 19:40:57 +08:00
{
to: "/new-features",
from: "/2.6/new-features"
},
2023-03-27 22:23:45 +08:00
{
2023-04-04 22:34:55 +08:00
to: "/development/api",
from: "/dev/api.html"
2023-04-04 21:49:57 +08:00
},
2023-03-29 21:07:37 +08:00
{
to: "/greenlight/v3/migration",
from: "/greenlight_v3/gl3-migration.html"
}
],
// We interpret the path argument as the path "to"
// and the return of this function as the paths "from"
createRedirects: (path) => {
// TODO: remove default route to /
const redirect_list = [];
// Create redirect paths for all routes except 2.5 ones
if ( !path.startsWith("/2.5") ){
redirect_list.push("/2.6" + path);
}
if ( path.includes("/testing/release-testing") ){
redirect_list.push( path.replace("/testing/release-testing", "/release-tests.html") )
}
// Handle the old docs group /admin
if ( path.startsWith("/administration") ) {
// creates new routes /admin/something pointing to /administration
redirect_list.push( path.replace("/administration", "/admin") );
2023-04-13 21:36:45 +08:00
}
// handle the old docs group /dev
if ( path.startsWith("/development") ) {
// creates new routes /dev/something pointing to /development
redirect_list.push( path.replace("/development", "/dev") );
2023-04-13 21:36:45 +08:00
}
return redirect_list;
},
}
],
],
themeConfig:
2023-01-13 04:46:18 +08:00
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
({
2023-01-13 04:46:18 +08:00
tableOfContents: {
minHeadingLevel: 2,
maxHeadingLevel: 4,
},
navbar: {
title: 'BigBlueButton',
logo: {
alt: 'BigBlueButton Logo',
src: 'img/logo.svg',
},
items: [
{to: 'https://bigbluebutton.org/teachers/tutorials/', label: 'Teaching', position: 'left'},
{
type: 'doc',
position: 'left',
docId: 'development/guide',
label: 'Development',
},
{
type: 'doc',
position: 'left',
docId: 'administration/install',
label: 'Administration',
},
{
type: 'doc',
position: 'left',
2023-06-06 20:10:30 +08:00
docId: 'greenlight/v3/install',
label: 'Greenlight',
},
{
type: 'doc',
position: 'left',
docId: 'new-features',
label: 'New Features',
},
{
type: 'docsVersionDropdown',
position: 'right',
dropdownActiveClassDisabled: true,
},
{
2023-06-01 22:05:46 +08:00
href: 'https://github.com/bigbluebutton/bigbluebutton/tree/v2.7.x-release/docs',
label: 'GitHub',
position: 'right',
},
],
},
footer: {
style: 'dark',
links: [
{
title: 'BigBlueButton',
items: [
{
label: 'Release notes',
href: '/release-notes',
},
{
label: 'Github',
href: 'https://github.com/bigbluebutton',
},
],
},
{
title: 'Community',
items: [
{
label: 'Setup Forums',
href: 'https://groups.google.com/forum/#!forum/bigbluebutton-setup',
},
{
label: 'Users Forums',
href: 'https://groups.google.com/forum/#!forum/bigbluebutton-users',
},
{
label: 'Developers Forums',
href: 'https://groups.google.com/forum/#!forum/bigbluebutton-dev',
},
],
},
{
title: 'Support',
2023-01-13 04:46:18 +08:00
items: [
{
label: 'Road Map',
to: '/support/road-map',
},
{
label: 'FAQ',
to: '/support/faq',
},
{
label: 'Getting help',
to: '/support/getting-help',
},
{
label: 'Troubleshooting',
to: '/support/troubleshooting',
},
],
},
{
title: 'Resources',
items: [
{
label: 'Knowledge Base',
2023-01-13 04:46:18 +08:00
href: 'https://support.bigbluebutton.org/',
},
{
label: 'Tutorial Videos',
2023-01-13 04:46:18 +08:00
href: 'https://bigbluebutton.org/teachers/tutorials/',
},
],
},
{
title: 'Social',
items: [
{
label: 'Facebook',
href: 'https://www.facebook.com/bigbluebutton',
},
{
label: 'Twitter',
href: 'https://twitter.com/bigbluebutton',
},
{
label: 'Youtube',
href: 'https://www.youtube.com/channel/UCYj1_2Q3HTWCAImvI6eZ0SA',
},
],
},
],
2023-03-17 03:18:27 +08:00
copyright: `Copyright © ${new Date().getFullYear()} BigBlueButton Inc., Built with Docusaurus.`,
},
prism: {
theme: lightCodeTheme,
darkTheme: darkCodeTheme,
},
}),
};
module.exports = config;