Skip to content

Commit

Permalink
Merge pull request #30 from 21TORR/homepage
Browse files Browse the repository at this point in the history
Update Homepage
  • Loading branch information
apfelbox authored Apr 30, 2024
2 parents 3fc2afe + d2486ac commit 3eebaed
Show file tree
Hide file tree
Showing 15 changed files with 6,447 additions and 4,786 deletions.
32 changes: 26 additions & 6 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const config = {
style: 'dark',
links: [
{
title: 'Docs',
title: 'Topics',
items: [
{
label: 'PHP',
Expand All @@ -110,9 +110,34 @@ const config = {
},
],
},
{
title: 'Quick Access',
items: [
{
label: 'RAD Bundle',
href: '/docs/php/symfony/rad/',
},
{
label: 'Storyblok Bundle',
href: '/docs/php/symfony/storyblok/',
},
{
label: 'Dune',
href: '/docs/ts-scss/dune/',
},
{
label: 'Help these docs',
href: 'https://github.com/21TORR/docs',
},
],
},
{
title: '21TORR',
items: [
{
label: 'Join our team',
href: 'https://www.21torr.com/career',
},
{
label: 'Our website',
href: 'https://www.21torr.com',
Expand All @@ -121,11 +146,6 @@ const config = {
label: 'Github',
href: 'https://github.com/21TORR',
},
],
},
{
title: 'Social',
items: [
{
label: 'Instagram',
href: 'https://www.instagram.com/21torr/',
Expand Down
30 changes: 15 additions & 15 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,29 +11,29 @@
"write-translations": "docusaurus write-translations"
},
"dependencies": {
"@docusaurus/core": "^3.1.1",
"@docusaurus/preset-classic": "^3.1.1",
"@docusaurus/theme-classic": "^3.1.1",
"@docusaurus/core": "^3.2.1",
"@docusaurus/preset-classic": "^3.2.1",
"@docusaurus/theme-classic": "^3.2.1",
"@mdx-js/react": "^3.0.1",
"clsx": "^2.1.0",
"clsx": "^2.1.1",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.1.1",
"@docusaurus/types": "^3.1.1",
"@tsconfig/docusaurus": "^2.0.2",
"@types/node": "^20.11.26",
"@types/react": "^18.2.65",
"@types/react-dom": "^18.2.21",
"@docusaurus/module-type-aliases": "3.2.1",
"@docusaurus/types": "^3.2.1",
"@tsconfig/docusaurus": "^2.0.3",
"@types/node": "^20.12.7",
"@types/react": "^18.3.1",
"@types/react-dom": "^18.3.0",
"docusaurus-plugin-sass": "^0.2.5",
"prettier-package-json": "^2.8.0",
"sass": "^1.71.1",
"sass-loader": "^14.1.1",
"sass": "^1.75.0",
"sass-loader": "^14.2.1",
"ts-dedent": "^2.2.0",
"typescript": "^5.4.2",
"typescript": "^5.4.5",
"typescript-plugin-css-modules": "^5.1.0"
},
"engines": {
Expand Down
Loading

0 comments on commit 3eebaed

Please sign in to comment.