Skip to content

update siteconfig with new org info #89

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Apr 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Directory (relative to root of your repo) that contains the deploy-ready
# HTML files and assets generated by the build. If a base directory has
# been specified, include it in the publish directory path.
publish = "website/build/react-testing-library-docs"
publish = "website/build/testing-library-docs"

# Default build command.
command = "cd website; npm install; npm run build"
Expand Down
14 changes: 7 additions & 7 deletions website/siteConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,17 +79,17 @@ const users = [
]

const siteConfig = {
title: 'DOM Testing Library', // Title for your website.
title: 'Testing Library', // Title for your website.
tagline:
'Simple and complete DOM testing utilities that encourage good testing practices',
url: 'https://react-testing-library.netlify.com', // Your website URL
'Simple and complete testing utilities that encourage good testing practices',
url: 'https://testing-library.com', // Your website URL
baseUrl: '/', // Base URL for your project */
// For github.io type URLs, you would set the url and baseUrl like:
// url: 'https://facebook.github.io',
// baseUrl: '/test-site/',

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

// You may provide arbitrary config keys to be used as needed by your
// template. For example, if you need your repo's URL...
repoUrl: 'https://github.com/kentcdodds/dom-testing-library',
docsRepoUrl: 'https://github.com/alexkrolick/testing-library-docs',
repoUrl: 'https://github.com/testing-library/dom-testing-library',
docsRepoUrl: 'https://github.com/testing-library/testing-library-docs',
editUrl:
'https://github.com/alexkrolick/testing-library-docs/blob/master/docs/',
'https://github.com/testing-library/testing-library-docs/blob/master/docs/',

// Algolia DocSearch config
algolia: {
Expand Down