Merge branch 'master' into 7013-refactor-documentation-website-configure-vuepress-tu-use-same-theme-color-as-ocelotsocial-website

This commit is contained in:
Wolfgang Huß 2024-02-17 20:33:20 +01:00 committed by GitHub
commit 4d0be696a2
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, contributors: false,
print: false, print: false,
pure: true, pure: true,
navbarLayout: {
start: ['Brand'],
center: ['Links'],
end: ['Repo', 'Outlook', 'Search'],
},
repo: 'Ocelot-Social-Community/Ocelot-Social',
repoLabel: 'GitHub',
repoDisplay: true,
displayFooter: 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'), sidebar: generateSidebar('../../SUMMARY.md'),
navbar: [ navbar: [
{ text: 'Home', link: '/' },
{ {
text: 'Github', text: 'Demo',
link: 'https://github.com/Ocelot-Social-Community/Ocelot-Social' link: 'https://stage.ocelot.social/',
target: '_self',
}, },
], ],
plugins: { plugins: {
mdEnhance: { mdEnhance: {
align: true,
demo: true,
imgLazyload: true,
imgMark: true,
imgSize: true,
sub: true,
sup: true,
tabs: true, tabs: true,
imgSize: true vPre: true,
}, },
searchPro: { searchPro: {
indexContent: true, 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" "wait-on": "^7.2.0"
}, },
"optionalDependencies": { "optionalDependencies": {
"@vuepress/bundler-vite": "^2.0.0-rc.2", "@vuepress/bundler-vite": "^2.0.0-rc.7",
"vuepress": "^2.0.0-rc.2", "vuepress": "^2.0.0-rc.7",
"vuepress-plugin-search-pro": "^2.0.0-rc.15", "vuepress-plugin-search-pro": "^2.0.0-rc.23",
"vuepress-theme-hope": "^2.0.0-rc.15" "vuepress-theme-hope": "^2.0.0-rc.23"
}, },
"resolutions": { "resolutions": {
"set-value": "^2.0.1", "set-value": "^2.0.1",