Skip to content

Commit eb571e2

Browse files
alexkrolickKent C. Dodds
authored andcommitted
update siteconfig with new org info (#89)
* update siteconfig with new org info * fix build target
1 parent ebde32e commit eb571e2

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
# Directory (relative to root of your repo) that contains the deploy-ready
99
# HTML files and assets generated by the build. If a base directory has
1010
# been specified, include it in the publish directory path.
11-
publish = "website/build/react-testing-library-docs"
11+
publish = "website/build/testing-library-docs"
1212

1313
# Default build command.
1414
command = "cd website; npm install; npm run build"

website/siteConfig.js

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -79,17 +79,17 @@ const users = [
7979
]
8080

8181
const siteConfig = {
82-
title: 'DOM Testing Library', // Title for your website.
82+
title: 'Testing Library', // Title for your website.
8383
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
8686
baseUrl: '/', // Base URL for your project */
8787
// For github.io type URLs, you would set the url and baseUrl like:
8888
// url: 'https://facebook.github.io',
8989
// baseUrl: '/test-site/',
9090

9191
// Used for publishing and more
92-
projectName: 'react-testing-library-docs',
92+
projectName: 'testing-library-docs',
9393
// organizationName: 'alexkrolick', // shouldn't be needed except for GH pages
9494
// For top-level user or org sites, the organization is still the same.
9595
// e.g., for the https://JoelMarcey.github.io site, it would be set like...
@@ -173,10 +173,10 @@ const siteConfig = {
173173

174174
// You may provide arbitrary config keys to be used as needed by your
175175
// 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',
178178
editUrl:
179-
'https://github.com/alexkrolick/testing-library-docs/blob/master/docs/',
179+
'https://github.com/testing-library/testing-library-docs/blob/master/docs/',
180180

181181
// Algolia DocSearch config
182182
algolia: {

0 commit comments

Comments
 (0)