Skip to content

Commit 459bd48

Browse files
authored
Fix DocC gen & readme (#34)
1 parent f71ac0c commit 459bd48

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ let package = Package(
3636
dependencies: [
3737
.package(url: "https://github.com/mattpolzin/OpenAPIKit", exact: "5.0.0-rc.2"),
3838
.package(url: "https://github.com/jpsim/Yams", from: "6.2.0"),
39+
// [docc-plugin-placeholder]
3940
],
4041
targets: [
4142
.target(

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,11 @@
22

33
The FeatherOpenAPI library makes it easy to define OpenAPI specifications using Swift in a type-safe way.
44

5-
![Release: 1.0.0-beta.1](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E1-F05138)
5+
[
6+
![Release: 1.0.0-beta.1](https://img.shields.io/badge/Release-1%2E0%2E0--beta%2E1-F05138)
7+
](
8+
https://github.com/feather-framework/feather-openapi/releases/tag/1.0.0-beta.1
9+
)
610

711
## Features
812

@@ -42,7 +46,11 @@ Then add `FeatherOpenAPI` to your target dependencies:
4246

4347
## Usage
4448

45-
![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)
49+
[
50+
![DocC API documentation](https://img.shields.io/badge/DocC-API_documentation-F05138)
51+
] (
52+
https://feather-framework.github.io/feather-openapi/documentation/featheropenapi/
53+
)
4654

4755
API documentation is available at the following link.
4856

0 commit comments

Comments
 (0)