Skip to content

Commit f42bdb0

Browse files
stephencelismluisbrown
authored andcommitted
Link to docs (#246)
1 parent ccc16e1 commit f42bdb0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ The Composable Architecture is a library for building applications in a consiste
2828
* [FAQ](#faq)
2929
* [Requirements](#requirements)
3030
* [Installation](#installation)
31+
* [Documentation](#documentation)
3132
* [Help](#help)
3233
* [Credits and thanks](#credits-and-thanks)
3334
* [Other libraries](#other-libraries)
@@ -430,6 +431,10 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
430431
- If you have a single application target that needs access to the library, then add **ComposableArchitecture** directly to your application.
431432
- If you want to use this library from multiple targets you must create a shared framework that depends on **ComposableArchitecture** and then depend on that framework in all of your targets. For an example of this, check out the [Tic-Tac-Toe](./Examples/TicTacToe) demo application, which splits lots of features into modules and consumes the static library in this fashion using the **TicTacToeCommon** framework.
432433

434+
## Documentation
435+
436+
The latest documentation for the Composable Architecture APIs is available [here](https://pointfreeco.github.io/swift-composable-architecture/).
437+
433438
## Help
434439

435440
If you want to discuss the Composable Architecture or have a question about how to use it to solve a particular problem, ask around on [its Swift forum](https://forums.swift.org/c/related-projects/swift-composable-architecture).

0 commit comments

Comments
 (0)