Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nazarepiedady/testing-library-docs-pt
Documentaรงรฃo da Testing Library em Portuguรชs. ๐ฆ๐ด ๐ง๐ท ๐ต๐น
https://github.com/nazarepiedady/testing-library-docs-pt
angular end-to-end jest mocha preact pt pt-br pt-pt ptbr react svelte test testing testing-framework testing-library vite vitest vue
Last synced: 2 days ago
JSON representation
Documentaรงรฃo da Testing Library em Portuguรชs. ๐ฆ๐ด ๐ง๐ท ๐ต๐น
- Host: GitHub
- URL: https://github.com/nazarepiedady/testing-library-docs-pt
- Owner: nazarepiedady
- License: mit
- Created: 2023-04-05T18:26:56.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-11T01:54:54.000Z (about 1 year ago)
- Last Synced: 2023-09-11T03:06:48.328Z (about 1 year ago)
- Topics: angular, end-to-end, jest, mocha, preact, pt, pt-br, pt-pt, ptbr, react, svelte, test, testing, testing-framework, testing-library, vite, vitest, vue
- Language: JavaScript
- Homepage: https://testing-library-docs-pt.netlify.app
- Size: 12.9 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: docs/contributing.mdx
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
## Documentaรงรฃo da Testing Library em Portuguรชs
[![All Contributors][allcontributors-badge]](#colaboradores)
[![Code of Conduct][coc-badge]][coc]Pรกgina de documentaรงรฃo para [DOM Testing Library](https://github.com/testing-library/dom-testing-library), [React Testing Library](https://github.com/testing-library/react-testing-library), e [projetos relacionados](https://github.com/testing-library)
**https://testing-library.com**
**Estado da Construรงรฃo**:
[![Netlify Status][netlify-badge]][build]
[netlify-badge]:
https://api.netlify.com/api/v1/badges/24366204-84ca-41e9-b573-2a64f0845e46/deploy-status
[build]: https://app.netlify.com/sites/testing-library/deploys
[allcontributors-badge]:
https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square
[coc-badge]:
https://img.shields.io/badge/code%20of-conduct-ff69b4.svg?style=flat-square
[coc]:
https://github.com/testing-library/react-testing-library/blob/main/CODE_OF_CONDUCT.mdEstรก pรกgina foi criada com a [Docusaurus](https://v2.docusaurus.io).
# O Que Estรก Nesta Documentaรงรฃo
- [Comeรงar em 5 Minutos](#comeรงar-em-5-minutos)
- [Editar o Conteรบdo](#editar-o-conteรบdo)
- [Adicionar Conteรบdo](#adicionar-conteรบdo)# Comeรงar em 5 Minutos
1. Certifica-te de que todas as dependรชncias para o sรญtio estรฃo instaladas:
```sh
# Instalar dependรชncias
$ npm install
```2. Execute o teu servidor de desenvolvimento:
```sh
# Iniciar o sรญtio
$ npm start
```# Editar o Conteรบdo
## Editar uma pรกgina da documentaรงรฃo existente
Edite a documentaรงรฃo navegando para `docs/` e editando o documento correspondente:
`docs/doc-to-be-edited.mdx`
```markdown
---
id: page-needs-edit
title: This Doc Needs To Be Edited
---Edit me...
```Para mais informaรงรตes sobre esta pasta documentaรงรฃo, clique [nesta ligaรงรฃo](https://v2.docusaurus.io/docs).
## Editar uma publicaรงรฃo do blogue existente
Edite as publicaรงรตes do blogue navegando para `blog` e editando a publicaรงรฃo respondente:
`blog/post-to-be-edited.mdx`
```markdown
---
id: post-needs-edit
title: This Blog Post Needs To Be Edited
---Edit me...
```Para mais informaรงรตes sobre as publicaรงรตes do blogue, clique [nesta ligaรงรฃo](https://v2.docusaurus.io/docs/blog).
# Adicionar Conteรบdo
## Adicione uma nova pรกgina da documentaรงรฃo para uma barra lateral existente
1. Crie a documento como um ficheiro de Markdown dentro de `/docs`, por exemplo `docs/newly-created-doc.mdx`:
```md
---
id: newly-created-doc
title: This Doc Needs To Be Edited
---My new content here..
```Nota: assegure que o nome do ficheiro e o valor do identificador nรฃo incluam caracteres saguros que nรฃo possam ser usados na URL, por exemplo, '\*'.
2. Faรงa referencia ร aquele identificador do documento em uma barra lateral existente no `sidebar.json`:
```javascript
// Adicione `newly-created-doc` ร catergoria `Getting Started` de `docs`
{
"docs": {
"Getting Started": [
"quick-start",
"newly-created-doc" // o novo documento vai aqui
],
...
},
...
}
```Para mais informaรงรตes sobre a adiรงรฃo de novas documentaรงรตes, clique [nesta ligaรงรฃo](https://v2.docusaurus.io/docs/).
## Colaboradores
Os agradecimentos vรฃo para estas maravilhosas pessoas ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
Kent C. Dodds
๐ง
Alex Krolick
๐ง
Sidak Singh Aulakh
๐ป
Brandon Carroll
๐ป
David
๐
Ryan James
๐
Brandon Johnson
๐
Edward Coleridge Smith
๐
Adriร Fontcuberta
๐ ๐
Tim Deschryver
๐ ๐ป
Ben Monro
๐
Scott Sauber
๐
Shota Tamura
๐ ๐
Giorgio Polvara
๐
michalak111
๐ โ ๏ธ
Huyen Nguyen
๐
Kieren Hughes
๐
Sean McPherson
๐
Michael Lasky
๐
Thomas Lombart
๐
Patrick K Long
๐
Pedro Filho
๐
Tanguy Antoine
๐
Kevin Anderson
๐
Dustin Myers
๐
Vojta Holik
๐จ
Steve Schwarz
๐
Aayush Rajvanshi
๐
Eugie Limpin
๐
Kevin
๐
Jennifer Shehane
๐
Steve Taggart
๐
Stephen Sugden
๐
Blai Samitier
๐
Vernon Kesner
๐
Will Douglas
๐
Head
๐
Lee
๐
Mario Beltrรกn Alarcรณn
๐
jameslevine
๐
Rahim Alwer
๐
Chenjia
๐
Olivier Le Thanh Duong
๐
Jakub Jastrzฤbski
๐
Ivan Galiatin
๐
Hendrik Rรถhm
๐
Sam Kauffman
๐
Turadg Aleahmad
๐
mark g romano
๐
Arturo Romero
๐
Dustin Masters
๐
Darren Lester
๐
Iswara Chaitanya
๐
Nataliia Pylypenko
๐
Hu Chen
๐
Josh
๐
numb86
๐
Nicholas Boll
๐
Billy Matthews
๐ข ๐
Dale French
๐
aw-davidson
๐
Benjamin Blackwood
๐
Ben
๐
Daniel Afonso
๐
Noman Gul
๐
Rafael Souza
๐
Pavel Pustovalov
๐
Dyma
๐
Matan Borenkraout
๐ ๐ป
timrobinson33
๐
Manuel Duguรฉ
๐
karthik20
๐
Pob Ch
๐
Mohammad Kermani
๐
Adeel Imran
๐
Varun Dey
๐
Pablo R. Dinella
๐
Jamie
๐
Cory House
๐
Jack Zhao
๐
Ryan Kennel
๐
Jesus Hernandez
๐
Aaron Pettengill
๐
Izhaki
๐
Robin Wieruch
โ
Alexander Sokolov
๐
Sascha Tandel
๐
Gyuwon Yi
๐
Boris Serdiuk
๐
balavishnuvj
๐
Sharmila Jesupaul
๐
Batuhan Wilhelm
๐
Dennis Kaffer
๐
Cam Jackson
๐
Jared Luxenberg
๐
Yakir Narkis
๐
Rahul Bhooteshwar
๐
Maja Wichrowska
๐
Kermani
๐ ๐
Vasily Malykhin
๐
Brian Alexis
๐
Kalpesh Singh
๐
Gerrit Alex
๐
Winter LaMon
๐
Juliano Penna
๐
Paul Coroneos
๐
Sebastian Silbermann
๐ ๐
Paul Salaets
๐
Michaรซl De Boey
๐
Washington Soares
๐
Jami Suomalainen
๐
Oriol Puig
๐
hedgecox
๐
Sherman Hui
๐
Jesu Castillo
๐
Core HTML5 Canvas, the book
๐
John Sterling
๐
Velu S Gautam
๐
Richard Oliver Bray
๐
Yanlin Jiang
๐
Lidor Avitan
๐
Isaiah Thomason
๐
Denis Barushev
๐
Domas
๐
Anton Niklasson
๐
Nikolai Yakuschenko
๐
Jan Schrรถder
๐
Nick McCurdy
๐ ๐ ๐ป
Sudhanshu
๐
Aleksandr Chernov
๐
Mathias
๐
davidseow
๐
Tony Hallett
๐
prsdta
๐
tal-joffe
๐
Mayank Jethva
๐
Elad Israeli
๐
Francis Chartrand
๐
Preston Carman
๐
Olivier Wilkinson
๐
Amit Miran
๐
Paul Melero
๐
jonathan schatz
๐
Ricky Sullivan Himself
๐
Armin
๐
Dale Baldwin
๐
AdriSolid
๐
Naruth Kongurai
๐
Erfan Mirzapour
๐
Shem Mahluf
๐ป ๐ ๐
Phil Gibbins
๐
Liad Shiran
๐
Eduardo Simรณn Picรณn
๐
Sanjeev Sharma
๐
dror-heller
๐
Aleksei Arro
๐
Carlo Beltrame
๐
ggorlen
๐
mattstobbs
๐
Zach
๐
Angus J. Pope
๐
Dylan Piercey
๐
Ruhollah
๐
Michael Gwynne
๐
Dominik Broj
๐
Stephen Wade
๐
Luiz Baldi
๐
Thomas Ingram
๐
David Johnston
๐
Rupert McKay
๐
Sebastiรกn Maciel
๐
Sidharth Vinod
๐
Honza Kalfus
๐
Christopher Laidler
๐
Nik Savchenko
๐
Steven Frieson
๐
Andrew Rosรกrio
๐
Daniel RB
๐
HonkingGoose
๐
Daniel Kolev
๐
Arryangga Aliev Pratamaputra
๐
Andrew Hansen
๐
JOAO GABRIEL SANTOS NEVES
๐
Luke Ingalls
๐
Aleksey Levenstein
๐
Tomas Zaicevas
๐
Sriram Thiagarajan
๐
Esteban Borai
๐
Arti Villa
๐
Jake Boone
๐
Dennis273
๐
Mosh Feu
๐
Notas Hellout
๐
Max Smolens
๐
Nima Ebrazeh
๐
Philipp Fritsche
๐
Clรฉment Plantier
๐
pppp606
๐
Bilou
๐
David Hewson
๐
Alex Kim
๐
PaquitoSoft
๐
Mรกrcio Gabriel
๐
Krychaxp
๐
momokolo
๐
AndyG
๐
Jason Butz
๐
Oleg
๐
Dany Paredes
๐
Abel
๐
Patrick Brady
๐
Grant Eaton
๐
Aaron Dunphy
๐
Tom Mrazauskas
๐
Supermaryy
๐
Ben Newton
๐
Matija Marohniฤ
๐
Thaddeus Jiang
๐
Robin Drexler
๐
Thomas McKee
๐
satanTime
๐
polinamochan
๐
Shai Rose
๐
AldinRekic
๐จ
Son Nguyen
๐
Lirlev48
๐
Tarjei Huse
๐
Obie Munoz
๐
Bert B
๐
Alireza Heydari
๐
Gleb Radutsky
๐
giovanniPepi
๐
Maciej Jastrzebski
๐
Sergio Moreno
๐ป
David Nixon
๐
Anton Khitrenovich
๐
Kostas Minaidis
๐
Than Hutchins
๐
Jordan Edmunds
๐
mouse
๐
Roberto Molina
๐
Louis Young
๐
Lukas Elmer
๐
Brent Guffens
๐
Esteban
๐
Tibor Barsi
๐
Tomoya Kashifuku
๐
Leo
๐
Erik Metz
๐
Vaibhav Tyagi
๐
Aleksei Drokin
๐
Torsten Knauf
๐
John Harlow
๐
Morgan Hunter
๐
Louis Moselhi
๐
Ryan McGill
๐
Renan Andrade
๐
Este projeto segue a especificaรงรฃo [all-contributors](https://github.com/all-contributors/all-contributors). As contribuiรงรตes de qualquer tipo รฉ bem-vinda!