You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 31, 2025. It is now read-only.
window.$docsify.customPageFooter={debug: false,// for debuggingshowPoweredBy: true,// should show powered by docsify at rightcopyrightYear: '',// show copyright year, default current year.showCopyright: true,// set to false to hide default copyrightcopyright: undefined,// set this to html string to use custom copyrihgt sectioncopyrightOwnerName: '',// copyright owner namecopyrightOwnerLink: undefined,// copyright owner link if anycopyrightExtra: undefined,// any exta text to show below copyright owner sectionuseLocalStorage: true,// build and store footer in localstorage for quick access}
minify src/plugin.js and src/plugin.css generate minified files in dist folder
npm run minify # generate minified resources in ./dist
npm run minify:css # generate minified css resources in ./dist
npm run minify:js # generate minified js resources in ./dist
📄 License
Copyright (c) 2021 Sujay H Licensed under Apache License v2.0 read LICENSE