github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/docs/appfile/index.html.md (about)

     1  ---
     2  layout: "docs"
     3  page_title: "Appfile"
     4  sidebar_current: "docs-appfile"
     5  description: |-
     6    Otto is configured with a text file in the root of your project
     7    named `Appfile`. This section talks about the features, structure, and
     8    syntax of these files.
     9  ---
    10  
    11  # Appfile
    12  
    13  Otto is configured with a text file in the root of your project
    14  named `Appfile`. This section talks about the features, structure, and
    15  syntax of these files.
    16  
    17  To learn more about the purpose of Appfiles, please see the
    18  [Appfile concepts page](/docs/concepts/appfile.html). This section
    19  is more of a reference on the available configuration options within
    20  the Appfile.
    21  
    22  The Appfile must be named `Appfile` and must exist at the root of your
    23  project. It isn't currently possible to name this file any other name,
    24  and it is a low priority to support such a feature.
    25  
    26  Click a sub-section in the navigation to the left to learn more about Appfiles.