Skip to content

Commit

Permalink
Deployed 72cd9b3 to dev with MkDocs 1.6.1 and mike 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Jan 15, 2025
1 parent 4dfb15f commit 1f4daac
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 5 deletions.
2 changes: 1 addition & 1 deletion dev/api/openapi.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"openapi": "3.1.0",
"info": {
"title": "fides",
"version": "2.52.1b2.post0.dev4"
"version": "2.52.1b2.post0.dev5"
},
"paths": {
"/api/v1/data_category": {
Expand Down
6 changes: 5 additions & 1 deletion dev/config/fides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
# Toggle whether the Admin UI is served.
enabled = true # boolean

# The maximum number of rows permitted to be returned in a privacy
# request report download
max_privacy_request_download_rows = 100000 # integer

#------------#
#-- CELERY --#
#--------------------------------------------------------------------#
Expand All @@ -32,7 +36,7 @@ task_always_eager = true # boolean

# A fully anonymized unique identifier that is automatically generated
# by the application. Used for anonymous analytics when opted-in.
analytics_id = "8d38a5741447dd47a9a2811240ada747" # string
analytics_id = "e9903f8dae74f6cd61d2a4fb2a8b6f70" # string

# When set to True, disables functionality that requires making calls
# to a Fides webserver.
Expand Down
12 changes: 10 additions & 2 deletions dev/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1519,7 +1519,11 @@ <h2 id="configuration-file-reference">Configuration File Reference</h2>
<span class="normal">404</span>
<span class="normal">405</span>
<span class="normal">406</span>
<span class="normal">407</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="c1"># Fides Configuration File</span>
<span class="normal">407</span>
<span class="normal">408</span>
<span class="normal">409</span>
<span class="normal">410</span>
<span class="normal">411</span></pre></div></td><td class="code"><div><pre><span></span><code><span class="c1"># Fides Configuration File</span>
<span class="c1"># Additional Documentation at : https://ethyca.github.io/fides/stable/config/</span>

<span class="c1">#--------------#</span>
Expand All @@ -1530,6 +1534,10 @@ <h2 id="configuration-file-reference">Configuration File Reference</h2>
<span class="c1"># Toggle whether the Admin UI is served.</span>
<span class="n">enabled</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="kc">true</span><span class="w"> </span><span class="c1"># boolean</span>

<span class="c1"># The maximum number of rows permitted to be returned in a privacy</span>
<span class="c1"># request report download</span>
<span class="n">max_privacy_request_download_rows</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="mi">100000</span><span class="w"> </span><span class="c1"># integer</span>

<span class="c1">#------------#</span>
<span class="c1">#-- CELERY --#</span>
<span class="c1">#--------------------------------------------------------------------#</span>
Expand All @@ -1553,7 +1561,7 @@ <h2 id="configuration-file-reference">Configuration File Reference</h2>

<span class="c1"># A fully anonymized unique identifier that is automatically generated</span>
<span class="c1"># by the application. Used for anonymous analytics when opted-in.</span>
<span class="n">analytics_id</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;8d38a5741447dd47a9a2811240ada747&quot;</span><span class="w"> </span><span class="c1"># string</span>
<span class="n">analytics_id</span><span class="w"> </span><span class="o">=</span><span class="w"> </span><span class="s2">&quot;e9903f8dae74f6cd61d2a4fb2a8b6f70&quot;</span><span class="w"> </span><span class="c1"># string</span>

<span class="c1"># When set to True, disables functionality that requires making calls</span>
<span class="c1"># to a Fides webserver.</span>
Expand Down
2 changes: 1 addition & 1 deletion dev/search/search_index.json

Large diffs are not rendered by default.

0 comments on commit 1f4daac

Please sign in to comment.