Add sidebar footer
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
nicholas 2024-03-07 19:19:59 +00:00
parent b6afdcda5b
commit 0be9c538ef
1 changed files with 24 additions and 0 deletions

View File

@ -18,10 +18,34 @@
coverpage: true, coverpage: true,
coverpage: '_coverpage.md', coverpage: '_coverpage.md',
onlyCover: false, onlyCover: false,
autoFooter: {
// the name you wish to display as the copyright holder
name: 'admin',
// the URL (personal or company) which clicking the `name` goes to
url: 'https://docs.bigyellowfish.com',
// the start year of copyright
copyYear: '20124',
// show the privacy policy link
policy: false,
// show the terms of service link
terms: false,
// show the cookies policy link
cookies: false,
// use your own css styles or the built in ones
customStyle: false,
}
}; };
</script> </script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script> <script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script> <script src="https://cdn.jsdelivr.net/npm/docsify@4/lib/plugins/search.js"></script>
<script src="https://cdn.jsdelivr.net/npm/@markbattistella/docsify-sidebarfooter@latest"></script>
</body> </body>
</html> </html>