mirror of https://github.com/vapor/docs.git
41 lines
1.5 KiB
YAML
41 lines
1.5 KiB
YAML
template:
|
|
directory: 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:
|
|
getting-started:
|
|
name: Getting Started
|
|
items:
|
|
getting-started-install-swift-3-macos:
|
|
text: Install Swift 3: macOS
|
|
relativeUrl: getting-started/install-swift-3-macos.html
|
|
getting-started-install-swift-3-ubuntu:
|
|
text: Install Swift 3: Ubuntu
|
|
relativeUrl: getting-started/install-swift-3-ubuntu.html
|
|
getting-started-install-swift-3:
|
|
text: Install Swift 3
|
|
relativeUrl: getting-started/install-swift-3.html
|
|
getting-started-install-toolbox:
|
|
text: Install Toolbox
|
|
relativeUrl: getting-started/install-toolbox.html
|
|
getting-started-hello-world:
|
|
text: Hello, World
|
|
relativeUrl: getting-started/hello-world.html
|
|
guide:
|
|
name: Guide
|
|
items:
|
|
guide-droplet:
|
|
text: Droplet
|
|
relativeUrl: guide/droplet.html
|
|
guide-folder-structure:
|
|
text: Folder Structure
|
|
relativeUrl: guide/folder-structure.html
|
|
guide-routing:
|
|
text: Routing
|
|
relativeUrl: guide/routing.html
|