Skip to content

update angular logo #1353

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 2 commits into from
Dec 26, 2023
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
52 changes: 26 additions & 26 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,19 +109,6 @@ module.exports = {
'react-testing-library/cheatsheet',
],
},
{
'Reason Testing Library': [
'bs-react-testing-library/intro',
'bs-react-testing-library/examples',
],
},
{
'Native Testing Library': [
'react-native-testing-library/intro',
'react-native-testing-library/example-intro',
'react-native-testing-library/setup',
],
},
{
'Vue Testing Library': [
'vue-testing-library/intro',
Expand All @@ -132,13 +119,6 @@ module.exports = {
'vue-testing-library/faq',
],
},
{
'Marko Testing Library': [
'marko-testing-library/intro',
'marko-testing-library/setup',
'marko-testing-library/api',
],
},
{
'Angular Testing Library': [
'angular-testing-library/intro',
Expand All @@ -148,6 +128,22 @@ module.exports = {
'angular-testing-library/faq',
],
},
{
'Svelte Testing Library': [
'svelte-testing-library/intro',
'svelte-testing-library/setup',
'svelte-testing-library/example',
'svelte-testing-library/api',
'svelte-testing-library/faq',
],
},
{
'Marko Testing Library': [
'marko-testing-library/intro',
'marko-testing-library/setup',
'marko-testing-library/api',
],
},
{
'Preact Testing Library': [
'preact-testing-library/intro',
Expand All @@ -157,12 +153,16 @@ module.exports = {
],
},
{
'Svelte Testing Library': [
'svelte-testing-library/intro',
'svelte-testing-library/setup',
'svelte-testing-library/example',
'svelte-testing-library/api',
'svelte-testing-library/faq',
'Reason Testing Library': [
'bs-react-testing-library/intro',
'bs-react-testing-library/examples',
],
},
{
'Native Testing Library': [
'react-native-testing-library/intro',
'react-native-testing-library/example-intro',
'react-native-testing-library/setup',
],
},
'cypress-testing-library/intro',
Expand Down
48 changes: 24 additions & 24 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -183,16 +183,16 @@ export default class Index extends React.Component {
imageAlt: 'React logo',
},
{
image: `${baseUrl}img/cypress-128x128.png`,
image: `${baseUrl}img/vue-400x400.png`,
imageAlign: 'top',
title: '[Cypress](./docs/cypress-testing-library/intro)',
imageAlt: 'Cypress logo',
title: '[Vue](./docs/vue-testing-library/intro)',
imageAlt: 'Vue logo',
},
{
image: `${baseUrl}img/testcafe-128x128.jpg`,
image: `${baseUrl}img/angular-128x128.png`,
imageAlign: 'top',
title: `[Testcafe](./docs/testcafe-testing-library/intro)`,
imageAlt: 'Testcafe logo',
title: '[Angular](./docs/angular-testing-library/intro)',
imageAlt: 'Angular logo',
},
{
image: `${baseUrl}img/svelte-logo.png`,
Expand All @@ -201,40 +201,40 @@ export default class Index extends React.Component {
imageAlt: 'Svelte logo',
},
{
image: `${baseUrl}img/vue-400x400.png`,
imageAlign: 'top',
title: '[Vue](./docs/vue-testing-library/intro)',
imageAlt: 'Vue logo',
},
{
image: `${baseUrl}img/angular-250x250.png`,
image: `${baseUrl}img/preact-128x128.png`,
imageAlign: 'top',
title: '[Angular](./docs/angular-testing-library/intro)',
imageAlt: 'Angular logo',
title: '[Preact](./docs/preact-testing-library/intro)',
imageAlt: 'Preact logo',
},
{
image: `${baseUrl}img/reason-200x200.png`,
imageAlign: 'top',
title: '[ReasonReact](./docs/bs-react-testing-library/intro)',
imageAlt: 'ReasonReact logo',
},
{
image: `${baseUrl}img/puppeteer-275x275.png`,
imageAlign: 'top',
title: '[Puppeteer](./docs/pptr-testing-library/intro)',
imageAlt: 'Puppeteer logo',
},
{
image: `${baseUrl}img/react-native-128x128.png`,
imageAlign: 'top',
title: '[React Native](./docs/react-native-testing-library/intro)',
imageAlt: 'React Native logo',
},
{
image: `${baseUrl}img/preact-128x128.png`,
image: `${baseUrl}img/cypress-128x128.png`,
imageAlign: 'top',
title: '[Preact](./docs/preact-testing-library/intro)',
imageAlt: 'Preact logo',
title: '[Cypress](./docs/cypress-testing-library/intro)',
imageAlt: 'Cypress logo',
},
{
image: `${baseUrl}img/puppeteer-275x275.png`,
imageAlign: 'top',
title: '[Puppeteer](./docs/pptr-testing-library/intro)',
imageAlt: 'Puppeteer logo',
},
{
image: `${baseUrl}img/testcafe-128x128.jpg`,
imageAlign: 'top',
title: `[Testcafe](./docs/testcafe-testing-library/intro)`,
imageAlt: 'Testcafe logo',
},
{
image: `${baseUrl}img/nightwatch-128x128.png`,
Expand Down
Binary file added static/img/angular-128x128.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed static/img/angular-250x250.png
Binary file not shown.