-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: official vs community and instructions for downloads page (#7365)
* feat: official vs community and instructions for downloads page * chore: semantical fixes * chore: removed unused code * chore: transform into a requirements table * chore: update requirements * chore: review changes * Apply suggestions from code review Co-authored-by: Michael Esteban <mickel13@gmail.com> Signed-off-by: Claudio W <cwunder@gnome.org> * Update apps/site/pages/en/about/previous-releases.mdx Co-authored-by: Jordan Harband <ljharb@gmail.com> Signed-off-by: Claudio W <cwunder@gnome.org> * Update apps/site/pages/en/about/previous-releases.mdx Co-authored-by: Jordan Harband <ljharb@gmail.com> Signed-off-by: Claudio W <cwunder@gnome.org> * Update previous-releases.mdx Signed-off-by: Claudio W <cwunder@gnome.org> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> * Update COLLABORATOR_GUIDE.md Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> * Apply suggestions from code review Co-authored-by: Caner Akdas <canerakdas@gmail.com> Signed-off-by: Claudio W <cwunder@gnome.org> --------- Signed-off-by: Claudio W <cwunder@gnome.org> Signed-off-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Co-authored-by: Michael Esteban <mickel13@gmail.com> Co-authored-by: Jordan Harband <ljharb@gmail.com> Co-authored-by: Brian Muenzenmeyer <brian.muenzenmeyer@gmail.com> Co-authored-by: Caner Akdas <canerakdas@gmail.com>
- Loading branch information
1 parent
5a69946
commit b417a64
Showing
20 changed files
with
184 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import Choco from '@/components/Icons/InstallationMethod/Choco'; | ||
import Docker from '@/components/Icons/InstallationMethod/Docker'; | ||
import FNM from '@/components/Icons/InstallationMethod/FNM'; | ||
import Homebrew from '@/components/Icons/InstallationMethod/Homebrew'; | ||
import NVM from '@/components/Icons/InstallationMethod/NVM'; | ||
|
||
export default { Choco, Docker, FNM, Homebrew, NVM }; |
This file was deleted.
Oops, something went wrong.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.