Skip to content

Commit

Permalink
Deployed 3565c6f 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 Dec 4, 2024
1 parent f727ce0 commit 1e2dd6a
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
19 changes: 18 additions & 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.49.2b0.post0.dev29"
"version": "2.50.1b0.post0.dev1"
},
"paths": {
"/api/v1/data_category": {
Expand Down Expand Up @@ -3286,6 +3286,23 @@
"default": false,
"title": "Show Hidden"
}
},
{
"name": "show_deleted",
"in": "query",
"required": false,
"schema": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"default": false,
"title": "Show Deleted"
}
}
],
"responses": {
Expand Down
2 changes: 1 addition & 1 deletion dev/config/fides.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,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 = "347bef278731f272b4bd46c0da47ae78" # string
analytics_id = "f10490bf447be1bbf94a47ef9fc07847" # string

# When set to True, disables functionality that requires making calls
# to a Fides webserver.
Expand Down
2 changes: 1 addition & 1 deletion dev/config/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1549,7 +1549,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;347bef278731f272b4bd46c0da47ae78&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;f10490bf447be1bbf94a47ef9fc07847&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 1e2dd6a

Please sign in to comment.