Skip to content

Commit afd90b8

Browse files
committed
doc: move ram.png to public folder
1 parent b4f57ff commit afd90b8

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

Diff for: README.md

+25-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
1+
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
2+
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
3+
4+
5+
- [react-hooks-testing-library](#react-hooks-testing-library)
6+
- [The problem](#the-problem)
7+
- [The solution](#the-solution)
8+
- [When to use this library](#when-to-use-this-library)
9+
- [When not to use this library](#when-not-to-use-this-library)
10+
- [Example](#example)
11+
- [`useCounter.js`](#usecounterjs)
12+
- [`useCounter.test.js`](#usecountertestjs)
13+
- [Installation](#installation)
14+
- [Peer Dependencies](#peer-dependencies)
15+
- [API](#api)
16+
- [Contributors](#contributors)
17+
- [Issues](#issues)
18+
- [🐛 Bugs](#-bugs)
19+
- [💡 Feature Requests](#-feature-requests)
20+
- [❓ Questions](#-questions)
21+
- [LICENSE](#license)
22+
23+
<!-- END doctoc generated TOC please keep comment here to allow auto update -->
24+
125
<div align="center">
226
<h1>react-hooks-testing-library</h1>
327

@@ -6,7 +30,7 @@
630
height="80"
731
width="80"
832
alt="ram"
9-
src="https://raw.githubusercontent.com/testing-library/react-hooks-testing-library/master/other/ram.png"
33+
src="https://raw.githubusercontent.com/testing-library/react-hooks-testing-library/master/public/ram.png"
1034
/>
1135
</a>
1236

Diff for: docs/introduction.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ route: '/'
1111
height="80"
1212
width="80"
1313
alt="ram"
14-
src="https://raw.githubusercontent.com/mpeyper/react-hooks-testing-library/master/other/ram.png"
14+
src="https://raw.githubusercontent.com/mpeyper/react-hooks-testing-library/master/public/ram.png"
1515
/>
1616
</a>
1717

Diff for: doczrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
files: '**/*.{md,mdx}',
44
src: 'docs',
55
dest: 'site',
6-
public: './other',
6+
public: './public',
77
ignore: ['CODE_OF_CONDUCT.md', 'CONTRIBUTING.md', 'LICENSE.md'],
88
htmlContext: {
99
favicon: '/public/ram.png'

Diff for: other/ram.png renamed to public/ram.png

File renamed without changes.

0 commit comments

Comments
 (0)