From a5c18255bd9202dd95432e05ed0e8720e270fc73 Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Mon, 27 Mar 2023 11:17:11 -0600 Subject: [PATCH] Don't link to StackOverflow (#211) * Don't link to StackOverflow * Add changeset * Remove Slack from the top menu too * Remove Slack from the top menu too --- .changeset/remove-stack-overflow.md | 6 ++++++ components/footer/index.ts | 4 ++-- components/ui-shell/settings.ts | 8 ++------ 3 files changed, 10 insertions(+), 8 deletions(-) create mode 100644 .changeset/remove-stack-overflow.md diff --git a/.changeset/remove-stack-overflow.md b/.changeset/remove-stack-overflow.md new file mode 100644 index 0000000..ba72ab6 --- /dev/null +++ b/.changeset/remove-stack-overflow.md @@ -0,0 +1,6 @@ +--- +'@qiskit/web-components': patch +--- + +Remove StackOverflow link from footer and ui-shell Documentation dropdown menu. +Also remove Slack from the ui-shell dropdown menu. diff --git a/components/footer/index.ts b/components/footer/index.ts index b86529d..7ef2782 100644 --- a/components/footer/index.ts +++ b/components/footer/index.ts @@ -73,8 +73,8 @@ export class QiskitFooter extends LitElement { url: 'https://github.com/Qiskit', }, { - label: 'Stack Exchange', - url: 'https://quantumcomputing.stackexchange.com/questions/tagged/qiskit', + label: 'Support Channels', + url: 'https://qisk.it/support', }, { label: 'Documentation', diff --git a/components/ui-shell/settings.ts b/components/ui-shell/settings.ts index 32711a1..2de6eb7 100644 --- a/components/ui-shell/settings.ts +++ b/components/ui-shell/settings.ts @@ -186,17 +186,13 @@ export const NAV_ITEMS: TopLevelNavItem[] = [ label: 'Help and Learning', children: [ { - label: 'Stack Exchange', - url: 'https://quantumcomputing.stackexchange.com/questions/tagged/qiskit', + label: 'Support Channels', + url: 'https://qisk.it/support', }, { label: 'Qiskit Feedback', url: 'https://github.com/Qiskit/feedback', }, - { - label: 'Slack', - url: 'https://qisk.it/join-slack', - }, { label: 'Qiskit Textbook', url: 'https://qiskit.org/learn/',