mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
docs: fix broken links (#6817)
* Fix a broken showcase GitHub URL * Seems like this site is no longer Open Source? * Seems like this site is no longer open source? * Fix as previous link leaded to a 404 * Replaces the 404 error of previous page. Not sure if this is the correct link to be placed there. * Fixes 404 error ;)
This commit is contained in:
parent
fb201313b9
commit
1c91d2f20e
3 changed files with 8 additions and 8 deletions
|
@ -116,7 +116,7 @@ With the official release of Docusaurus 2.0, we are confident to see much more n
|
|||
|
||||
We'd like to express our gratitude to [all the contributors in 2021](https://github.com/facebook/docusaurus/graphs/contributors?from=2021-01-01&to=2022-01-01&type=c), including:
|
||||
|
||||
- The core team: [Alexey Pyltsyn](https://github.com/lex111), [Sébastien Lorber](https://github.com/slorber), [Joshua Chen](https://github.com/Josh-Cena), and [Yangshun Tay](https://github/yangshun) for moderating the community, publicizing Docusaurus, triaging issues, and implementing new features
|
||||
- The core team: [Alexey Pyltsyn](https://github.com/lex111), [Sébastien Lorber](https://github.com/slorber), [Joshua Chen](https://github.com/Josh-Cena), and [Yangshun Tay](https://github.com/yangshun) for moderating the community, publicizing Docusaurus, triaging issues, and implementing new features
|
||||
- [Joel Marcey](https://github.com/JoelMarcey) for creating Docusaurus and supporting its development all along
|
||||
- The Algolia team for helping Docusaurus users [migrate to the new DocSearch](../2021-11-21-algolia-docsearch-migration/index.md) and answering search-related questions
|
||||
- All the active community members for making valuable code contributions, improving our documentation, and answering questions on Discord
|
||||
|
|
|
@ -213,7 +213,7 @@ Refer to [slorber/trailing-slash-guide](https://github.com/slorber/trailing-slas
|
|||
|
||||
Deploying your Docusaurus project to [Vercel](https://vercel.com/) will provide you with [various benefits](https://vercel.com/) in the areas of performance and ease of use.
|
||||
|
||||
To deploy your Docusaurus project with a [Vercel for Git Integration](https://vercel.com/docs/git-integrations), make sure it has been pushed to a Git repository.
|
||||
To deploy your Docusaurus project with a [Vercel for Git Integration](https://vercel.com/docs/concepts/git), make sure it has been pushed to a Git repository.
|
||||
|
||||
Import the project into Vercel using the [Import Flow](https://vercel.com/import/git). During the import, you will find all relevant options preconfigured for you; however, you can choose to change any of these options, a list of which can be found [here](https://vercel.com/docs/build-step#build-&-development-settings).
|
||||
|
||||
|
|
|
@ -456,7 +456,7 @@ const Users: User[] = [
|
|||
'A persian tutorial website strive to make quality education for everyone.',
|
||||
preview: require('./showcase/datagit.png'),
|
||||
website: 'https://datagit.ir/',
|
||||
source: 'https://github.com/massoudmaboudi/datagit_v2.docusaurus',
|
||||
source: 'https://github.com/ghaseminya/datagit_v2.docusaurus',
|
||||
tags: ['opensource', 'favorite', 'rtl'],
|
||||
},
|
||||
{
|
||||
|
@ -865,8 +865,8 @@ const Users: User[] = [
|
|||
description: 'Creation of technical trading tools',
|
||||
preview: require('./showcase/lux-algo.png'),
|
||||
website: 'https://docs.luxalgo.com',
|
||||
source: 'https://github.com/smack0202/luxdocs',
|
||||
tags: ['opensource', 'design', 'i18n', 'product'],
|
||||
source: null,
|
||||
tags: ['design', 'i18n', 'product'],
|
||||
},
|
||||
{
|
||||
title: 'SICOPE Model',
|
||||
|
@ -949,7 +949,7 @@ const Users: User[] = [
|
|||
description:
|
||||
'Molecule is a lightweight Web IDE UI framework built with React.js and inspired by VSCode.',
|
||||
preview: require('./showcase/molecule-home.png'),
|
||||
website: 'https://dtstack.github.io/molecule/en',
|
||||
website: 'https://dtstack.github.io/molecule/',
|
||||
source: 'https://github.com/DTStack/molecule',
|
||||
tags: ['opensource', 'i18n'],
|
||||
},
|
||||
|
@ -1925,8 +1925,8 @@ const Users: User[] = [
|
|||
'IT enthusiast that loves to write code, try new things and share knowledge. If not sitting in front of computer, then I am playing badminton, riding bike or hiking.',
|
||||
preview: require('./showcase/juffalow.png'),
|
||||
website: 'https://juffalow.com/',
|
||||
source: 'https://github.com/juffalow/juffalow-com',
|
||||
tags: ['personal', 'opensource'],
|
||||
source: null,
|
||||
tags: ['personal'],
|
||||
},
|
||||
{
|
||||
title: 'SigNoz',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue