mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-04-16 06:36:26 +02:00
Deployed f5afbbe to v2.4 with Zensical 0.0.30 and mike 2.2.0+zensical-0.1.0
This commit is contained in:
1489
v2.4/404.html
Normal file
1489
v2.4/404.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v2.4/assets/images/favicon.png
Normal file
BIN
v2.4/assets/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
29
v2.4/assets/javascripts/LICENSE
Normal file
29
v2.4/assets/javascripts/LICENSE
Normal file
@@ -0,0 +1,29 @@
|
||||
-------------------------------------------------------------------------------
|
||||
Third-Party licenses
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Package: clipboard@2.0.11
|
||||
License: MIT
|
||||
Copyright: Zeno Rocha
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Package: escape-html@1.0.3
|
||||
License: MIT
|
||||
Copyright: 2012-2013 TJ Holowaychuk
|
||||
2015 Andreas Lubbe
|
||||
2015 Tiancheng "Timothy" Gu
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Package: focus-visible@5.2.1
|
||||
License: W3C
|
||||
Copyright: WICG
|
||||
|
||||
-------------------------------------------------------------------------------
|
||||
|
||||
Package: rxjs@7.8.2
|
||||
License: Apache-2.0
|
||||
Copyright: 2015-2018 Google, Inc.,
|
||||
2015-2018 Netflix, Inc.,
|
||||
2015-2018 Microsoft Corp. and contributors
|
||||
3
v2.4/assets/javascripts/bundle.66be65ca.min.js
vendored
Normal file
3
v2.4/assets/javascripts/bundle.66be65ca.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v2.4/assets/javascripts/workers/search.e2d2d235.min.js
vendored
Normal file
1
v2.4/assets/javascripts/workers/search.e2d2d235.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v2.4/assets/stylesheets/classic/main.320d0ab1.min.css
vendored
Normal file
1
v2.4/assets/stylesheets/classic/main.320d0ab1.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v2.4/assets/stylesheets/classic/palette.7dc9a0ad.min.css
vendored
Normal file
1
v2.4/assets/stylesheets/classic/palette.7dc9a0ad.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v2.4/assets/stylesheets/modern/main.3b031116.min.css
vendored
Normal file
1
v2.4/assets/stylesheets/modern/main.3b031116.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v2.4/assets/stylesheets/modern/palette.dfe2e883.min.css
vendored
Normal file
1
v2.4/assets/stylesheets/modern/palette.dfe2e883.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2024
v2.4/examples/pagination-search/index.html
Normal file
2024
v2.4/examples/pagination-search/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1677
v2.4/index.html
Normal file
1677
v2.4/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1849
v2.4/migration/v2/index.html
Normal file
1849
v2.4/migration/v2/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1751
v2.4/module/cli/index.html
Normal file
1751
v2.4/module/cli/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2590
v2.4/module/crud/index.html
Normal file
2590
v2.4/module/crud/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1800
v2.4/module/db/index.html
Normal file
1800
v2.4/module/db/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1699
v2.4/module/dependencies/index.html
Normal file
1699
v2.4/module/dependencies/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1873
v2.4/module/exceptions/index.html
Normal file
1873
v2.4/module/exceptions/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1822
v2.4/module/fixtures/index.html
Normal file
1822
v2.4/module/fixtures/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1677
v2.4/module/logger/index.html
Normal file
1677
v2.4/module/logger/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1797
v2.4/module/metrics/index.html
Normal file
1797
v2.4/module/metrics/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2008
v2.4/module/models/index.html
Normal file
2008
v2.4/module/models/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1766
v2.4/module/pytest/index.html
Normal file
1766
v2.4/module/pytest/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1863
v2.4/module/schemas/index.html
Normal file
1863
v2.4/module/schemas/index.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v2.4/objects.inv
Normal file
BIN
v2.4/objects.inv
Normal file
Binary file not shown.
12
v2.4/overrides/main.html
Normal file
12
v2.4/overrides/main.html
Normal file
@@ -0,0 +1,12 @@
|
||||
{% extends "base.html" %} {% block extrahead %}
|
||||
<script
|
||||
defer
|
||||
src="https://analytics.d3vyce.fr/script.js"
|
||||
data-website-id="338b8816-7b99-4c6a-82f3-15595be3fd47"
|
||||
></script>
|
||||
{{ super() }} {% endblock %} {% block outdated %} You're not viewing the latest
|
||||
version.
|
||||
<a href="{{ '../' ~ base_url }}">
|
||||
<strong>Click here to go to latest.</strong>
|
||||
</a>
|
||||
{% endblock %}
|
||||
1993
v2.4/reference/cli/index.html
Normal file
1993
v2.4/reference/cli/index.html
Normal file
File diff suppressed because it is too large
Load Diff
5910
v2.4/reference/crud/index.html
Normal file
5910
v2.4/reference/crud/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2577
v2.4/reference/db/index.html
Normal file
2577
v2.4/reference/db/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1959
v2.4/reference/dependencies/index.html
Normal file
1959
v2.4/reference/dependencies/index.html
Normal file
File diff suppressed because it is too large
Load Diff
3006
v2.4/reference/exceptions/index.html
Normal file
3006
v2.4/reference/exceptions/index.html
Normal file
File diff suppressed because it is too large
Load Diff
3076
v2.4/reference/fixtures/index.html
Normal file
3076
v2.4/reference/fixtures/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1858
v2.4/reference/logger/index.html
Normal file
1858
v2.4/reference/logger/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2225
v2.4/reference/metrics/index.html
Normal file
2225
v2.4/reference/metrics/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2292
v2.4/reference/models/index.html
Normal file
2292
v2.4/reference/models/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2385
v2.4/reference/pytest/index.html
Normal file
2385
v2.4/reference/pytest/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2644
v2.4/reference/schemas/index.html
Normal file
2644
v2.4/reference/schemas/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1
v2.4/search.json
Normal file
1
v2.4/search.json
Normal file
File diff suppressed because one or more lines are too long
78
v2.4/sitemap.xml
Normal file
78
v2.4/sitemap.xml
Normal file
@@ -0,0 +1,78 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/cli/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/crud/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/db/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/dependencies/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/exceptions/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/fixtures/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/logger/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/metrics/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/models/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/pytest/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/module/schemas/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/cli/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/crud/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/db/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/dependencies/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/exceptions/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/fixtures/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/logger/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/metrics/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/models/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/pytest/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/reference/schemas/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/examples/pagination-search/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v2.4/migration/v2/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
@@ -36,6 +36,13 @@
|
||||
"title": "1.0",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
"version": "v2.4",
|
||||
"title": "v2.4",
|
||||
"aliases": [
|
||||
"stable"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "v2.3",
|
||||
"title": "v2.3",
|
||||
|
||||
Reference in New Issue
Block a user