diff --git a/ja/SUMMARY.md b/ja/SUMMARY.md new file mode 100644 index 00000000..907d91d6 --- /dev/null +++ b/ja/SUMMARY.md @@ -0,0 +1,27 @@ +- [基本的な使い方](basic.md) +- [ユニバーサルなコードを書く](universal.md) +- [ソースコードの構造](structure.md) +- [ルーティングとコード分割](routing.md) +- [データのプリフェッチとステート](data.md) +- [クライアントサイドでのハイドレーション](hydration.md) +- [バンドルレンダラの紹介](bundle-renderer.md) +- [ビルド設定](build-config.md) +- [CSS の管理](css.md) +- [ヘッドの管理](head.md) +- [キャッシュ](caching.md) +- [ストリーミング](streaming.md) +- [API リファレンス](api.md) + - [createRenderer](api.md#createrendereroptions) + - [createBundleRenderer](api.md#createbundlerendererbundle-options) + - [クラス: Renderer](api.md#class-renderer) + - [クラス: BundleRenderer](api.md#class-bundlerenderer) + - [Renderer 生成時のオプション](api.md#renderer-options) + - [template](api.md#template) + - [clientManifest](api.md#clientmanifest) + - [inject](api.md#inject) + - [shouldPreload](api.md#shouldpreload) + - [runInNewContext](api.md#runinnewcontext) + - [basedir](api.md#basedir) + - [cache](api.md#cache) + - [directives](api.md#directives) + - [Webpack プラグイン](api.md#webpack-plugins)