Skip to content

Commit

Permalink
chore: update docs configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
psanders committed Dec 5, 2023
1 parent 387b47d commit b1e5226
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ const config = {
({
algolia: {
appId: "VLT67PBOP0",
apiKey: "ea0145d0e224a1ec1f72c15660809d3e",
apiKey: "ac3a064eec614a9ade617bafd5de55de",
indexName: "routr",
contextualSearch: true
},
Expand Down
9 changes: 9 additions & 0 deletions docs/src/css/custom.css
Original file line number Diff line number Diff line change
Expand Up @@ -68,4 +68,13 @@

.navbar-sidebar__back {
background-color: #0d3231;
}

p a {
color: var(--ifm-link-color);
text-decoration: underline;
}

p a:hover {
color: var(--ifm-color-secondary);
}
6 changes: 3 additions & 3 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
import React, { useEffect } from 'react';

export default function Home() {
useEffect(() => {
window.location.href = 'https://routr.io';
}, []);
// useEffect(() => {
// window.location.href = 'https://routr.io';
// }, []);

return null;
}

0 comments on commit b1e5226

Please sign in to comment.