Skip to content

Commit

Permalink
first round of branding removal
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesnareinc committed Jul 28, 2024
1 parent 28a4e09 commit d3967f3
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 55 deletions.
14 changes: 7 additions & 7 deletions website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,27 +77,27 @@ class Footer extends React.Component {
<div>
<h5>Community</h5>
<a href="http://discord.gg/wHmY4nd">Discord Chat</a>
<a
{/* <a
href="https://twitter.com/mozillahubs"
target="_blank"
rel="noreferrer noopener"
>
Twitter
</a>
</a> */}
</div>
<div>
<h5>More</h5>
<a href="https://hubs.mozilla.com/">Hubs</a>
<a href="https://hubs.mozilla.com/spoke/">Spoke</a>
<a href="https://github.com/mozilla/hubs/">GitHub</a>
<a href="https://hubsfoundation.org">Hubs</a>
<a href="https://github.com/Hubs-Foundation/Spoke">Spoke</a>
<a href="https://github.com/Hubs-Foundation/hubs">GitHub</a>
{this.props.config.twitterUsername && (
<div className="social">
<a
{/* <a
href={`https://twitter.com/${this.props.config.twitterUsername}`}
className="twitter-follow-button"
>
Follow @{this.props.config.twitterUsername}
</a>
</a> */}
</div>
)}
{this.props.config.facebookAppId && (
Expand Down
24 changes: 12 additions & 12 deletions website/pages/en/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ function Help(props) {
<strong>Email Us</strong>
<p>
We have a few ways that you can contact us via email. You can{" "}
<a href="mailto:[email protected]">
<a href="mailto:[email protected]">
get subscription support,
</a>{" "}
ask{" "}
<a href="mailto:[email protected]">
<a href="mailto:[email protected]">
questions about hubs cloud,
</a>{" "}
or contact us about{" "}
<a href="mailto:[email protected]">
<a href="mailto:[email protected]">
using hubs for enterprise
</a>
.
Expand All @@ -60,47 +60,47 @@ function Help(props) {
question.
</p>

<strong>Additional Documentation</strong>
{/* <strong>Additional Documentation</strong>
<p>
We also have{" "}
<a href="https://hubs.mozilla.com/labs/">
a blog called Creator Labs
a blog called Creator Labs - Update coming soon.
</a>{" "}
and{" "}
<a href="https://youtube.com/playlist?list=PLCxaiaRxTL6_V88JFYb6tOPkHCKjnH2BK">
a YouTube channel
</a>{" "}
where you can discover deep-dives and guides about important Hubs
topics.
</p>
</p> */}

<strong>Feature Requests and Improvement Ideas</strong>
{/* <strong>Feature Requests and Improvement Ideas</strong>
<p>
<a href="https://connect.mozilla.org/t5/ideas/idb-p/ideas/label-name/hubs">
Mozilla Connect
</a>{" "}
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.
</p>
</p> */}

<strong>Bug Reports and Discussions</strong>
<p>
We track bugs and features on GitHub. You can{" "}
<a href="https://github.com/mozilla/hubs/issues">
<a href="https://github.com/Hubs-Foundation/hubs/issues">
view existing tickets,
</a>{" "}
or open a{" "}
<a href="https://github.com/mozilla/hubs/issues/new/choose">
<a href="https://github.com/Hubs-Foundation/hubs/issues/new/choose">
new issue or feature request
</a>
. If you would like to discuss a code-related topics with the Hubs
team or the community you can browse our GitHub{" "}
<a href="https://github.com/mozilla/hubs/discussions">
<a href="https://github.com/Hubs-Foundation/hubs/discussions">
discussion board
</a>
, or{" "}
<a href="https://github.com/mozilla/hubs/discussions/new">
<a href="https://github.com/Hubs-Foundation/hubs/discussions/new">
start a new discussion
</a>
.
Expand Down
32 changes: 3 additions & 29 deletions website/sidebars.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -27,8 +24,7 @@
"hubs-controls",
"hubs-discord-bot",
"hubs-troubleshooting",
"hubs-faq",
"download-data"
"hubs-faq"
],
"Spoke Documentation": [
"spoke-creating-projects",
Expand Down Expand Up @@ -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",
Expand All @@ -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"
]
}
}
14 changes: 7 additions & 7 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,31 @@ 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',
// baseUrl: '/test-site/',

// 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'

// 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' },
],

Expand Down Expand Up @@ -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.
Expand All @@ -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',
Expand Down

0 comments on commit d3967f3

Please sign in to comment.