Skip to content

Commit

Permalink
Deployed e7426a7 with MkDocs version: 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Nov 12, 2024
1 parent 8e90528 commit 07a2871
Show file tree
Hide file tree
Showing 419 changed files with 9,127 additions and 1,849 deletions.
102 changes: 76 additions & 26 deletions api/0.x/navigation.html

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions api/0.x/package-list
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ foundry.gradle.avoidance
foundry.gradle.dependencies
foundry.gradle.stats
foundry.gradle.tasks
foundry.gradle.topography
foundry.gradle.util
module:cli
foundry.cli
Expand All @@ -24,6 +25,7 @@ foundry.cli.sarif
foundry.cli.shellsentry
module:foundry-common
foundry.common
foundry.common.json
module:skippy
foundry.skippy
module:tracing
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
<div class="cover ">
<h1 class="cover"><span>allow</span><wbr><span>List</span><wbr><span><span>File</span></span></h1>
</div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":platforms:gradle:agp-handlers:agp-handler-api/main"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword">val </span><a href="allow-list-file.html">allowListFile</a><span class="token operator">: </span><a href="https://docs.gradle.org/8.10.2/javadoc/org/gradle/api/file/RegularFileProperty.html">RegularFileProperty</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/slackhq/foundry//tree/main/platforms/gradle/agp-handlers/agp-handler-api/src/main/kotlin/foundry/gradle/agp/PermissionAllowlistConfigurer.kt#L26">source</a>)</span></span></div><p class="paragraph">Represents a configurable file containing a newline-delimited allowlist of permissions. If set, merged manifest permissions for this variant will have their permissions checked against the allowlist defined in <a href="allow-list-file.html">allowListFile</a>.</p></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":platforms:gradle:agp-handlers:agp-handler-api/main"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword">val </span><a href="allow-list-file.html">allowListFile</a><span class="token operator">: </span><a href="https://docs.gradle.org/8.11/javadoc/org/gradle/api/file/RegularFileProperty.html">RegularFileProperty</a><span class="clearfix"><span class="floating-right">(<a href="https://github.com/slackhq/foundry//tree/main/platforms/gradle/agp-handlers/agp-handler-api/src/main/kotlin/foundry/gradle/agp/PermissionAllowlistConfigurer.kt#L26">source</a>)</span></span></div><p class="paragraph">Represents a configurable file containing a newline-delimited allowlist of permissions. If set, merged manifest permissions for this variant will have their permissions checked against the allowlist defined in <a href="allow-list-file.html">allowListFile</a>.</p></div></div>
</div>
<div class="footer">
<a href="#content" id="go-to-top-link" class="footer--button footer--button_go-to-top"></a>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ <h2 class="">Properties</h2>
</span></span></div>
<div>
<div class="title">
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":platforms:gradle:agp-handlers:agp-handler-api/main"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword">val </span><a href="allow-list-file.html">allowListFile</a><span class="token operator">: </span><a href="https://docs.gradle.org/8.10.2/javadoc/org/gradle/api/file/RegularFileProperty.html">RegularFileProperty</a></div><div class="brief "><p class="paragraph">Represents a configurable file containing a newline-delimited allowlist of permissions. If set, merged manifest permissions for this variant will have their permissions checked against the allowlist defined in <a href="allow-list-file.html">allowListFile</a>.</p></div></div></div>
<div class="platform-hinted " data-platform-hinted="data-platform-hinted"><div class="content sourceset-dependent-content" data-active="" data-togglable=":platforms:gradle:agp-handlers:agp-handler-api/main"><div class="symbol monospace"><span class="token keyword">abstract </span><span class="token keyword">val </span><a href="allow-list-file.html">allowListFile</a><span class="token operator">: </span><a href="https://docs.gradle.org/8.11/javadoc/org/gradle/api/file/RegularFileProperty.html">RegularFileProperty</a></div><div class="brief "><p class="paragraph">Represents a configurable file containing a newline-delimited allowlist of permissions. If set, merged manifest permissions for this variant will have their permissions checked against the allowlist defined in <a href="allow-list-file.html">allowListFile</a>.</p></div></div></div>
</div>
</div>
</div>
Expand Down
Loading

0 comments on commit 07a2871

Please sign in to comment.