- Notifications
You must be signed in to change notification settings - Fork725
docs site for @testing-library/*
License
testing-library/testing-library-docs
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Documentation site forReact Testing Library,DOM Testing Library,andrelated projects
Build Status:
This website was created withDocusaurus.
- Make sure all the dependencies for the website are installed:
# Install dependencies$ npm install
- Run your dev server:
# Start the site$ npm start
Edit docs by navigating todocs/
and editing the corresponding document:
docs/doc-to-be-edited.mdx
---id:page-needs-edittitle:This Doc Needs To Be Edited---Edit me...
For more information about docs, clickhere
Edit blog posts by navigating toblog
and editing the corresponding post:
blog/post-to-be-edited.mdx
---id:post-needs-edittitle:This Blog Post Needs To Be Edited---Edit me...
For more information about blog posts, clickhere
- Create the doc as a new markdown file in
/docs
, exampledocs/newly-created-doc.mdx
:
---id:newly-created-doctitle:This Doc Needs To Be Edited---My new content here..
Note: Ensure the file name and the id value do not include non-url safecharacters i.e. '*'.
- Refer to that doc's ID in an existing sidebar in
sidebar.json
:
// Add newly-created-doc to the Getting Started category of docs{"docs":{"Getting Started":["quick-start","newly-created-doc"// new doc here], ...}, ...}
For more information about adding new docs, clickhere
Thanks goes to these wonderful people(emoji key):
This project follows theall-contributorsspecification. Contributions of any kind welcome!
About
docs site for @testing-library/*
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.