docs: remove github discussion reference (#1175)

* Update config.yml
* Update sidebar.js
* Update navbar.js
This commit is contained in:
Samuel Bodin 2022-03-02 14:46:37 +01:00 committed by GitHub
parent 682b7a1d6d
commit 7493f4099c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 27 deletions

View File

@ -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.

View File

@ -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"
@ -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"
@ -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"

View File

@ -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"
@ -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"
@ -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"