Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanvanherwijnen committed Oct 1, 2024
1 parent 31730d2 commit 585f259
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 1 deletion.
Binary file added packages/docs/public/features/clientaccount.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added packages/docs/public/features/numberprefixes.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified packages/docs/public/slides/invoice.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions packages/docs/src/layouts/MainLayout.vue
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
:icon="fabGithub"
color="black"
href="https://github.com/simsustech/slimfact"
target="_blank"
/>
</q-toolbar>
</q-header>
Expand Down
11 changes: 11 additions & 0 deletions packages/docs/src/pages/IndexPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,17 @@ const features = ref({
title: 'Mollie payment integration',
content: 'Mollie (mollie.com) can be used to receive online payments.',
imgSrc: '/features/ideal.png'
},
{
title: 'Number prefixes',
content: 'Use multiple invoice number prefixes for your company.',
imgSrc: '/features/numberprefixes.png'
},
{
title: 'Client account',
content:
'Clients can view an overview of their bills, receipts and invoices online.',
imgSrc: '/features/clientaccount.png'
}
]
})
Expand Down
2 changes: 1 addition & 1 deletion packages/docs/src/pages/PricingPage.vue
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ const options = ref({
price: '€15 per month',
pros: [
{
message: 'Unlimited bills, receipt and invoices.'
message: 'Unlimited bills, receipt and invoices (Fair Use Policy).'
},
{
message:
Expand Down

0 comments on commit 585f259

Please sign in to comment.