diff --git a/website/core/Footer.js b/website/core/Footer.js index c89edfb..d20a6a0 100644 --- a/website/core/Footer.js +++ b/website/core/Footer.js @@ -77,27 +77,27 @@ class Footer extends React.Component {
Community
Discord Chat - Twitter - + */}
More
- Hubs - Spoke - GitHub + Hubs + Spoke + GitHub {this.props.config.twitterUsername && (
- Follow @{this.props.config.twitterUsername} - + */}
)} {this.props.config.facebookAppId && ( diff --git a/website/pages/en/help.js b/website/pages/en/help.js index 9645acf..4b0ddbf 100644 --- a/website/pages/en/help.js +++ b/website/pages/en/help.js @@ -35,15 +35,15 @@ function Help(props) { Email Us

We have a few ways that you can contact us via email. You can{" "} - + get subscription support, {" "} ask{" "} - + questions about hubs cloud, {" "} or contact us about{" "} - + using hubs for enterprise . @@ -60,11 +60,11 @@ function Help(props) { question.

- Additional Documentation + {/* Additional Documentation

We also have{" "} - a blog called Creator Labs + a blog called Creator Labs - Update coming soon. {" "} and{" "} @@ -72,9 +72,9 @@ function Help(props) { {" "} where you can discover deep-dives and guides about important Hubs topics. -

+

*/} - Feature Requests and Improvement Ideas + {/* Feature Requests and Improvement Ideas

Mozilla Connect @@ -82,25 +82,25 @@ function Help(props) { is an open forum for you to suggest new features and ideas for how we can improve Hubs for your use case. Sign in with your Mozilla Account and select "Submit an idea" to get started. -

+

*/} Bug Reports and Discussions

We track bugs and features on GitHub. You can{" "} - + view existing tickets, {" "} or open a{" "} - + new issue or feature request . If you would like to discuss a code-related topics with the Hubs team or the community you can browse our GitHub{" "} - + discussion board , or{" "} - + start a new discussion . diff --git a/website/sidebars.json b/website/sidebars.json index e865f82..bc0bca2 100644 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -8,9 +8,6 @@ "intro-events" ], "Setting Up Your Hub": [ - "setup-choosing", - "setup-creating", - "setup-updating", "setup-configuring-content", "setup-custom-domain", "setup-custom-client", @@ -27,8 +24,7 @@ "hubs-controls", "hubs-discord-bot", "hubs-troubleshooting", - "hubs-faq", - "download-data" + "hubs-faq" ], "Spoke Documentation": [ "spoke-creating-projects", @@ -66,9 +62,7 @@ "Hubs Cloud": [ "hubs-cloud-intro", "hubs-cloud-getting-started", - "hubs-cloud-faq", "hubs-cloud-importing-content", - "hubs-cloud-asset-packs", "hubs-cloud-customizing-look-and-feel", "hubs-cloud-customizing-themes", "hubs-cloud-managing-content", @@ -77,27 +71,7 @@ "hubs-cloud-permissive-rooms", "hubs-cloud-third-party-integrations", "hubs-cloud-enable-scene-editor", - "hubs-cloud-custom-smtp", - "hubs-cloud-discord-bot", - "hubs-cloud-accessing-servers", - "hubs-cloud-content-cdn", - "hubs-cloud-custom-clients", - "hubs-cloud-branding" - ], - "Hubs Cloud AWS": [ - "hubs-cloud-aws-quick-start", - "hubs-cloud-aws-domain-recipes", - "hubs-cloud-aws-existing-domain", - "hubs-cloud-aws-existing-email-provider", - "hubs-cloud-aws-updating-the-stack", - "hubs-cloud-aws-backup-and-restore", - "hubs-cloud-aws-troubleshooting", - "hubs-cloud-aws-known-issues", - "hubs-cloud-aws-architecture", - "hubs-cloud-aws-costs", - "hubs-cloud-aws-estimated-cost-charts", - "hubs-cloud-aws-estimated-ccu-limits" - ], - "Hubs Cloud DigitalOcean": ["hubs-cloud-do-quick-start"] + "hubs-cloud-custom-smtp" + ] } } diff --git a/website/siteConfig.js b/website/siteConfig.js index aa41143..33ae733 100644 --- a/website/siteConfig.js +++ b/website/siteConfig.js @@ -15,15 +15,15 @@ const users = [ // You will need to prepend the image path with your baseUrl // if it is not '/', like: '/test-site/img/image.jpg'. image: '/img/undraw_open_source.svg', - infoLink: 'https://hubs.mozilla.com/', + infoLink: 'https://hubsfoundation.org/', pinned: true, }, ] const siteConfig = { - title: 'Hubs by Mozilla', // Title for your website. + title: 'Hubs', // Title for your website. tagline: 'Hold tight as we get our docs in a row 🦆🦆🦆', - url: 'https://hubs.mozilla.com', // Your website URL + url: 'https://hubsfoundation.org', // Your website URL baseUrl: '/docs/', // Base URL for your project */ // For github.io type URLs, you would set the url and baseUrl like: // url: 'https://facebook.github.io', @@ -31,7 +31,7 @@ const siteConfig = { // Used for publishing and more projectName: 'hubs-docs', - organizationName: 'MozillaReality', + organizationName: 'Hubs-Foundation', // For top-level user or org sites, the organization is still the same. // e.g., for the https://JoelMarcey.github.io site, it would be set like... // organizationName: 'JoelMarcey' @@ -39,7 +39,7 @@ const siteConfig = { // For no header links in the top nav bar -> headerLinks: [], headerLinks: [ { doc: 'welcome', label: 'Docs' }, - { href: 'https://github.com/mozilla/hubs', label: 'GitHub' }, + { href: 'https://github.com/Hubs-Foundation/hubs', label: 'GitHub' }, { page: 'help', label: 'Help' }, ], @@ -78,7 +78,7 @@ const siteConfig = { */ // This copyright info is used in /core/Footer.js and blog RSS/Atom feeds. - copyright: `Copyright © 2023 Mozilla Corporation. Hubs Documentation available under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.`, + copyright: `Copyright © 2024 Hubs Foundation. Hubs Documentation available under the Creative Commons Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0) license.`, highlight: { // Highlight.js theme to use for syntax highlighting in code blocks. @@ -96,7 +96,7 @@ const siteConfig = { // remove 'docs' folder from the URL docsUrl: '', - editUrl: 'https://github.com/MozillaReality/hubs-docs/edit/master/docs/', + editUrl: 'https://github.com/Hubs-Foundation/hubs-docs/edit/master/docs/', // Open Graph and Twitter card images. ogImage: 'img/undraw_online.svg',