Skip to content

Commit

Permalink
docs: remove github discussion reference (#1175)
Browse files Browse the repository at this point in the history
* Update config.yml
* Update sidebar.js
* Update navbar.js
  • Loading branch information
Samuel Bodin committed Mar 2, 2022
1 parent 682b7a1 commit 7493f40
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 27 deletions.
3 changes: 0 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -1,9 +1,6 @@
# Force users to use one of our predefined issue templates
blank_issues_enabled: false
contact_links:
- name: Question (GitHub Discussions)
url: https://github.com/asdf-vm/asdf/discussions/
about: Ask new or browse existing questions in GitHub Discussions.
- name: Question (StackOverflow)
url: https://stackoverflow.com/questions/tagged/asdf-vm
about: Ask new or browse existing questions on StackOverflow.
12 changes: 0 additions & 12 deletions docs/.vuepress/navbar.js
Expand Up @@ -109,10 +109,6 @@ const en = [
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues"
},
{
text: "GitHub Discussions",
link: "https://github.com/asdf-vm/asdf/discussions"
},
{
text: "StackOverflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm"
Expand Down Expand Up @@ -241,10 +237,6 @@ const pt_br = [
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues"
},
{
text: "GitHub Discussions",
link: "https://github.com/asdf-vm/asdf/discussions"
},
{
text: "StackOverflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm"
Expand Down Expand Up @@ -373,10 +365,6 @@ const zh_hans = [
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues"
},
{
text: "GitHub Discussions",
link: "https://github.com/asdf-vm/asdf/discussions"
},
{
text: "StackOverflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm"
Expand Down
12 changes: 0 additions & 12 deletions docs/.vuepress/sidebar.js
Expand Up @@ -88,10 +88,6 @@ const en = {
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues"
},
{
text: "GitHub Discussions",
link: "https://github.com/asdf-vm/asdf/discussions"
},
{
text: "StackOverflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm"
Expand Down Expand Up @@ -198,10 +194,6 @@ const pt_br = {
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues"
},
{
text: "GitHub Discussions",
link: "https://github.com/asdf-vm/asdf/discussions"
},
{
text: "StackOverflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm"
Expand Down Expand Up @@ -312,10 +304,6 @@ const zh_hans = {
text: "GitHub Issues",
link: "https://github.com/asdf-vm/asdf/issues"
},
{
text: "GitHub Discussions",
link: "https://github.com/asdf-vm/asdf/discussions"
},
{
text: "StackOverflow Tag",
link: "https://stackoverflow.com/questions/tagged/asdf-vm"
Expand Down

0 comments on commit 7493f40

Please sign in to comment.