Skip to content

Commit

Permalink
update to remove search
Browse files Browse the repository at this point in the history
  • Loading branch information
eyesnareinc committed Jul 29, 2024
1 parent 633f720 commit 9b496a1
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ website/node_modules
website/i18n/*

results

.env
package.json
19 changes: 18 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/core/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ class Footer extends React.Component {
<h5>Community</h5>
<a href="http://discord.gg/wHmY4nd">Discord Chat</a>
{/* <a
href="https://twitter.com/mozillahubs"
href="https://twitter.com/hubsfoundation"
target="_blank"
rel="noreferrer noopener"
>
Expand Down
8 changes: 4 additions & 4 deletions website/pages/en/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ function Help(props) {
{/* <strong>Additional Documentation</strong>
<p>
We also have{" "}
<a href="https://hubs.mozilla.com/labs/">
<a href="https://hubsfoundation.org/labs/">
a blog called Creator Labs - Update coming soon.
</a>{" "}
and{" "}
Expand All @@ -80,11 +80,11 @@ function Help(props) {

{/* <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 href="https://hubsfoundation.org/t5/ideas/idb-p/ideas/label-name/hubs">
Hubs Foundation 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
we can improve Hubs for your use case. Sign in with your Hubs Foundation
Account and select "Submit an idea" to get started.
</p> */}

Expand Down
13 changes: 7 additions & 6 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
* LICENSE file in the root directory of this source tree.
*/

require('dotenv').config();

// See https://docusaurus.io/docs/site-config for all the possible
// site configuration options.

Expand Down Expand Up @@ -57,12 +59,11 @@ const siteConfig = {
secondaryColor: '#ff3464',
},

algolia: {
apiKey: '227afb429135813e4d9d2339ea8a18c7',
//indexName: 'mozilla_hub', //holding this to make sure nothing breaks
indexName: 'hubsfoundation_docs',
algoliaOptions: {}, // Optional, if provided by Algolia
},
// algolia: {
// apiKey: process.env.ALGOLIA_API_KEY,
// indexName: 'hubsfoundation_docs',
// algoliaOptions: {}, // Optional, if provided by Algolia
// },

/* Custom fonts for website */
/*
Expand Down

0 comments on commit 9b496a1

Please sign in to comment.