mirror of
https://github.com/p-stream/docs.git
synced 2026-01-11 20:10:34 +00:00
update a couple more links
This commit is contained in:
parent
64f3b776de
commit
57d8e1a3f7
2 changed files with 5 additions and 5 deletions
|
|
@ -25,7 +25,7 @@ export default function LandingPage() {
|
|||
<Hero.Actions>
|
||||
<div style={{ display: 'flex', gap: '1em' }}>
|
||||
<Button to="/self-hosting/hosting-intro">Get Started</Button>
|
||||
<Button to="https://github.com/Pasithea0/p-stream" type="secondary">
|
||||
<Button to="https://github.com/p-stream/p-stream" type="secondary">
|
||||
Open on GitHub
|
||||
</Button>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@ import coverUrl from './public/cover.png';
|
|||
import faviconUrl from './public/favicon.ico';
|
||||
|
||||
const starLinks = [
|
||||
link('GitHub', 'https://github.com/Pasithea0/p-stream', {
|
||||
link('GitHub', 'https://github.com/p-stream/p-stream', {
|
||||
style: 'star',
|
||||
newTab: true,
|
||||
icon: 'akar-icons:github-fill',
|
||||
|
|
@ -24,7 +24,7 @@ const starLinks = [
|
|||
];
|
||||
|
||||
export default defineTheme({
|
||||
github: 'Pasithea0/p-stream',
|
||||
github: 'p-stream/p-stream',
|
||||
navigation: [
|
||||
link('Discord', '/links/discord', {
|
||||
style: 'star',
|
||||
|
|
@ -39,9 +39,9 @@ export default defineTheme({
|
|||
contentFooter: {
|
||||
text: 'Made with :3 (sillyness)',
|
||||
editRepositoryBase:
|
||||
'https://github.com/Pasithea0/p-stream-docs/blob/master',
|
||||
'https://github.com/p-stream/docs/blob/master',
|
||||
socials: [
|
||||
social.github('https://github.com/Pasithea0'),
|
||||
social.github('https://github.com/p-stream'),
|
||||
social.discord('/links/discord'),
|
||||
],
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue