Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
website/input/dsl/index.cshtml
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
35 lines (30 sloc)
998 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Title: Reference | |
NoSidebar: false | |
--- | |
@section Sidebar { | |
@Html.Partial("_DslSidebar") | |
} | |
<p> | |
This reference guide describes the various methods and properties which make up the Cake build language, or DSL. | |
</p> | |
<p> | |
The DSL is made up of <a href="/docs/fundamentals/aliases">script aliases</a>, that offers specific functionality within the context of a Cake build script. | |
</p> | |
<p> | |
Listed are aliases which are shipped with Cake, but also aliases which are part of community maintained <a href="/extensions">addins</a>. | |
</p> | |
<p> | |
<input type="text" class="form-control" id="search-query-dsl" placeholder="Search aliases" autocomplete="off" autofocus> | |
</p> | |
<script type="text/javascript"> | |
docsearch({ | |
apiKey: '7c45d75e5cd2fddcb761d830d2b8ee27', | |
indexName: 'cakebuild', | |
inputSelector: '#search-query-dsl', | |
debug: false, | |
algoliaOptions: { | |
facetFilters: ["tags:dsl"], | |
hitsPerPage: 10 | |
} | |
}); | |
</script> |