Skip to content

Commit

Permalink
Merge pull request #408 from 317brian/website-css-fix
Browse files Browse the repository at this point in the history
Fix home page CSS
  • Loading branch information
vogievetsky authored Aug 1, 2023
2 parents 510b39a + c1c1ef6 commit de6fec9
Show file tree
Hide file tree
Showing 17 changed files with 144 additions and 4,028 deletions.
12 changes: 7 additions & 5 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,10 @@ module.exports={
"sidebarPath": "./sidebars.json"
},
"theme": {
"customCss": "./src/css/customTheme.css"
"customCss": [
"./src/css/customTheme.css",
"./src/css/index.css"
]
},
"gtag": {
"trackingID": "UA-131010415-1"
Expand Down Expand Up @@ -85,11 +88,11 @@ module.exports={
"label": "Use Cases",
"position": "right",
},
{
{
"to": "/druid-powered",
"label": "Powered By",
"position": "right",
},
},
{
"to": "/docs/"+buildVersion+"/design/",
"label": "Docs",
Expand All @@ -102,6 +105,7 @@ module.exports={
},
{
"label": "Apache®",
"type": "dropdown",
"position": "right",
"items": [
{
Expand All @@ -128,8 +132,6 @@ module.exports={
"href": "https://www.apache.org/foundation/sponsorship.html",
"label": "Sponsorship"
}


],
},
{
Expand Down
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@
"write-translations": "docusaurus-write-translations",
"version": "docusaurus-version",
"rename-version": "docusaurus-rename-version",
"compile-scss": "node-sass scss -o static/css",
"watch-scss": "node-sass --watch scss -o static/css",
"link-lint": "npm run build && node script/link-lint.js",
"spellcheck": "mdspell --en-us --ignore-numbers --report '../docs/**/*.md' || (./script/notify-spellcheck-issues && false)",
"swizzle": "docusaurus swizzle",
Expand All @@ -32,13 +30,11 @@
"@docusaurus/core": "^2.4.1",
"@docusaurus/plugin-client-redirects": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"bootstrap": "^5.2.3",
"clsx": "^1.1.1",
"fast-glob": "^3.2.2",
"fs-extra": "^8.1.0",
"react": "^17.0.2",
"react-bootstrap": "^2.7.2",
"react-dom": "^17.0.2",
"replace-in-file": "^4.3.1"
}
}
}
Loading

0 comments on commit de6fec9

Please sign in to comment.