Merge pull request #7016 from Ocelot-Social-Community/7015-refactor

refactor(other): adapt docs website navbar and footer to ocelot.social website
This commit is contained in:
mahula 2024-02-17 20:20:13 +01:00 committed by GitHub
commit da3ce4f0b0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 412 additions and 454 deletions

View File

@ -13,20 +13,38 @@ export default hopeTheme({
contributors: false,
print: false,
pure: true,
navbarLayout: {
start: ['Brand'],
center: ['Links'],
end: ['Repo', 'Outlook', 'Search'],
},
repo: 'Ocelot-Social-Community/Ocelot-Social',
repoLabel: 'GitHub',
repoDisplay: true,
displayFooter: true,
footer: 'CC BY busFaktor() e.V. & Authors',
copyright: '&copy; by <a href="https://busfaktor.org" target="_blank">busFaktor() e.V.</a> & Authors | <a href="https://ocelot.social/en/impressum/">Imprint</a>',
footer: 'Released under the <a class="vt-link link link" href="https://opensource.org/licenses/MIT" target="_blank" rel="noopener noreferrer"><!--[-->MIT License<!--]--><!----></a>.',
sidebar: generateSidebar('../../SUMMARY.md'),
navbar: [
{ text: 'Home', link: '/' },
{
text: 'Github',
link: 'https://github.com/Ocelot-Social-Community/Ocelot-Social'
text: 'Demo',
link: 'https://stage.ocelot.social/',
target: '_self',
},
],
plugins: {
mdEnhance: {
align: true,
demo: true,
imgLazyload: true,
imgMark: true,
imgSize: true,
sub: true,
sup: true,
tabs: true,
imgSize: true
vPre: true,
},
searchPro: {
indexContent: true,

764
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -60,10 +60,10 @@
"wait-on": "^7.2.0"
},
"optionalDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.2",
"vuepress": "^2.0.0-rc.2",
"vuepress-plugin-search-pro": "^2.0.0-rc.15",
"vuepress-theme-hope": "^2.0.0-rc.15"
"@vuepress/bundler-vite": "^2.0.0-rc.7",
"vuepress": "^2.0.0-rc.7",
"vuepress-plugin-search-pro": "^2.0.0-rc.23",
"vuepress-theme-hope": "^2.0.0-rc.23"
},
"resolutions": {
"set-value": "^2.0.1",