Skip to content

Commit

Permalink
Added links to ToC
Browse files Browse the repository at this point in the history
  • Loading branch information
dearroy committed Jun 30, 2024
1 parent 1ba72f4 commit b4ff987
Show file tree
Hide file tree
Showing 5 changed files with 17,736 additions and 1,144 deletions.
14 changes: 12 additions & 2 deletions app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,12 +46,22 @@ export default defineAppConfig({
links: [{
title: 'Star on GitHub',
icon: 'lucide:star',
to: 'https://github.com/heyform/heyform',
to: 'https://go.heyform.net/github',
target: '_blank',
}, {
title: 'Create Issues',
icon: 'lucide:circle-dot',
to: 'https://github.com/heyform/heyform/issues',
to: 'https://go.heyform.net/issue',
target: '_blank',
}, {
title: 'Chat on Discord',
icon: 'simple-icons:discord',
to: 'https://go.heyform.net/discord',
target: '_blank',
}, {
title: 'Become a Sponsor',
icon: 'lucide:hand-heart',
to: 'https://go.heyform.net/sponsor',
target: '_blank',
}],
},
Expand Down
2 changes: 1 addition & 1 deletion content/1.Introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ HeyForm is created as a cost-effective alternative to Typeform and offers an imp

With HeyForm, it allows anyone to create engaging conversational forms for surveys, questionnaires, quizzes, and polls. No coding skills required.

![HeyForm](https://heyform.b-cdn.net/images/screenshot.png)
![HeyForm](/images/screenshot.png)

## Getting Started

Expand Down
Loading

0 comments on commit b4ff987

Please sign in to comment.