mirror of
https://github.com/d3vyce/fastapi-toolsets.git
synced 2026-04-15 22:26:25 +02:00
Deployed a647da4 to v3.0 with Zensical 0.0.31 and mike 2.2.0+zensical-0.1.0
This commit is contained in:
1507
v3.0/404.html
Normal file
1507
v3.0/404.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v3.0/assets/images/favicon.png
Normal file
BIN
v3.0/assets/images/favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.8 KiB |
29
v3.0/assets/javascripts/LICENSE
Normal file
29
v3.0/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
v3.0/assets/javascripts/bundle.91a19a9e.min.js
vendored
Normal file
3
v3.0/assets/javascripts/bundle.91a19a9e.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v3.0/assets/javascripts/workers/search.e2d2d235.min.js
vendored
Normal file
1
v3.0/assets/javascripts/workers/search.e2d2d235.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v3.0/assets/stylesheets/classic/main.96fc3bb8.min.css
vendored
Normal file
1
v3.0/assets/stylesheets/classic/main.96fc3bb8.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v3.0/assets/stylesheets/classic/palette.7dc9a0ad.min.css
vendored
Normal file
1
v3.0/assets/stylesheets/classic/palette.7dc9a0ad.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v3.0/assets/stylesheets/modern/main.53a7feaf.min.css
vendored
Normal file
1
v3.0/assets/stylesheets/modern/main.53a7feaf.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
v3.0/assets/stylesheets/modern/palette.dfe2e883.min.css
vendored
Normal file
1
v3.0/assets/stylesheets/modern/palette.dfe2e883.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
2202
v3.0/examples/pagination-search/index.html
Normal file
2202
v3.0/examples/pagination-search/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1819
v3.0/index.html
Normal file
1819
v3.0/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2035
v3.0/migration/v2/index.html
Normal file
2035
v3.0/migration/v2/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2023
v3.0/migration/v3/index.html
Normal file
2023
v3.0/migration/v3/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1875
v3.0/module/cli/index.html
Normal file
1875
v3.0/module/cli/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2807
v3.0/module/crud/index.html
Normal file
2807
v3.0/module/crud/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1957
v3.0/module/db/index.html
Normal file
1957
v3.0/module/db/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1801
v3.0/module/dependencies/index.html
Normal file
1801
v3.0/module/dependencies/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2042
v3.0/module/exceptions/index.html
Normal file
2042
v3.0/module/exceptions/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2143
v3.0/module/fixtures/index.html
Normal file
2143
v3.0/module/fixtures/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1779
v3.0/module/logger/index.html
Normal file
1779
v3.0/module/logger/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1960
v3.0/module/metrics/index.html
Normal file
1960
v3.0/module/metrics/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2217
v3.0/module/models/index.html
Normal file
2217
v3.0/module/models/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1897
v3.0/module/pytest/index.html
Normal file
1897
v3.0/module/pytest/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2043
v3.0/module/schemas/index.html
Normal file
2043
v3.0/module/schemas/index.html
Normal file
File diff suppressed because it is too large
Load Diff
BIN
v3.0/objects.inv
Normal file
BIN
v3.0/objects.inv
Normal file
Binary file not shown.
7
v3.0/overrides/main.html
Normal file
7
v3.0/overrides/main.html
Normal file
@@ -0,0 +1,7 @@
|
||||
{% 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 %}
|
||||
2128
v3.0/reference/cli/index.html
Normal file
2128
v3.0/reference/cli/index.html
Normal file
File diff suppressed because it is too large
Load Diff
6334
v3.0/reference/crud/index.html
Normal file
6334
v3.0/reference/crud/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2734
v3.0/reference/db/index.html
Normal file
2734
v3.0/reference/db/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2050
v3.0/reference/dependencies/index.html
Normal file
2050
v3.0/reference/dependencies/index.html
Normal file
File diff suppressed because it is too large
Load Diff
3321
v3.0/reference/exceptions/index.html
Normal file
3321
v3.0/reference/exceptions/index.html
Normal file
File diff suppressed because it is too large
Load Diff
3603
v3.0/reference/fixtures/index.html
Normal file
3603
v3.0/reference/fixtures/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1949
v3.0/reference/logger/index.html
Normal file
1949
v3.0/reference/logger/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2399
v3.0/reference/metrics/index.html
Normal file
2399
v3.0/reference/metrics/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2275
v3.0/reference/models/index.html
Normal file
2275
v3.0/reference/models/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2509
v3.0/reference/pytest/index.html
Normal file
2509
v3.0/reference/pytest/index.html
Normal file
File diff suppressed because it is too large
Load Diff
2862
v3.0/reference/schemas/index.html
Normal file
2862
v3.0/reference/schemas/index.html
Normal file
File diff suppressed because it is too large
Load Diff
1
v3.0/search.json
Normal file
1
v3.0/search.json
Normal file
File diff suppressed because one or more lines are too long
81
v3.0/sitemap.xml
Normal file
81
v3.0/sitemap.xml
Normal file
@@ -0,0 +1,81 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/cli/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/crud/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/db/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/dependencies/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/exceptions/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/fixtures/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/logger/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/metrics/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/models/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/pytest/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/module/schemas/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/cli/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/crud/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/db/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/dependencies/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/exceptions/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/fixtures/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/logger/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/metrics/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/models/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/pytest/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/reference/schemas/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/examples/pagination-search/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/migration/v3/</loc>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://fastapi-toolsets.d3vyce.fr/v3.0/migration/v2/</loc>
|
||||
</url>
|
||||
</urlset>
|
||||
@@ -1,4 +1,11 @@
|
||||
[
|
||||
{
|
||||
"version": "v3.0",
|
||||
"title": "v3.0",
|
||||
"aliases": [
|
||||
"stable"
|
||||
]
|
||||
},
|
||||
{
|
||||
"version": "v2.4",
|
||||
"title": "v2.4",
|
||||
|
||||
Reference in New Issue
Block a user