mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-12 23:35:58 +00:00
Merge branch 'master' into 7013-refactor-documentation-website-configure-vuepress-tu-use-same-theme-color-as-ocelotsocial-website
This commit is contained in:
commit
4d0be696a2
@ -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: '© 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
764
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@ -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",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user