Commit Graph

21 Commits

Author SHA1 Message Date
Michael Clark
a99f9c2e7a Point windows app download to Windows Store (#445)
Updates the Windows app download link to point to the Store
2024-09-03 19:16:32 +01:00
Michael Clark
22d9054d8a Update Mac links on Downloads page (#430)
![image](https://github.com/user-attachments/assets/85059ade-8d5f-433c-9fb0-d2455743da4b)

**Possible improvement for later:** we could detect the OS the user is
using and filter the list down so there aren't so many options.
2024-08-13 14:43:23 +01:00
youngcw
1211b086d7 Add a download page to the website (#359)
This is a super rough start for a download page for the website. Please
make contributions since this is pretty bad so far. Can you tell Im not
a front end dev? 😆

In order for the links to always work we either need to:
* Modify our electron build to not add versions to the filename
* Add some way for the page to know the current version and use that in
the requested filename

For now they are hard coded with the version so they wont work next
month unless something changes.

For now the OS logos are colored so that they can be seen in both light
and dark modes. Im sure there is a better way than making them purple.
2024-07-09 11:47:51 -07:00
youngcw
552126589f custom reports no longer experimental (#375)
Update the custom reports page and move it out of experimental. Misc
other tweaks to be consistent about reports.
2024-07-01 13:02:49 -07:00
youngcw
c5b39ab0a3 Clean up the homepage feature list (#376)
some of the features on the homepage seemed there just to pad out the
list. The list if decently long and interesting so I removed Payees and
Split transactions. Those seem pretty expected and not that interesting
as a called out feature.

I modified the budgeting feature to be more specific. Just saying we
have budgeting is a bit redundant for a budgeting app.
2024-07-01 12:52:51 -07:00
Huyen Nguyen
a698a2db83 fix: Open Collective link (#348)
Changes the Open Collective URL from `.org` to `.com` (the `.org` is not
accessible).
2024-04-14 17:19:31 +01:00
youngcw
5d87628728 update starting fresh doc, and add simpleFIN call outs (#305)
mostly some more detailed advice in the starting fresh doc. Im trying to
make the budgeting advice be more centralized instead of being in random
places

A few minor tweaks

A few call outs that simplefin is not just a community thing anymore
2024-02-12 13:14:34 -07:00
youngcw
5c1e1b7fd1 dark mode inclusion and dynamic homepage images (#290)
Added a dark mode callout in the feature list.

Working on dynamically switching between dark and light screenshots when
the page switches themes.

I pulled images from the VRT tests to use for dark images. They are
pretty close to the existing images, but from a slightly larger screen.
2023-12-12 13:38:02 -07:00
youngcw
f7a4417243 add bank sync feature to home page (#281)
I added bank syncing as a feature on the home page, with a new svg to go
with it.

I also mentioned in the importers that more than ynab are available, but
not officially.
2023-11-28 11:00:10 -07:00
Matiss Janis Aboltins
cd9721d675 Pikapods easy-install in homepage (#262)
Co-authored-by: Jed Fox <git@jedfox.com>
2023-08-24 20:35:10 +01:00
shall0pass
f0e67d71d4 Spellchecker CI (#228) 2023-07-15 10:41:33 -04:00
Matiss Janis Aboltins
53d1588b14 📝 updating the website tagline, the hook (#212)
Updated the tagline (the hook) for the website.

For people coming in for the first time - they don't know (and care)
about the historical context of open source actual vs closed source. So
slightly changed the copy to focus on the truly important things - the
features.

---------

Co-authored-by: Jed Fox <git@jedfox.com>
2023-06-23 20:13:44 +01:00
Jed Fox
bc1a039105 Swap from reference-style links to @mentions (#201)
I will also update the release notes generator to use the new style
(9ffec33742)
2023-06-14 17:45:38 +01:00
Jed Fox
268544b6d7 Rename budgeting/howitworks.md to index.md (#202)
This matches the other pages that have child pages.
2023-06-14 07:33:05 +01:00
Jed Fox
be0dc4ecd4 Improve homepage a bit, clean up old/unused code (#200) 2023-06-13 16:50:22 -04:00
Jed Fox
899801ab0c Move the docs back to /docs, add in a version of the homepage (#193)
https://deploy-preview-193--zingy-bonbon-b1b286.netlify.app

---------

Co-authored-by: Rich Howell <github@codenameowl.com>
2023-06-13 05:51:08 +01:00
Tillman Jex
3fc8d44614 using actual (images and instructions update) (#109)
* img : update accounts image : #85

* doc : fixed formatting and clearer wording : #85

* doc : updated instructions due to new sidebar layout : #85

* img : update images due to new sidebar layout : #85

* doc : updated accounts/addaccount page : #85

- moved all images into their own folder
	- grepped the whole repo for their img paths to make sure no other pages were referencing the same images.
- updated img paths in the addaccount page
- updated wording based on new layout / buttons
- simplified other wordings

* img : updated images due to new sidebar layout : #85

- created new folder for backup-restore section
- created new images for 'backup.md'
- deleted old images from 'backup.md'
- updated wording in 'backup.md'

* Fix image sizing

* img : try to half size with @2x, but no change : #85

* doc : implement @2x img resizing and update images : #85

- resized retina screenshots where appropriate
- updated images that showed old sidebar layout

* img : commit missing file : #85

---------

Co-authored-by: Jed Fox <git@jedfox.com>
2023-03-05 18:39:39 +00:00
Jed Fox
89cf9a1e2f Add Prettier with config matching main repo (#111)
* Add Prettier with config matching main repo

* Run Prettier on all files
2023-03-04 17:56:58 +00:00
Jed Fox
d7274c291f Add an image handling component (#110)
* Update docusaurus

* Make sure images are in their own paragraph

* Add image handling logic

* oops!

* Fix issues with Image component

* Enable image plugin in dev

* Allow arbitrary scales, remove unused case
2023-03-04 16:54:46 +00:00
Jed Fox
7285753e2d Updates to the sidebar layout & content (#89)
* Run Prettier

* Add `@docusaurus/plugin-content-docs` as a direct dep

* Remove generated index pages, move Release Notes to the top level

* Move installing section inside “Getting Started”

* Rename “Using Actual” to “A Tour of Actual”

* Expand “Getting Started” by default

* Move “how it works” to the heading of the Budgeting section

* more changes

* polish styles of section headers

* Move old homepage to the start of the tour, add a new one

* A few updates to project-layout.md, remove mobile package

* Clarify that you can use a local server with preview builds

* A couple of tweaks to the Windows article

* Clarify the installation docs

* Fix some issues on the sync page

* Centralize the contact info into one page

* Fix homepage link

* Fix broken links on installation page
2023-02-03 05:05:52 +00:00
Rich In SQL
3f3b70920d Init Commit 2022-10-16 20:32:57 +01:00