Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
129 changes: 92 additions & 37 deletions apps/docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ const config: Config = {
markdown: {
mermaid: true,
},
plugins: [tailwindPlugin, '@docusaurus/theme-mermaid', 'docusaurus-plugin-image-zoom'],
plugins: [tailwindPlugin, '@docusaurus/theme-mermaid', 'docusaurus-plugin-image-zoom', 'docusaurus-plugin-sass'],
presets: [
[
'classic',
Expand Down Expand Up @@ -323,23 +323,72 @@ const config: Config = {
items: hideDocs
? undefined
: [
{
type: 'dropdown',
label: 'Developers',
position: 'left',
items: [
{
label: 'Documentation',
to: '/docs',
},
{
label: 'Community',
href: 'https://discord.gg/4R568nZgsT',
},
{
label: 'Changelog',
to: '/blog/tags/releases',
},
{
label: 'Github',
href: 'https://github.com/o2sdev/openselfservice',
},
],
},
{
type: 'search',
position: 'right',
type: 'dropdown',
label: 'Resources',
position: 'left',
items: [
{
label: 'Blog',
to: '/blog',
},
{
label: 'Roadmap',
href: 'https://github.com/orgs/o2sdev/projects/2',
},
],
},
{
type: 'docSidebar',
sidebarId: 'tutorialSidebar',
position: 'right',
label: 'Docs',
className: 'navbar__item--docs',
type: 'dropdown',
label: 'Support',
position: 'left',
items: [
{
label: 'For developers',
to: '/support/developers',
},
{
label: 'Enterprise support',
to: '/support/enterprise',
},
{
label: 'Contact us',
to: '/contact',
},
],
},
{
label: 'Partners',
to: '/partners',
position: 'left',
},
{ to: '/blog', label: 'Blog', position: 'right', className: 'navbar__item--guides' },

{
to: 'https://discord.gg/4R568nZgsT',
label: 'Discord',
type: 'search',
position: 'right',
className: 'navbar__item--discord',
},
{
to: 'https://github.com/o2sdev/openselfservice',
Expand All @@ -348,18 +397,16 @@ const config: Config = {
className: 'navbar__item--github',
},
{
to: '/dxp',
// label: 'DXP Starter',
to: '/contact',
label: 'Contact us',
position: 'right',
className: 'button button-tertiary',
html: '<span class="label">DXP Starter</span>',
},

{
to: '/contact',
label: 'Contact us',
to: '/dxp',
label: 'DXP Starter',
position: 'right',
className: 'navbar__item--contact button',
className: 'button button-primary',
},
],
},
Expand Down Expand Up @@ -389,29 +436,37 @@ const config: Config = {
},
],
},
{
title: 'Developers',
items: [
{
label: 'Documentation',
to: '/docs',
},
{
label: 'Community',
href: 'https://discord.gg/4R568nZgsT',
},
{
label: 'Changelog',
to: '/blog/tags/releases',
},
{
label: 'Github',
href: 'https://github.com/o2sdev/openselfservice',
},
],
},
{
title: 'Community',
title: 'More',
items: [
{
label: 'LinkedIn',
href: 'https://www.linkedin.com/company/open-self-service/',
label: 'Partners',
to: '/partners',
},
// {
// label: 'Twitter / X',
// href: 'https://x.com/openselfservice',
// },
{
label: 'Discord',
href: 'https://discord.gg/4R568nZgsT',
},
],
},
{
title: 'More',
items: [
{
label: 'GitHub',
href: 'https://github.com/o2sdev/openselfservice',
to: '/contact',
label: 'Contact us',
},
],
},
Expand Down
2 changes: 2 additions & 0 deletions apps/docs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,12 @@
"@vercel/speed-insights": "^1.2.0",
"clsx": "^2.1.1",
"docusaurus-plugin-image-zoom": "^3.0.1",
"docusaurus-plugin-sass": "^0.2.6",
"framer-motion": "^12.12.1",
"prism-react-renderer": "^2.4.1",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"sass": "^1.93.0",
"vanilla-cookieconsent": "^3.1.0"
},
"devDependencies": {
Expand Down
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/ArrowDown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/ChevronDown.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/Discord2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/FolderOpenDot.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/Github2.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/History.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/Mail.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/Map.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/PencilLine.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions apps/docs/src/assets/icons/SquareArrowOutUpRight.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions apps/docs/src/assets/icons/icon call.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions apps/docs/src/assets/icons/icon handshake.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading