Skip to content

Commit 548b3d1

Browse files
authored
Front page content (#22)
* Edit features * Edit main page * Update license link
1 parent 2cfc51c commit 548b3d1

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

docs/_data/features.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
content:
2-
- title: Verification
3-
description: Eases the creation of Xcode Playgrounds with support for third party libraries.
2+
- title: Specification
3+
description: Consumes your OpenAPI specification file with all your endpoints.
44
icon: img/main-image-primary.svg
55

6-
- title: Compile
7-
description: Compiles Xcode Playgrounds with support for third party libraries from the command line.
6+
- title: Generation
7+
description: Creates a Swift Package containing your networking code using pure FP.
88
icon: img/main-image-secondary.svg
99

10-
- title: Generation
11-
description: Generates Markdown project from Xcode Playground.
10+
- title: Composition
11+
description: Uses the power of Bow Effects to let you compose and build on top of your network layer.
1212
icon: img/main-image-tertiary.svg
1313

14-
- title: Integration
15-
description: Integrates Xcode Playgrounds with Carbon to export code snippets and Jekyll to create a microsite.
14+
- title: Testing
15+
description: Eases testing networking operations, without mocks.
1616
icon: img/main-image-quaternary.svg

docs/_data/menu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ nav:
66
url: https://github.com/bow-swift/bow-openapi
77

88
- title: License
9-
url: https://github.com/bow-swift/bow-openapi/blob/develop/LICENSE
9+
url: https://openapi.bow-swift.io/docs/legal/license/

docs/_includes/_header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<div class="wrapper">
33
<div class="header-flex">
44
<div class="header-text">
5-
<h1>Compile time verification and generation <span>of documentation from <strong>Xcode Playgrounds</strong></span></h1>
5+
<h1>Generation of Swift networking code <span>from an <strong>OpenAPI</strong> specification.</span></h1>
66
<a class="header-button" href="{{ site.baseurl }}/docs/" title="Docs">Learn more</a>
77
</div>
88
<div class="header-image">

0 commit comments

Comments
 (0)