mirror of https://github.com/vapor/docs.git
base url updates
This commit is contained in:
parent
80f3ecd4a9
commit
71ece0bebe
|
|
@ -1 +1,3 @@
|
|||
# Vapor Documentation
|
||||
# Vapor Documentation
|
||||
|
||||
Visit the Getting Started section to install Swift 3 and the Toolbox.
|
||||
|
|
@ -4,6 +4,8 @@ template:
|
|||
title: Vapor Documentation
|
||||
subTitle: A web framework and server for Swift that works on macOS and Ubuntu.
|
||||
|
||||
baseUrl: https://qutheory.github.io/documentation
|
||||
|
||||
menu:
|
||||
sections:
|
||||
links:
|
||||
|
|
|
|||
|
|
@ -61,9 +61,9 @@ drop.get("hello") { request in
|
|||
|
||||
This creates a new route on the `Droplet` that will match all `GET` requests to `/hello`.
|
||||
|
||||
All route closures are passed an instance of [Request](/guide/request.html) that contains information such as the URI requested and data sent.
|
||||
All route closures are passed an instance of [Request]({{baseUrl}}/guide/request.html) that contains information such as the URI requested and data sent.
|
||||
|
||||
This route simply returns a string, but anything that is [ResponseRepresentable](/guide/routing.html) can be returned. Learn more in the [Routing](/guide/routing.html) section of the guide.
|
||||
This route simply returns a string, but anything that is [ResponseRepresentable]({{baseUrl}}/guide/routing.html) can be returned. Learn more in the [Routing]({{baseUrl}}/guide/routing.html) section of the guide.
|
||||
|
||||
## Serving
|
||||
|
||||
|
|
|
|||
|
|
@ -24,4 +24,4 @@ Select Xcode 8 for your Command Line Tools.
|
|||
|
||||
## Swift
|
||||
|
||||
You can now move on to [Install Swift 3](/getting-started/install-swift-3.html)
|
||||
You can now move on to [Install Swift 3]({{baseUrl}}/getting-started/install-swift-3.html)
|
||||
|
|
|
|||
|
|
@ -17,4 +17,4 @@ sudo apt-get install clang libicu-dev binutils git
|
|||
|
||||
## Swift
|
||||
|
||||
You can now move on to [Install Swift 3](/getting-started/install-swift-3.html)
|
||||
You can now move on to [Install Swift 3]({{baseUrl}}/getting-started/install-swift-3.html)
|
||||
Loading…
Reference in New Issue