Skip to content

Commit d565edf

Browse files
committed
docs: add links to detailed documentation in READMEs
1 parent 5183f9f commit d565edf

3 files changed

Lines changed: 27 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ console.log(
9090
);
9191
```
9292

93+
## 📚 Documentation
94+
95+
- [Introduction](docs/intro.md)
96+
- [Getting Started](docs/getting-started/installation.md)
97+
- [Core Concepts](docs/core-concepts/overview.md)
98+
- [Styling Guide](docs/styling/index.md)
99+
- [Advanced Usage](docs/advanced/index.md)
100+
- [Cookbook](docs/cookbook/index.md)
101+
93102
## 📖 API Reference
94103

95104
### TaffyTree

docs/i18n/ja-JP/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ console.log(
9090
);
9191
```
9292

93+
## 📚 ドキュメント
94+
95+
- [はじめに](../../intro.md)
96+
- [クイックスタート](../../getting-started/installation.md)
97+
- [コアコンセプト](../../core-concepts/overview.md)
98+
- [スタイリングガイド](../../styling/index.md)
99+
- [高度な使い方](../../advanced/index.md)
100+
- [クックブック](../../cookbook/index.md)
101+
93102
## 📖 API リファレンス
94103

95104
### TaffyTree

docs/i18n/zh-CN/README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ console.log(
9090
);
9191
```
9292

93+
## 📚 详细文档
94+
95+
- [简介](../../intro.md)
96+
- [快速上手](../../getting-started/installation.md)
97+
- [核心概念](../../core-concepts/overview.md)
98+
- [样式指南](../../styling/index.md)
99+
- [高级用法](../../advanced/index.md)
100+
- [Cookbook](../../cookbook/index.md)
101+
93102
## 📖 API 参考
94103

95104
### TaffyTree

0 commit comments

Comments
 (0)