mirror of
https://github.com/Smaug123/KaTeX
synced 2025-10-05 19:28:39 +00:00
docs: add link to Discussions (#2405)
* Add link to Discussions in issue template chooser * Add link to discussion to website footer * Add Discussions badge to README * Add link to discussion to CONTRIBUTING.md
This commit is contained in:
4
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
4
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
contact_links:
|
||||
- name: Discussions
|
||||
url: https://github.com/KaTeX/KaTeX/discussions
|
||||
about: Please ask and answer questions here.
|
@@ -2,7 +2,7 @@
|
||||
|
||||
We welcome pull requests to KaTeX. If you'd like to add a new symbol, or try to
|
||||
tackle adding a larger feature, keep reading. If you have any questions, or want
|
||||
help solving a problem, feel free to stop by our [gitter channel](https://gitter.im/KaTeX/KaTeX).
|
||||
help solving a problem, feel free to stop by our [GitHub Discussions](https://github.com/KaTeX/KaTeX/discussions).
|
||||
|
||||
## Helpful contributions
|
||||
|
||||
|
@@ -2,7 +2,7 @@
|
||||
[](https://www.npmjs.com/package/katex)
|
||||
[](https://circleci.com/gh/KaTeX/KaTeX)
|
||||
[](https://codecov.io/gh/KaTeX/KaTeX)
|
||||
[](https://gitter.im/KaTeX/KaTeX?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
|
||||
[](https://github.com/KaTeX/KaTeX/discussions)
|
||||
[](https://dependabot.com)
|
||||
[](https://www.jsdelivr.com/package/npm/katex)
|
||||

|
||||
|
@@ -54,7 +54,7 @@ class Footer extends React.Component {
|
||||
<a href={this.pageUrl('users.html', this.props.language)}>
|
||||
Who is using KaTeX?
|
||||
</a>
|
||||
<a href="https://gitter.im/KaTeX/KaTeX">Gitter Chat</a>
|
||||
<a href="https://github.com/KaTeX/KaTeX/discussions">GitHub Discussions</a>
|
||||
<a
|
||||
href="https://stackoverflow.com/questions/tagged/katex"
|
||||
target="_blank"
|
||||
|
Reference in New Issue
Block a user