Skip to content

Commit 4175293

Browse files
Merge pull request #13 from bow-swift/tomas/quick-start
Quick start and Legal docs
2 parents f10ed38 + e3ae923 commit 4175293

File tree

23 files changed

+431
-125
lines changed

23 files changed

+431
-125
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,10 @@ sudo: required
44

55
addons:
66
homebrew:
7-
casks: homebrew/cask-versions/adoptopenjdk8
7+
taps:
8+
- adoptopenjdk/openjdk
9+
casks:
10+
- adoptopenjdk/openjdk/adoptopenjdk8
811

912
env:
1013
global:
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//: [Previous](@previous)
2-
3-
import Foundation
4-
5-
var str = "Hello, playground"
6-
7-
//: [Next](@next)
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Adding the module to your project
5+
*/
6+
// nef:end
7+
/*:
8+
# Adding the module to your project
9+
10+
*/
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//: [Previous](@previous)
2-
3-
import Foundation
4-
5-
var str = "Hello, playground"
6-
7-
//: [Next](@next)
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Customizing the configuration
5+
*/
6+
// nef:end
7+
/*:
8+
# Customizing the configuration
9+
10+
*/
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
import UIKit
2-
3-
var str = "Hello, playground"
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Running a network request
5+
*/
6+
// nef:end
7+
/*:
8+
# Running a network request
9+
10+
*/

Documentation.app/Contents/MacOS/Consuming generated code.playground/Pages/Running a network request.xcplaygroundpage/timeline.xctimeline

Lines changed: 0 additions & 6 deletions
This file was deleted.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//: [Previous](@previous)
2-
3-
import Foundation
4-
5-
var str = "Hello, playground"
6-
7-
//: [Next](@next)
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Testing your network calls
5+
*/
6+
// nef:end
7+
/*:
8+
# Testing your network calls
9+
10+
*/
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//: [Previous](@previous)
2-
3-
import Foundation
4-
5-
var str = "Hello, playground"
6-
7-
//: [Next](@next)
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Basic generation
5+
*/
6+
// nef:end
7+
/*:
8+
# Basic generation
9+
10+
*/
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//: [Previous](@previous)
2-
3-
import Foundation
4-
5-
var str = "Hello, playground"
6-
7-
//: [Next](@next)
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Data types
5+
*/
6+
// nef:end
7+
/*:
8+
# Data types
9+
10+
*/
Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
//: [Previous](@previous)
2-
3-
import Foundation
4-
5-
var str = "Hello, playground"
6-
7-
//: [Next](@next)
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Documentation
5+
*/
6+
// nef:end
7+
/*:
8+
# Documentation
9+
10+
*/
Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1-
import UIKit
2-
3-
var str = "Hello, playground"
1+
// nef:begin:header
2+
/*
3+
layout: docs
4+
title: Grouping endpoints
5+
*/
6+
// nef:end
7+
/*:
8+
# Grouping endpoints
9+
10+
*/

0 commit comments

Comments
 (0)