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

This commit is contained in:
nicholas 2024-03-07 19:23:07 +00:00
parent 0be9c538ef
commit 5e911e9aad
1 changed files with 7 additions and 21 deletions

View File

@ -19,28 +19,14 @@
coverpage: '_coverpage.md', coverpage: '_coverpage.md',
onlyCover: false, onlyCover: false,
autoFooter: { autoFooter: {
// the name you wish to display as the copyright holder
name: 'admin', name: 'admin',
url: 'https://docs.bigyellowfish.com',
// the URL (personal or company) which clicking the `name` goes to copyYear: '20124',
url: 'https://docs.bigyellowfish.com', policy: false,
terms: false,
// the start year of copyright cookies: false,
copyYear: '20124', customStyle: false,
}
// 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>