Skip to content

Commit

Permalink
remove spectrum links and references
Browse files Browse the repository at this point in the history
  • Loading branch information
boygirl committed Aug 1, 2021
1 parent f7efe33 commit 0972035
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -43,7 +43,6 @@

* See the **docs and examples** on the website: http://formidable.com/open-source/victory.
* **Experiment** with all Victory components in this [code sandbox](https://codesandbox.io/s/m3xo745x2x)
* For support, join the **Spectrum chat room** at https://spectrum.chat/victory.

## Getting started

Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/faq/faq.md
Expand Up @@ -8,7 +8,7 @@ slug: faq
---
# Frequently Asked Questions (FAQ)

Thanks for trying Victory! The FAQs below are based on issues and questions from our [support channel](https://spectrum.chat/victory). You can find more examples in [our gallery](/gallery). Can't find what you're looking for? Help us improve these docs by [opening an issue](https://github.com/FormidableLabs/victory/issues/new) with the "docs" tag, or by making a pull request.
Thanks for trying Victory! The FAQs below are based on issues and questions from our users. You can find more examples in [our gallery](/gallery). Can't find what you're looking for? Help us improve these docs by [opening an issue](https://github.com/FormidableLabs/victory/issues/new) with the "docs" tag, or by making a pull request.

## Styles

Expand Down
5 changes: 0 additions & 5 deletions docs/src/partials/home/_content.js
Expand Up @@ -25,11 +25,6 @@ const content = {
text: "GALLERY",
location: "gallery"
},
{
text: "SUPPORT",
location: "https://spectrum.chat/victory",
external: true
},
{
text: "GITHUB",
location: "https://github.com/FormidableLabs/victory",
Expand Down
1 change: 0 additions & 1 deletion docs/src/partials/sidebar/components/introduction.js
Expand Up @@ -52,7 +52,6 @@ const Introduction = ({ content }) => {
const mobileLinks = [
{ slug: "/about", title: "About" },
{ slug: "/gallery", title: "Gallery" },
{ slug: "https://spectrum.chat/victory", title: "Support" },
{ slug: "https://github.com/FormidableLabs/victory", title: "Github" },
{ slug: "/docs/faq", title: "FAQs" }
];
Expand Down
4 changes: 0 additions & 4 deletions docs/static-config-helpers/site-data.js
Expand Up @@ -8,10 +8,6 @@ export default {
pathPrefix: "/open-source/victory", // Prefixes all links when deployed (amazing).
googleAnalyticsID: "UA-43290258-1", // GA tracking ID.
projectLinks: [
{
label: "Support",
url: "https://spectrum.chat/victory"
},
{
label: "GitHub",
url: "https://github.com/FormidableLabs/victory"
Expand Down

0 comments on commit 0972035

Please sign in to comment.