mirror of
https://github.com/asdf-vm/asdf.git
synced 2024-11-15 01:28:17 -07:00
docs: remove github discussion reference (#1175)
* Update config.yml * Update sidebar.js * Update navbar.js
This commit is contained in:
parent
682b7a1d6d
commit
7493f4099c
3
.github/ISSUE_TEMPLATE/config.yml
vendored
3
.github/ISSUE_TEMPLATE/config.yml
vendored
@ -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.
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user