mirror of
https://github.com/strapi/strapi.git
synced 2025-10-31 18:08:11 +00:00
Merge pull request #6180 from strapi/docs/beta/movetoGHDiscussion
Move to Github discussions for beta docs
This commit is contained in:
commit
cadb0ea520
5
.github/ISSUE_TEMPLATE.md
vendored
5
.github/ISSUE_TEMPLATE.md
vendored
@ -1,5 +0,0 @@
|
||||
<!--
|
||||
|
||||
Please use one of these issue templates: https://github.com/strapi/strapi/issues/new/choose
|
||||
|
||||
-->
|
||||
32
.github/ISSUE_TEMPLATE/DISCUSSION.md
vendored
32
.github/ISSUE_TEMPLATE/DISCUSSION.md
vendored
@ -1,32 +0,0 @@
|
||||
---
|
||||
name: 💬 Discussion
|
||||
about: Create a discussion topic. This is used to discuss changes before an RFC is made.
|
||||
---
|
||||
|
||||
<!--
|
||||
Hello 👋 Thank you for submitting a discussion topic.
|
||||
|
||||
To make your topic readable make sure you use valid Markdown syntax.
|
||||
|
||||
https://guides.github.com/features/mastering-markdown/
|
||||
|
||||
DO NOT USE THIS TEMPLATE for issues that are not related RFCs, for bug reports/feature requests please use the proper template.
|
||||
-->
|
||||
|
||||
- [ ] I have created an RFC on the [Strapi RFC Repo](https://github.com/strapi/rfcs)
|
||||
- [ ] I have checked for existing RFCs before creating this discussion topic
|
||||
|
||||
**Describe the topic**
|
||||
A clear and concise description of what the topic is.
|
||||
|
||||
**Your suggestions for this topic**
|
||||
Clear and simple suggestions for how you think this should be handled.
|
||||
|
||||
**Screenshots**
|
||||
If applicable, add screenshots to help explain your points.
|
||||
|
||||
**Code snippets**
|
||||
If applicable, add code samples to help explain your points.
|
||||
|
||||
**Additional context**
|
||||
Add any other context about the problem here.
|
||||
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
5
.github/ISSUE_TEMPLATE/config.yml
vendored
Normal file
@ -0,0 +1,5 @@
|
||||
blank_issues_enabled: false
|
||||
contact_links:
|
||||
- name: Strapi Questions and Discussions
|
||||
url: https://github.com/strapi/strapi/discussions/new
|
||||
about: Please ask and answer questions here.
|
||||
@ -143,7 +143,7 @@ Before submitting an issue you need to make sure:
|
||||
- You are not asking a question about how to use Strapi or about whether or not Strapi has a certain feature. For general help using Strapi, you may:
|
||||
- Refer to [the official Strapi documentation](http://strapi.io).
|
||||
- Ask a member of the community in the [Strapi Slack Community](https://slack.strapi.io/).
|
||||
- Ask a question on [StackOverflow](http://stackoverflow.com/questions/tagged/strapi).
|
||||
- Ask a question on [Github Discussions](https://github.com/strapi/strapi/discussions).
|
||||
- Your issue title is concise, on-topic and polite.
|
||||
- You can and do provide steps to reproduce your issue.
|
||||
- You have tried all the following (if relevant) and your issue remains:
|
||||
|
||||
@ -115,10 +115,9 @@ Please read our [Contributing Guide](./CONTRIBUTING.md) before submitting a Pull
|
||||
|
||||
For general help using Strapi, please refer to [the official Strapi documentation](https://strapi.io/documentation/). For additional help, you can use one of these channels to ask a question:
|
||||
|
||||
- [StackOverflow](http://stackoverflow.com/questions/tagged/strapi)
|
||||
- [Slack](http://slack.strapi.io) (Highly recommended for faster support)
|
||||
- [Spectrum](https://spectrum.chat/strapi)
|
||||
- [GitHub](https://github.com/strapi/strapi) (Bug reports, contributions)
|
||||
- [Slack](http://slack.strapi.io) (For live discussion with the Community and Strapi team)
|
||||
- [GitHub](https://github.com/strapi/strapi) (Bug reports, Contributions)
|
||||
- [GitHub Discussions](https://github.com/strapi/strapi/discussions) (Questions and Discussions)
|
||||
- [ProductBoard](https://portal.productboard.com/strapi/tabs/2-under-consideration) (Roadmap, Feature requests)
|
||||
- [Twitter](https://twitter.com/strapijs) (Get the news fast)
|
||||
- [Facebook](https://www.facebook.com/Strapi-616063331867161)
|
||||
|
||||
@ -388,7 +388,7 @@ Forbidden Access Looks like this:
|
||||
|
||||
- Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)).
|
||||
- Read the [concepts](../concepts/concepts.html) and [articles](../articles/) to deep dive into Strapi.
|
||||
- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi).
|
||||
- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions).
|
||||
- Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub.
|
||||
- Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news.
|
||||
- [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack.
|
||||
|
||||
@ -78,7 +78,7 @@ Here we are! The list of **restaurants** is accessible at [`http://localhost:133
|
||||
|
||||
- Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)).
|
||||
- Read the [concepts](../concepts/concepts.html) and [articles](../articles/) to deep dive into Strapi.
|
||||
- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi).
|
||||
- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions).
|
||||
- Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub.
|
||||
- Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news.
|
||||
- [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack.
|
||||
|
||||
@ -634,7 +634,7 @@ If you would like to see the route of any specific **Content Type**, you need to
|
||||
|
||||
- Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)).
|
||||
- Read the **concepts** to deep dive into Strapi.
|
||||
- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi).
|
||||
- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions).
|
||||
- Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub.
|
||||
- Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news.
|
||||
- [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack.
|
||||
|
||||
@ -120,7 +120,7 @@ Here we are! The list of **restaurants** is accessible at [`http://localhost:133
|
||||
|
||||
- Learn how to use Strapi with React ([Gatsby](https://blog.strapi.io/building-a-static-website-using-gatsby-and-strapi) or [Next.js](https://blog.strapi.io/strapi-next-setup/)) or Vue.js ([Nuxt.js](https://blog.strapi.io/cooking-a-deliveroo-clone-with-nuxt-vue-js-graphql-strapi-and-stripe-setup-part-1-7/)).
|
||||
- Read the **concepts** and do the [Tutorial](quick-start-tutorial.md) to deep dive into Strapi.
|
||||
- Get help on [StackOverflow](https://stackoverflow.com/questions/tagged/strapi).
|
||||
- Get help on [Github Discussions](https://github.com/strapi/strapi/discussions).
|
||||
- Read the [source code](https://github.com/strapi/strapi), [contribute](https://github.com/strapi/strapi/blob/master/CONTRIBUTING.md) or [give a star](https://github.com/strapi/strapi) on GitHub.
|
||||
- Follow us on [Twitter](https://twitter.com/strapijs) to get the latest news.
|
||||
- [Join the vibrant and active Strapi community](https://slack.strapi.io) on Slack.
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
# 💬 Troubleshooting
|
||||
|
||||
Below are solutions to some common issues that you may experience when working with Strapi. You can also post questions to [StackOverflow](https://stackoverflow.com/questions/tagged/strapi) or reach out to the members of our [Slack](https://slack.strapi.io) community!
|
||||
Below are solutions to some common issues that you may experience when working with Strapi. You can also post questions to [Github Discussions](https://github.com/strapi/strapi/discussions) or reach out to the members of our [Slack](https://slack.strapi.io) community!
|
||||
|
||||
[[toc]]
|
||||
|
||||
@ -10,7 +10,7 @@ Strapi is offered as free and open-source for users who wish to self-host the so
|
||||
|
||||
### Community Support
|
||||
|
||||
[StackOverflow](https://stackoverflow.com/search?q=strapi) is great first place to reach out for help. Our community and Core developers often check this platform and answer posts tagged with `strapi`.
|
||||
[Github Discussions](https://github.com/strapi/strapi/discussions) is great first place to reach out for help. Our community and Core developers often check this platform and answer posts.
|
||||
|
||||
Another option to get help is our [Community Slack](https://slack.strapi.io). Please keep all questions on the `#help` channel, be considerate, and remember that _you are getting free help for a free product_.
|
||||
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 3.2 KiB |
@ -9,7 +9,6 @@ import PropTypes from 'prop-types';
|
||||
import Gh from '../../assets/images/social_gh.png';
|
||||
import Slack from '../../assets/images/social_slack.png';
|
||||
import Medium from '../../assets/images/social_medium.png';
|
||||
import So from '../../assets/images/social_so.png';
|
||||
import Twitter from '../../assets/images/social_twitter.png';
|
||||
import Reddit from '../../assets/images/social_reddit.png';
|
||||
|
||||
@ -25,8 +24,6 @@ function getSrc(name) {
|
||||
return Medium;
|
||||
case 'Slack':
|
||||
return Slack;
|
||||
case 'Stack Overflow':
|
||||
return So;
|
||||
case 'Twitter':
|
||||
return Twitter;
|
||||
default:
|
||||
|
||||
@ -50,10 +50,6 @@ const SOCIAL_LINKS = [
|
||||
name: 'Reddit',
|
||||
link: 'https://www.reddit.com/r/Strapi/',
|
||||
},
|
||||
{
|
||||
name: 'Stack Overflow',
|
||||
link: 'https://stackoverflow.com/questions/tagged/strapi',
|
||||
},
|
||||
];
|
||||
|
||||
const HomePage = ({ global: { plugins }, history: { push } }) => {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user