Skip to content

Commit

Permalink
gh pages configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
zuriscript committed Jul 18, 2023
1 parent f2523f3 commit dc45829
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
9 changes: 5 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,11 @@ const config = {
title: 'signalstory | Empower Your Angular State Management',
tagline: 'Efficiency, Flexibility, and Control at Your Stateful Fingertips',
favicon: 'img/favicon.ico',
url: 'https://your-docusaurus-test-site.com',
baseUrl: '/signalstory',
url: 'https://zuriscript.github.io/',
baseUrl: '/signalstory/',
organizationName: 'zuriscript',
projectName: 'signalstory',
deploymentBranch: 'gh-pages',
onBrokenLinks: 'throw',
onBrokenMarkdownLinks: 'warn',
i18n: {
Expand Down Expand Up @@ -59,7 +60,7 @@ const config = {
label: 'Docs',
},
{
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/zuriscript/signalstory',
label: 'GitHub',
position: 'right',
},
Expand Down Expand Up @@ -106,7 +107,7 @@ const config = {
items: [
{
label: 'GitHub',
href: 'https://github.com/facebook/docusaurus',
href: 'https://github.com/zuriscript/signalstory',
},
],
},
Expand Down
3 changes: 1 addition & 2 deletions docs/src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import useBaseUrl from '@docusaurus/useBaseUrl';
import styles from './index.module.css';

function HomepageHeader() {
const {siteConfig} = useDocusaurusContext();
return (
<header className={clsx('hero hero--primary', styles.heroBanner)}>
<div className='hero-caption'>
Expand All @@ -22,7 +21,7 @@ function HomepageHeader() {
<Link
id="docs-button"
className="button button--secondary button--lg"
to="/docs/intro">
to="/docs/prolog">
Every odyssey starts at the docs 🧭
</Link>
</div>
Expand Down

0 comments on commit dc45829

Please sign in to comment.