-
-
Notifications
You must be signed in to change notification settings - Fork 231
/
Copy pathindex.cshtml
35 lines (30 loc) · 998 Bytes
/
index.cshtml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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>