开源软件名称(OpenSource Name):testing-library/testing-library-docs开源软件地址(OpenSource Url):https://github.com/testing-library/testing-library-docs开源编程语言(OpenSource Language):JavaScript 83.1%开源软件介绍(OpenSource Introduction):testing-library-docsDocumentation site for React Testing Library, DOM Testing Library, and related projects Build Status: This website was created with Docusaurus. What's In This DocumentGet Started in 5 Minutes
# Install dependencies
$ npm install
# Start the site
$ npm start Editing ContentEditing an existing docs pageEdit docs by navigating to
---
id: page-needs-edit
title: This Doc Needs To Be Edited
---
Edit me... For more information about docs, click here Editing an existing blog postEdit blog posts by navigating to
---
id: post-needs-edit
title: This Blog Post Needs To Be Edited
---
Edit me... For more information about blog posts, click here Adding ContentAdding a new docs page to an existing sidebar
---
id: newly-created-doc
title: This Doc Needs To Be Edited
---
My new content here.. Note: Ensure the file name and the id value do not include non-url safe characters i.e. '*'.
// 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, click here ContributorsThanks goes to these wonderful people (emoji key):
全部评论
专题导读
热门推荐
热门话题
阅读排行榜
|
请发表评论