mirror of
https://github.com/django-components/django-components.git
synced 2025-08-18 05:00:15 +00:00
Deployed 96a4717
to dev with MkDocs 1.6.1 and mike 2.1.3
This commit is contained in:
parent
260186253c
commit
357e5aac12
60 changed files with 6905 additions and 4679 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -40,6 +40,7 @@ html[data-theme="dark"] {
|
|||
.pyodide-output {
|
||||
width: 100%;
|
||||
margin-bottom: -15px;
|
||||
min-height: 46px;
|
||||
max-height: 400px
|
||||
}
|
||||
|
||||
|
|
|
@ -26,6 +26,11 @@
|
|||
float: right;
|
||||
}
|
||||
|
||||
/* Backward-compatibility: docstring section titles in bold. */
|
||||
.doc-section-title {
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Symbols in Navigation and ToC. */
|
||||
:root,
|
||||
[data-md-color-scheme="default"] {
|
||||
|
@ -107,3 +112,8 @@ code.doc-symbol-module {
|
|||
code.doc-symbol-module::after {
|
||||
content: "mod";
|
||||
}
|
||||
|
||||
.doc-signature .autorefs {
|
||||
color: inherit;
|
||||
border-bottom: 1px dotted currentcolor;
|
||||
}
|
||||
|
|
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
Binary file not shown.
After Width: | Height: | Size: 28 KiB |
16
dev/assets/javascripts/bundle.56dfad97.min.js
vendored
Normal file
16
dev/assets/javascripts/bundle.56dfad97.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
7
dev/assets/javascripts/bundle.56dfad97.min.js.map
Normal file
7
dev/assets/javascripts/bundle.56dfad97.min.js.map
Normal file
File diff suppressed because one or more lines are too long
29
dev/assets/javascripts/bundle.bd41221c.min.js
vendored
29
dev/assets/javascripts/bundle.bd41221c.min.js
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
1
dev/assets/stylesheets/main.35f28582.min.css
vendored
Normal file
1
dev/assets/stylesheets/main.35f28582.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1
dev/assets/stylesheets/main.35f28582.min.css.map
Normal file
1
dev/assets/stylesheets/main.35f28582.min.css.map
Normal file
File diff suppressed because one or more lines are too long
1
dev/assets/stylesheets/main.bcfcd587.min.css
vendored
1
dev/assets/stylesheets/main.bcfcd587.min.css
vendored
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
2153
dev/index.html
2153
dev/index.html
File diff suppressed because one or more lines are too long
|
@ -1,18 +1,33 @@
|
|||
// Script to ensure timeago keeps working when
|
||||
// used with mkdocs-material's instant loading feature
|
||||
|
||||
function getLocale(element) {
|
||||
var raw_locale = element.getAttribute('locale');
|
||||
var locale = {
|
||||
bn: 'bn_IN',
|
||||
en: 'en_US',
|
||||
hi: 'hi_IN',
|
||||
id: 'id_ID',
|
||||
nb: 'nb_NO',
|
||||
nn: 'nn_NO',
|
||||
pt: 'pt_BR',
|
||||
zh: 'zh_CN'
|
||||
}[raw_locale];
|
||||
return locale ? locale : raw_locale;
|
||||
}
|
||||
|
||||
if (typeof document$ !== "undefined") {
|
||||
document$.subscribe(function() {
|
||||
var nodes = document.querySelectorAll('.timeago');
|
||||
if (nodes.length > 0) {
|
||||
var locale = nodes[0].getAttribute('locale');
|
||||
var locale = getLocale(nodes[0]);
|
||||
timeago.render(nodes, locale);
|
||||
}
|
||||
})
|
||||
} else {
|
||||
var nodes = document.querySelectorAll('.timeago');
|
||||
if (nodes.length > 0) {
|
||||
var locale = nodes[0].getAttribute('locale');
|
||||
var locale = getLocale(nodes[0]);
|
||||
timeago.render(nodes, locale);
|
||||
}
|
||||
}
|
||||
|
|
File diff suppressed because one or more lines are too long
BIN
dev/objects.inv
BIN
dev/objects.inv
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
547
dev/reference/django_components/components/dynamic/index.html
Normal file
547
dev/reference/django_components/components/dynamic/index.html
Normal file
File diff suppressed because one or more lines are too long
547
dev/reference/django_components/components/index.html
Normal file
547
dev/reference/django_components/components/index.html
Normal file
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
119
dev/sitemap.xml
119
dev/sitemap.xml
|
@ -2,187 +2,158 @@
|
|||
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/CHANGELOG/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/CODE_OF_CONDUCT/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/SUMMARY/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/license/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/slot_rendering/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/slots_and_blocks/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/SUMMARY/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/app_settings/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/apps/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/attributes/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/autodiscover/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component_media/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/component_registry/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/components/</loc>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/components/dynamic/</loc>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/context/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/expression/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/library/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/logger/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/startcomponent/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/management/commands/upgradecomponent/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/middleware/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/node/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/provide/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/safer_staticfiles/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/safer_staticfiles/apps/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/slots/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/tag_formatter/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/template_loader/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/template_parser/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/templatetags/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/templatetags/component_tags/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/types/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
<url>
|
||||
<loc>https://emilstenstrom.github.io/django-components/latest/reference/django_components/utils/</loc>
|
||||
<lastmod>2024-08-25</lastmod>
|
||||
<changefreq>daily</changefreq>
|
||||
<lastmod>2024-09-04</lastmod>
|
||||
</url>
|
||||
</urlset>
|
Binary file not shown.
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -6,7 +6,7 @@
|
|||
},
|
||||
{
|
||||
"version": "dev",
|
||||
"title": "dev (b90961b)",
|
||||
"title": "dev (96a4717)",
|
||||
"aliases": []
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue