@@ -79,17 +79,17 @@ const users = [
79
79
]
80
80
81
81
const siteConfig = {
82
- title : 'DOM Testing Library' , // Title for your website.
82
+ title : 'Testing Library' , // Title for your website.
83
83
tagline :
84
- 'Simple and complete DOM testing utilities that encourage good testing practices' ,
85
- url : 'https://react- testing-library.netlify .com' , // Your website URL
84
+ 'Simple and complete testing utilities that encourage good testing practices' ,
85
+ url : 'https://testing-library.com' , // Your website URL
86
86
baseUrl : '/' , // Base URL for your project */
87
87
// For github.io type URLs, you would set the url and baseUrl like:
88
88
// url: 'https://facebook.github.io',
89
89
// baseUrl: '/test-site/',
90
90
91
91
// Used for publishing and more
92
- projectName : 'react- testing-library-docs' ,
92
+ projectName : 'testing-library-docs' ,
93
93
// organizationName: 'alexkrolick', // shouldn't be needed except for GH pages
94
94
// For top-level user or org sites, the organization is still the same.
95
95
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
@@ -173,10 +173,10 @@ const siteConfig = {
173
173
174
174
// You may provide arbitrary config keys to be used as needed by your
175
175
// template. For example, if you need your repo's URL...
176
- repoUrl : 'https://github.com/kentcdodds /dom-testing-library' ,
177
- docsRepoUrl : 'https://github.com/alexkrolick /testing-library-docs' ,
176
+ repoUrl : 'https://github.com/testing-library /dom-testing-library' ,
177
+ docsRepoUrl : 'https://github.com/testing-library /testing-library-docs' ,
178
178
editUrl :
179
- 'https://github.com/alexkrolick /testing-library-docs/blob/master/docs/' ,
179
+ 'https://github.com/testing-library /testing-library-docs/blob/master/docs/' ,
180
180
181
181
// Algolia DocSearch config
182
182
algolia : {
0 commit comments