From d3d7b75e1f5aaa78f0355ce7673d13cc10cd2890 Mon Sep 17 00:00:00 2001 From: Ryo Aoyama Date: Tue, 30 Jan 2024 22:53:53 +0900 Subject: [PATCH] Update documentation URL (#63) --- Makefile | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index a8d3b7c..c43853f 100644 --- a/Makefile +++ b/Makefile @@ -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: diff --git a/README.md b/README.md index e48da1a..221f29b 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ 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) --- @@ -43,7 +43,7 @@ With the `Playbook`, you don't have to struggle through preparing the data and s ### 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") {