Skip to content
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
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,13 @@ func handle() -> ActionHandler<Action, State, Void> {

## Documentation

- **[Overview](Sources/Flow/Flow.docc/Flow.md)**
- **[Getting Started](Sources/Flow/Flow.docc/GettingStarted.md)**
- **[Core Concepts](Sources/Flow/Flow.docc/CoreConcepts.md)**
- **[Core Elements](Sources/Flow/Flow.docc/CoreElements.md)**
- **[Practical Guide](Sources/Flow/Flow.docc/PracticalGuide.md)**
- **[Middleware](Sources/Flow/Flow.docc/Middleware.md)**
📖 **[Full Documentation](https://viewfeature.github.io/Flow/)**

- **[Getting Started](https://viewfeature.github.io/Flow/documentation/flow/gettingstarted/)**
- **[Core Concepts](https://viewfeature.github.io/Flow/documentation/flow/coreconcepts/)**
- **[Core Elements](https://viewfeature.github.io/Flow/documentation/flow/coreelements/)**
- **[Practical Guide](https://viewfeature.github.io/Flow/documentation/flow/practicalguide/)**
- **[Middleware](https://viewfeature.github.io/Flow/documentation/flow/middleware/)**

## Installation

Expand Down
13 changes: 7 additions & 6 deletions README_jp.md
Original file line number Diff line number Diff line change
Expand Up @@ -235,12 +235,13 @@ func handle() -> ActionHandler<Action, State, Void> {

## ドキュメント

- **[概要](Sources/Flow/Flow.docc/Flow.md)**
- **[はじめに](Sources/Flow/Flow.docc/GettingStarted.md)**
- **[コアコンセプト](Sources/Flow/Flow.docc/CoreConcepts.md)**
- **[コア要素](Sources/Flow/Flow.docc/CoreElements.md)**
- **[実践ガイド](Sources/Flow/Flow.docc/PracticalGuide.md)**
- **[ミドルウェア](Sources/Flow/Flow.docc/Middleware.md)**
📖 **[完全なドキュメント](https://viewfeature.github.io/Flow/)**

- **[はじめに](https://viewfeature.github.io/Flow/documentation/flow/gettingstarted/)**
- **[コアコンセプト](https://viewfeature.github.io/Flow/documentation/flow/coreconcepts/)**
- **[コア要素](https://viewfeature.github.io/Flow/documentation/flow/coreelements/)**
- **[実践ガイド](https://viewfeature.github.io/Flow/documentation/flow/practicalguide/)**
- **[ミドルウェア](https://viewfeature.github.io/Flow/documentation/flow/middleware/)**

## インストール

Expand Down
Loading