diff --git a/documentation/advanced-features/ptys/index.markdown b/documentation/advanced-features/ptys/index.markdown index e682b2d2..e684e70b 100644 --- a/documentation/advanced-features/ptys/index.markdown +++ b/documentation/advanced-features/ptys/index.markdown @@ -1,3 +1,7 @@ +--- +title: PTYs +layout: default +--- There is a configuration option which asks the backend driver to ask the remote host to assign the connection a *pty*. A *pty* is a pseudo-terminal, which in effect means diff --git a/documentation/getting-started/tasks/index.markdown b/documentation/getting-started/tasks/index.markdown index ed7198c3..e7f0c63d 100644 --- a/documentation/getting-started/tasks/index.markdown +++ b/documentation/getting-started/tasks/index.markdown @@ -1,3 +1,8 @@ +--- +title: Tasks +layout: default +--- + {% highlight ruby %} server 'example.com', roles: [:web, :app] server 'example.org', roles: [:db, :workers]