Skip to content

Commit

Permalink
Discard changes to docs/src/content/docs/id/reference/frontmatter.md
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Feb 13, 2024
1 parent 4ad36c8 commit 2ad1396
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions docs/src/content/docs/id/reference/frontmatter.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,8 +108,6 @@ hero:
- text: Lihat di GitHub
link: https://github.com/astronaut/my-project
icon: external
attrs:
rel: me
---
```

Expand Down Expand Up @@ -156,7 +154,6 @@ interface HeroConfig {
link: string;
variant: 'primary' | 'secondary' | 'minimal';
icon: string;
attrs?: Record<string, string | number | boolean>;
}>;
}
```
Expand Down

0 comments on commit 2ad1396

Please sign in to comment.