Commit Graph

169 Commits

Author SHA1 Message Date
vincanger
b36e82d3d6
Merge pull request #875 from wasp-lang/vince-update-docs-workers-auth
Update features.md
2022-12-16 17:55:45 +01:00
vincanger
7373c4a172
Update web/docs/tutorials/todo-app.md
Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>
2022-12-16 09:45:29 +01:00
vincanger
cc97d02031 add gitpod to docs and tutorial 2022-12-15 18:31:40 +01:00
vincanger
95c34bd0ed
Update web/docs/language/features.md
Co-authored-by: Shayne Czyzewski <523636+shayneczyzewski@users.noreply.github.com>
2022-12-15 13:49:19 +01:00
Shayne Czyzewski
a16aa73753
Add support for --create-only migrations (#862) 2022-12-13 13:55:01 -05:00
Shayne Czyzewski
752ece369c
Fix Google login button height for use with Tailwind (#858) 2022-12-13 13:00:43 -05:00
Domi
e20dd458ee Fix small typo (missing letter) 2022-12-13 16:33:30 +01:00
Martin Sosic
ce31d940ac Merge branch 'release' 2022-12-13 11:06:31 +01:00
vincanger
a3f0b7d9f2 Update deploying.md 2022-12-13 10:56:10 +01:00
vincanger
e8a84aea24 Merge branch 'release' into vince-update-docs-workers-auth 2022-12-13 10:40:22 +01:00
vincanger
46ad0b4d1d Update features.md 2022-12-12 17:28:05 +01:00
Matija Sosic
abf196331f lp: small fix, wrong id in testimonials section. 2022-12-12 17:10:06 +01:00
Matija Sosic
b878b170ea lp: small changes + added missing links. 2022-12-12 12:36:00 +01:00
Matija Sosic
e35f81eb87 lp: added gh icon to navbar. 2022-12-08 20:32:27 +01:00
Matija Sosic
8bdeef6041 lp: updated banner + small fixes. 2022-12-08 18:43:25 +01:00
vincanger
d104c37a7a
add chatgpt blog article (#871) 2022-12-08 15:40:29 +01:00
Allan Moreno
3fd4664886
Fix typo (#857)
Fix typo
2022-12-06 15:29:28 +01:00
Matija Sosic
07e5cb24e3 lp: Added twitter and ph testimonials section. 2022-12-05 14:54:21 +01:00
Matija Sosic
a1a518ec9a lp: Dark mode fix + width fix. 2022-12-04 00:21:32 +01:00
Matija Sosic
f79dde7558 Updated lp banner with hackathon info. 2022-12-02 15:18:52 +01:00
Matija Sosic
db56572844 returned 'star us on gh' button to nav instead of star count. 2022-12-02 11:10:42 +01:00
Martin Sosic
7654e201fc Added 'beta ide improvements' blog post. 2022-12-01 15:21:04 +01:00
Matija Sosic
7f395230cf Banner day 5 update + install cmd rewording. 2022-12-01 13:58:55 +01:00
Filip Sodić
45b1336cc4 Optimistic updates blog post. 2022-11-30 22:10:16 +01:00
Matija Sosic
47b4a10328 lp: Added big curl cmd to hero section. 2022-11-30 18:14:51 +01:00
Matija Sosic
34918dae6e lp: Added gh stars badge. 2022-11-30 18:14:51 +01:00
Martin Sosic
9e319bfa45 Added 'Permissions in web apps' blog post. 2022-11-30 15:54:39 +01:00
Filip Sodić
b3d7d3cccf Write TS feature announcement 2022-11-29 23:08:55 +01:00
Matija Sosic
666cf7bc5f Added beta post. 2022-11-29 17:09:22 +01:00
Matija Sosic
6a01c05289 updated banner + preflight fixes. 2022-11-29 16:32:08 +01:00
Matija Sosic
cd35d83cb6 updated prisma blog post title. 2022-11-28 12:59:30 +01:00
Martin Sosic
d729614154 Added 'Why we chose Prisma' blog post. 2022-11-28 01:51:28 +01:00
Matija Sosic
994ce0477b Added PH launch announcement banner. 2022-11-27 14:00:35 +01:00
Filip Sodić
586531d721
Replace main with release in examples (#852) 2022-11-27 13:46:47 +01:00
Martin Sosic
cb4dd31169 Added caution notice for issue with WSL2 not detecting file changes. 2022-11-27 12:59:35 +01:00
Filip Sodić
f13c31a55e
Hide dev excuses tutorial for Beta (#851) 2022-11-27 12:38:41 +01:00
Martin Sosic
1d87476a0f Added links to newsletter to docs. 2022-11-27 12:12:38 +01:00
Matija Sosic
5160c5c34a Implemented hamburger menu for landing page on mobile. 2022-11-27 11:46:23 +01:00
Filip Sodić
ab2a87bd0d
Remove danger with caution in tutorial (#850) 2022-11-27 11:34:54 +01:00
Shayne Czyzewski
e28741caf3
Update fn imports in tutorial (#848)
* update fn imports in tutorial

* Explain js extensions in server imports

Co-authored-by: shayneczyzewski <shayne.czyzewski@gmail.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2022-11-27 09:43:57 +01:00
Matija Sosic
3a4c41c276 small landing page changes. 2022-11-26 21:44:39 +01:00
Filip Sodić
1ba5b7fcc8 Merge remote-tracking branch 'origin/main' into filip-merge-release 2022-11-26 19:49:27 +01:00
Filip Sodić
1f7f9005b0
Update Todo app tutorial (#840)
* Update todo app tutorial

* Remove trailing spaces from clocks

* Match MainPage with tutorial

* Add newline to end of action.js

* Fix newline at the end of action.js

* Fix typo in tutorial

* Update web/docs/tutorials/todo-app/creating-new-project.md

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Update web/docs/tutorials/todo-app/creating-new-project.md

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>

* Fix jsx typo in tutorial

* Remove React import from e2e tests

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2022-11-26 19:32:43 +01:00
Matija Sosic
9050ce3c74 Created new landing page for Beta. 2022-11-26 19:01:40 +01:00
vincanger
140cbcd018
clean up Features, GoogleAuth, & Deploy docs (#820)
* add railway deployment

* clean up Features and GoogleAuth docs

* Update web/docs/language/features.md

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2022-11-26 18:02:09 +01:00
shayneczyzewski
c168df875b minor edits 2022-11-26 17:40:08 +01:00
shayneczyzewski
e56faede27 first pass at both beta launch blog posts 2022-11-26 17:40:08 +01:00
Martin Sosic
8114ecc5db Fixed some grammar errors in use case posts. 2022-11-26 17:24:53 +01:00
Martin Sosic
bfa62bce63 Added Erlis Kllogjri's Amicus use case blog post. 2022-11-26 16:23:20 +01:00
vincanger
e392a8b949
Update docs and todo tutorial (#834)
* Updated wasp version to 0.7.0-rc.

* update todo app and feat for beta

* add typescript info to todo tutoriial

* fix cabal version

Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
2022-11-26 16:20:45 +01:00