We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5944a1b commit e8d1faaCopy full SHA for e8d1faa
docusaurus.config.js
@@ -8,7 +8,7 @@ const darkCodeTheme = require('prism-react-renderer/themes/vsDark');
8
const config = {
9
title: 'SurPathHub Docs',
10
tagline: 'The official documentation website for all open source SurPathHub projects',
11
- url: 'https://your-docusaurus-test-site.com',
+ url: 'https://docs.surpathhub.org',
12
baseUrl: '/',
13
onBrokenLinks: 'throw',
14
onBrokenMarkdownLinks: 'warn',
src/scss/modules/SPHTitleBar.scss
@@ -5,6 +5,8 @@
5
grid-template-columns: 100%;
6
grid-gap: 0.5rem;
7
align-items: center;
+ // border-bottom: 1px solid var(--sph-theme--secondary);
+ // border-bottom: 2px solid var(--sph-theme--secondary);
padding: 0.5rem 0;
0 commit comments