site_name: 'Vapor Docs' copyright: 'Copyright © 2017 Qutheory, LLC' pages: - Overview: 'index.md' - Getting started: - 'Install: macOS': 'getting-started/install-on-macos.md' - 'Install: Ubuntu': 'getting-started/install-on-ubuntu.md' - 'Toolbox': 'getting-started/toolbox.md' - 'Hello, World': 'getting-started/hello-world.md' - 'Manual': 'getting-started/manual.md' - 'Xcode': 'getting-started/xcode.md' - Vapor: - 'Folder Structure': 'vapor/folder-structure.md' - 'Droplet': 'vapor/droplet.md' - 'Views': 'vapor/views.md' - 'Controllers': 'vapor/controllers.md' - 'Provider': 'vapor/provider.md' - 'Hash': 'vapor/hash.md' - 'Log': 'vapor/log.md' - 'Commands': 'vapor/commands.md' - Settings: - 'Config': 'settings/config.md' - JSON: 'json/overview.md' - Routing: - 'Basic': 'routing/basic.md' - 'Parameters': 'routing/parameters.md' - 'Group': 'routing/group.md' - 'Collection': 'routing/collection.md' - Fluent: - 'Package': 'fluent/package.md' - 'Getting Started': 'fluent/getting-started.md' - 'Model': 'fluent/model.md' - 'Database': 'fluent/database.md' - 'Query': 'fluent/query.md' - 'Relations': 'fluent/relations.md' - Cache: 'cache/index.md' - MySQL: - 'Package': 'mysql/package.md' - 'Provider': 'mysql/provider.md' - 'Driver': 'mysql/driver.md' - Redis: - 'Package': 'redis/package.md' - 'Provider': 'redis/provider.md' - Auth: - 'Package': 'auth/package.md' - 'Provider': 'auth/provider.md' - 'Getting Started': 'auth/getting-started.md' - 'Helper': 'auth/helper.md' - 'Password': 'auth/password.md' - 'Persist': 'auth/persist.md' - Sessions: - 'Sessions': 'sessions/sessions.md' - HTTP: - 'Request': 'http/request.md' - 'Response': 'http/response.md' - 'Middleware': 'http/middleware.md' - 'Body': 'http/body.md' - 'ResponseRepresentable': 'http/response-representable.md' - 'Responder': 'http/responder.md' - 'Client': 'http/client.md' - 'Server': 'http/server.md' - 'CORS': 'http/cors.md' - Leaf: - 'Package': 'leaf/package.md' - 'Provider': 'leaf/provider.md' - 'Overview': 'leaf/leaf.md' - Validation: 'validation/overview.md' - Core: 'core/index.md' - Bits: 'bits/index.md' - Advanced: - 'Modules': 'advanced/modules.md' markdown_extensions: - admonition - codehilite(guess_lang=false) - footnotes - meta - toc(permalink=true) theme: 'material' theme_dir: 'vapor-material' repo_url: https://github.com/vapor/documentation extra_css: - 'stylesheets/extra.css' edit_uri: edit/master/2.0/docs/ extra: logo: 'images/droplet-white.svg' social: - type: 'twitter' link: 'https://twitter.com/@codevapor' - type: 'slack' link: 'http://vapor.team/' font: text: 'Roboto Slab' code: 'Source Code Pro' google_analytics: - 'UA-76177358-4' - 'auto'