File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -19,13 +19,13 @@ export default async function Page(props: {
19
19
const MDX = page . data . body ;
20
20
21
21
const time = await getGithubLastEdit ( {
22
- owner : "shield-auth " ,
22
+ owner : "TheShieldAuth " ,
23
23
repo : "docs" ,
24
24
path : `content/${ page . file . path } ` ,
25
25
} ) ;
26
26
27
27
const contributors = await getFileContributors (
28
- "shield-auth " ,
28
+ "TheShieldAuth " ,
29
29
"docs" ,
30
30
`content/${ page . file . path } ` ,
31
31
) ;
@@ -47,7 +47,7 @@ export default async function Page(props: {
47
47
full = { page . data . full }
48
48
lastUpdate = { time ? new Date ( time ) : undefined }
49
49
editOnGithub = { {
50
- owner : "shield-auth " ,
50
+ owner : "TheShieldAuth " ,
51
51
repo : "docs" ,
52
52
sha : "trunk" ,
53
53
// file path, make sure it's valid
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ const TocHeader = () => (
43
43
< span className = "sr-only" > Shield</ span >
44
44
</ a >
45
45
< a
46
- href = "https://github.com/shield-auth /shield"
46
+ href = "https://github.com/TheShieldAuth /shield"
47
47
target = "_blank"
48
48
className = { buttonVariants ( { color : "secondary" , size : "sm" } ) }
49
49
rel = "noreferrer"
Original file line number Diff line number Diff line change 1
1
---
2
2
title : Architectural Resource
3
- description : Here you will find the architectural resource for the shield-auth project.
3
+ description : Here you will find the architectural resource for the Shield project.
4
4
---
5
5
6
6
import { Step , Steps } from " fumadocs-ui/components/steps" ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ control over the build process.
29
29
### I. Clone the repository
30
30
31
31
``` bash title="terminal"
32
- git clone https://github.com/shield-auth /shield.git
32
+ git clone https://github.com/TheShieldAuth /shield.git
33
33
cd shield
34
34
```
35
35
You can’t perform that action at this time.
0 commit comments