Skip to content

Commit 0edf66b

Browse files
authored
Link to docs (#246)
1 parent af1dcf0 commit 0edf66b

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
@@ -15,6 +15,7 @@ The Composable Architecture is a library for building applications in a consiste
1515
* [FAQ](#faq)
1616
* [Requirements](#requirements)
1717
* [Installation](#installation)
18+
* [Documentation](#documentation)
1819
* [Help](#help)
1920
* [Credits and thanks](#credits-and-thanks)
2021
* [Other libraries](#other-libraries)
@@ -421,6 +422,10 @@ You can add ComposableArchitecture to an Xcode project by adding it as a package
421422
- If you have a single application target that needs access to the library, then add **ComposableArchitecture** directly to your application.
422423
- 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.
423424

425+
## Documentation
426+
427+
The latest documentation for the Composable Architecture APIs is available [here](https://pointfreeco.github.io/swift-composable-architecture/).
428+
424429
## Help
425430

426431
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)