File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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(
Original file line number Diff line number Diff line change 22
33The 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
4755API documentation is available at the following link.
4856
You can’t perform that action at this time.
0 commit comments