Skip to content

Commit

Permalink
Update documentation URL (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
ra1028 authored Jan 30, 2024
1 parent 0e7c312 commit d3d7b75
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ lint:
.PHONY: docs
docs:
xcodebuild docbuild \
-scheme PlaybookUI \
-scheme PlaybookSnapshot \
-destination generic/platform=iOS \
OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path playbook-ios --output-dir docs"
OTHER_DOCC_FLAGS="--transform-for-static-hosting --hosting-base-path playbook-ios --output-path docs"

.PHONY: npm
npm:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ With the `Playbook`, you don't have to struggle through preparing the data and s

## Usage

- [API Document](https://playbook-ui.github.io/playbook-ios)
- [API Document](https://playbook-ui.github.io/playbook-ios/documentation/playbooksnapshot)
- [Example App](https://github.com/playbook-ui/playbook-ios/tree/master/Example)

---

### Playbook

`Playbook` is a framework that provides the basic functionality for managing components. It supports both `SwiftUI` and `UIKit`.
Components are uniquely stored as scenarios. A `Scenario` has the way to layout component. Please check the [API Doc](https://playbook-ui.github.io/playbook-ios/ScenarioLayout/) for the variety of layouts.
Components are uniquely stored as scenarios. A `Scenario` has the way to layout component. Please check the API Doc for the variety of layouts.

```swift
Playbook.default.addScenarios(of: "Home") {
Expand Down

0 comments on commit d3d7b75

Please sign in to comment.