mirror of
https://codeberg.org/nobody/LocalCDN.git
synced 2025-02-01 20:07:20 +01:00
docsify-themeable v0.8.6 (#890)
This commit is contained in:
parent
b49397f39c
commit
a1e7940908
@ -1721,6 +1721,9 @@ https://cdn.jsdelivr.net/npm/angular-stripe-checkout@5.1.0/angular-stripe-checko
|
||||
https://cdn.jsdelivr.net/npm/appboy-web-sdk@3.5.0/appboy.min.js
|
||||
https://cdn.jsdelivr.net/npm/@babel/standalone@7.14.6/babel.min.js
|
||||
https://cdn.jsdelivr.net/npm/chart.js@3.7.1/dist/chart.min.js
|
||||
https://cdn.jsdelivr.net/npm/docsify-themeable@0.8.6/dist/css/theme-defaults.css
|
||||
https://cdn.jsdelivr.net/npm/docsify-themeable@0.8.6/dist/css/theme-simple.css
|
||||
https://cdn.jsdelivr.net/npm/docsify-themeable@0.8.6/dist/css/theme-simple-dark.css
|
||||
https://cdn.jsdelivr.net/npm/ethjs@0.4.0/dist/ethjs.min.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/autocomplete.js
|
||||
https://cdn.jsdelivr.net/npm/@findify/bundle@6.17.0/dist/bundle.js
|
||||
|
@ -701,6 +701,8 @@ function create_url() {
|
||||
url="$CLOUDFLARE/$folder/$version/dygraph-combined.js"
|
||||
elif [ "$folder" = "mootools" ] && [ "$version" = "1.4.5" ];then
|
||||
url="$CLOUDFLARE/$folder/$version/mootools-core-full-compat-yc.min.js"
|
||||
elif [ "$folder" = "docsify-themeable" ];then
|
||||
url="$JSDELIVR/npm/$folder@$version/dist/css/$jfile"
|
||||
# --------------------------------------------------------------------------
|
||||
# TODO: REMOVE WHEN CDNJS.COM AUTO UPDATE BOT IS FULLY FUNCTIONAL AGAIN
|
||||
elif [ "$folder" = "noUiSlider" ] && [ "$version" != "14.7.0" ];then
|
||||
|
@ -553,6 +553,9 @@ mappings.cdn = {
|
||||
'docsify@{version}/lib/docsify.js': resources.docsify,
|
||||
'docsify/lib/docsify.min.js': resources.docsify,
|
||||
'docsify/lib/docsify.js': resources.docsify,
|
||||
'docsify-themeable@{version}/dist/css/theme-defaults.css': resources.docsifyThemeDefault,
|
||||
'docsify-themeable@{version}/dist/css/theme-simple.css': resources.docsifyThemeSimple,
|
||||
'docsify-themeable@{version}/dist/css/theme-simple-dark.css': resources.docsifyThemeSimpleDark,
|
||||
'dojo@{version}/dojo.': resources.dojo,
|
||||
'ember-source@{version}/dist/ember.': resources.ember,
|
||||
'ember-source@{version}/dist/ember.min.': resources.ember,
|
||||
|
@ -354,6 +354,16 @@ var resources = {
|
||||
'docsify': {
|
||||
'path': 'resources/docsify/{version}/docsify.min.jsm'
|
||||
},
|
||||
// docsify themes
|
||||
'docsifyThemeDefault': {
|
||||
'path': 'resources/docsify-themeable/{version}/theme-default.css'
|
||||
},
|
||||
'docsifyThemeSimple': {
|
||||
'path': 'resources/docsify-themeable/{version}/theme-simple.css'
|
||||
},
|
||||
'docsifyThemeSimpleDark': {
|
||||
'path': 'resources/docsify-themeable/{version}/theme-simple-dark.css'
|
||||
},
|
||||
// Dojo
|
||||
'dojo': {
|
||||
'path': 'resources/dojo/{version}/dojo/dojo.jsm'
|
||||
|
@ -177,6 +177,7 @@ targets.setLastVersion = function (type, version) {
|
||||
if (type.startsWith('/dexie/3.') || type.startsWith('/dexie/latest')) return '3.2.1';
|
||||
if (type.startsWith('/docsearch.js/2.')) return '2.6.3';
|
||||
if (type.startsWith('/docsify/4.') || type.startsWith('/docsify/')) return '4.12.2';
|
||||
if (type.startsWith('/docsify-themeable/0.')) return '0.8.6';
|
||||
if (type.startsWith('/dojo/1.')) return '1.17.0';
|
||||
if (type.startsWith('/drawer/3.')) return '3.2.2';
|
||||
if (type.startsWith('/dygraph/1.')) return '1.1.1';
|
||||
@ -435,6 +436,9 @@ targets.determineResourceName = function (filename) {
|
||||
};
|
||||
|
||||
const ListOfFiles = {
|
||||
'theme-defaults.css': 'docsify theme',
|
||||
'theme-simple.css': 'docsify theme',
|
||||
'theme-simple-dark.css': 'docsify theme',
|
||||
'docsify.min.jsm': 'docsify',
|
||||
'foundation.min.jsm': 'foundation (JS)',
|
||||
'foundation.min.css': 'foundation (CSS)',
|
||||
|
@ -59,6 +59,7 @@
|
||||
<li>asciinema-player v2.6.1 (<a href="https://codeberg.org/nobody/LocalCDN/issues/881">#881</a>)</li>
|
||||
<li>showdown v2.0.0 (<a href="https://codeberg.org/nobody/LocalCDN/issues/888">#888</a>)</li>
|
||||
<li>docsify v4.12.2 (<a href="https://codeberg.org/nobody/LocalCDN/issues/890">#890</a>)</li>
|
||||
<li>docsify-themeable v0.8.6 (<a href="https://codeberg.org/nobody/LocalCDN/issues/890">#890</a>)</li>
|
||||
</ul>
|
||||
<p>Fixed</p>
|
||||
<ul>
|
||||
|
2
resources/docsify-themeable/0.8.6/theme-defaults.css
Normal file
2
resources/docsify-themeable/0.8.6/theme-defaults.css
Normal file
File diff suppressed because one or more lines are too long
2
resources/docsify-themeable/0.8.6/theme-simple-dark.css
Normal file
2
resources/docsify-themeable/0.8.6/theme-simple-dark.css
Normal file
File diff suppressed because one or more lines are too long
2
resources/docsify-themeable/0.8.6/theme-simple.css
Normal file
2
resources/docsify-themeable/0.8.6/theme-simple.css
Normal file
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user