Skip to content

Commit 086b7fa

Browse files
ryo-manbaclaude
andcommitted
docs: add OG image to READMEs, add Playground links
- Add og-image.png banner at top of README.md and README.ja.md - Add "Try the Playground" link under Usage section in both READMEs Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent a97f1f4 commit 086b7fa

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

README.ja.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<div align="center">
2+
3+
<a href="https://ryo-manba.github.io/data-chart/ja/"><img src="https://raw.githubusercontent.com/ryo-manba/data-chart/main/docs/public/og-image.png" alt="data-chart" width="100%" /></a>
4+
25
<h1>data-chart</h1>
36

47
<a href="https://www.npmjs.com/package/data-chart"><img alt="NPM version" src="https://img.shields.io/npm/v/data-chart.svg?style=for-the-badge&labelColor=000000"></a>
@@ -43,7 +46,8 @@ import 'data-chart';
4346
</table>
4447
```
4548

46-
- [ドキュメント](https://ryo-manba.github.io/data-chart/)で完全な API リファレンスをご覧ください。
49+
- [ドキュメント](https://ryo-manba.github.io/data-chart/ja/docs/getting-started/)で完全な API リファレンスをご覧ください。
50+
- [Playground](https://ryo-manba.github.io/data-chart/ja/playground/) でチャートをインタラクティブに試せます。
4751

4852
## Contributing
4953

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
<div align="center">
2+
3+
<a href="https://ryo-manba.github.io/data-chart/"><img src="https://raw.githubusercontent.com/ryo-manba/data-chart/main/docs/public/og-image.png" alt="data-chart" width="100%" /></a>
4+
25
<h1>data-chart</h1>
36

47
<a href="https://www.npmjs.com/package/data-chart"><img alt="NPM version" src="https://img.shields.io/npm/v/data-chart.svg?style=for-the-badge&labelColor=000000"></a>
@@ -41,7 +44,8 @@ import 'data-chart';
4144
</table>
4245
```
4346

44-
- Visit the [Documentation](https://ryo-manba.github.io/data-chart/) to view the full API reference.
47+
- Visit the [Documentation](https://ryo-manba.github.io/data-chart/docs/getting-started/) to view the full API reference.
48+
- Try the [Playground](https://ryo-manba.github.io/data-chart/playground/) to experiment with charts interactively.
4549

4650
## Contributing
4751

0 commit comments

Comments
 (0)