Martin Šošić
758110e686
Relax node version ( #1533 )
...
* Relaxed Wasp's node version requirements.
* Updated e2e tests.
* fix
* fix
* Fixed version of wasp app in headless tests.
* Update web/docs/introduction/getting-started.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* fix
* fix
* Small grammar fixes.
* fixes
* Updated e2e tests.
* fix
* fix
---------
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-04 11:30:42 +01:00
Martin Šošić
994a58f0dc
Wasp ai cli mage ( #1601 )
...
* Improved Wasp AI CLI experience.
* fix
* Added CLI Usage, polished CLI commands.
* Added choice of temperature.
* Added styling.
* Added more sophisticated, terminal-only styling.
* fix
* Updated Mage to use new Wasp CLI + added some messaging to CLI.
* fix
* Created wasp-ai/README, updated waspc/README.
* Moved wasp-ai/ to mage/.
* Final polishing (docs, readmes, messaging).
* fix
* Added tests for LogMsg.
* Updated versions of test apps to 0.12.
* fix
* fix
* Update mage/README.md
* fix
* fix
2023-12-22 15:14:38 +01:00
Martin Šošić
a4687e5865
Small improvements to docs. ( #1500 )
...
* Small improvements to docs.
* Update web/docs/advanced/deployment/cli.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update web/docs/advanced/deployment/manually.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update web/docs/advanced/deployment/manually.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update web/docs/advanced/deployment/manually.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update web/docs/advanced/deployment/manually.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update web/docs/advanced/deployment/manually.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Update web/docs/advanced/deployment/manually.md
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* fixes
* fix
---------
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-11-16 17:16:11 +01:00
Boris Martinovic
6cfc495ca4
Run prettier format
2023-11-16 17:15:18 +01:00
Mihovil Ilakovac
ef6d6b1041
Username validation refactor ( #1569 )
2023-11-15 13:05:00 +01:00
Mihovil Ilakovac
2752f889c8
Sets the minimum number of Fly machines to 1 ( #1535 )
2023-11-06 15:47:45 +01:00
Ayaan B. Bordoloi
b203c7dcb2
fix-typo ( #1551 )
2023-10-30 11:32:50 +01:00
Mihovil Ilakovac
520c35af5c
Adds support for client subdir ( #1516 )
2023-10-27 15:12:47 +02:00
Filip Sodić
dd52280ace
Fix small mistakes in writing guide ( #1532 )
2023-10-23 17:08:42 +02:00
Filip Sodić
c671f0a43a
Add writing guide ( #1525 )
2023-10-20 18:24:40 +02:00
Filip Sodić
8902d89793
Fix typo in docs
2023-10-17 22:09:01 +02:00
Filip Sodić
ccb40d5e81
Updates docs and websockets README ( #1511 )
...
Co-authored-by: vincanger <70215737+vincanger@users.noreply.github.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-10-16 16:21:38 +02:00
Filip Sodić
620bb7d6b4
Fix Vite config mentions in docs ( #1509 )
2023-10-16 15:25:05 +02:00
Filip Sodić
b957e9a29e
Fix task order in tutorials ( #1508 )
2023-10-16 15:11:48 +02:00
Filip Sodić
fc1550fa1b
Update tutorials for v0.11.6 ( #1504 )
2023-10-16 13:02:09 +02:00
Mihovil Ilakovac
d9d04a384a
Updates Waspleau links
2023-10-13 16:56:05 +02:00
Martin Sosic
e333a027d1
Removed ItWaspsOnMyMachine from tutorials/examples.
2023-10-13 14:46:23 +02:00
Gleb Mirzayev
799ff1d8d0
docs: remove mentions of logoUrl ( #1473 )
...
* Add streaming text example
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
* Updated diagram to be visible on dark mode (#1456 )
Added white background so the diagram in docs is visible also in dark background.
* Update .gitattributes to not look at haskell files
* docs: remove mentions of logoUrl
---------
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Boris Martinovic <boris@martinovic.dev>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-10-12 14:32:48 +02:00
Chris Clark
133d678d27
Update 01-create.md ( #1450 )
2023-10-12 14:32:48 +02:00
Chris Clark
d9ca730a37
Update backends.md ( #1451 )
2023-10-12 14:32:48 +02:00
Mihovil Ilakovac
88d9534fd3
Allow customising the Vite config ( #1465 )
2023-10-09 15:40:33 +02:00
Mihovil Ilakovac
99c9021f82
Signup Customisation [RFC] ( #1395 )
2023-09-12 13:19:47 +02:00
Mihovil Ilakovac
cb88dfc618
Adding support for Postgres Extensions ( #1443 )
2023-09-12 13:03:57 +02:00
Mihovil Ilakovac
092ff2acaf
Type safe async jobs ( #1400 )
2023-09-07 16:32:55 +02:00
Mihovil Ilakovac
792c014551
Implement type safe links ( #1235 )
2023-08-30 14:40:17 +02:00
Filip Sodić
91fd49ae7a
Fix small issue in docs
2023-08-28 10:59:35 +02:00
Craig McIlwrath
60233dcbcc
Restructures docs ( #1333 )
...
Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
Co-authored-by: Filip Sodić <filip.sodic@fer.hr>
2023-08-11 16:47:49 +02:00
vincanger
92e83ef3b1
[DOCS] fix auth args for js too ( #1377 )
...
* fix auth args
* fix js args too
2023-07-31 10:30:08 +02:00
vincanger
cc2b13ade2
fix auth args ( #1376 )
2023-07-31 10:23:53 +02:00
Mihovil Ilakovac
60653fb835
Add Custom Domain docs ( #1336 )
2023-07-21 17:08:12 +02:00
Craig McIlwrath
4da36535ca
[docs] removes type annotation in JS code in the tutorial ( #1329 )
2023-07-19 09:01:01 -04:00
Umbrien
2df423006c
add missing comma ( #1318 )
2023-07-13 15:41:59 +02:00
Filip Sodić
d554506bc8
Merge branch 'release'
2023-07-12 17:10:58 +02:00
Filip Sodić
af9d7992b3
Add support for Prisma preview features ( #1315 )
2023-07-12 17:08:57 +02:00
Matija Sosic
281b0489dd
docs: added note about restarting wasp server upon enabling tailwind support.
2023-07-03 14:43:12 +02:00
Mihovil Ilakovac
8587e14be5
Typescript/Javascript tutorial toggle ( #1266 )
2023-06-26 14:11:05 +02:00
Mihovil Ilakovac
2db1dfad2a
Merge branch 'release'
2023-06-23 17:26:07 +02:00
vincanger
f2f5a98ee6
add credit card info for fly deploy ( #1285 )
2023-06-23 17:01:01 +02:00
vincanger
76c63ec88e
update railway deploy guide w/ client routing config ( #1278 )
2023-06-22 14:00:19 +02:00
Mihovil Ilakovac
52c4e0f8ca
Merge branch 'release'
2023-06-22 10:48:23 +02:00
vincanger
34fdcb7469
Docs: add username & password guide ( #993 )
...
* add user-password guide
* small changes
* move username-password file to guides
* fix links in username-password guide
2023-06-22 10:42:10 +02:00
Martin Šošić
7c1e9879ab
Removed JS extension from imports on client (in examples, docs, ...). ( #1276 )
2023-06-21 19:19:13 +02:00
Martin Šošić
1584721299
Updated telemetry docs. ( #1237 )
2023-06-19 12:29:05 +02:00
Shayne Czyzewski
3e85b0f067
Adds WebSocket support ( #1203 )
2023-06-19 10:49:57 +02:00
David Santoso
4b8a97c044
Fix two small typos in the docs and website ( #1262 )
2023-06-19 10:44:07 +02:00
Mihovil Ilakovac
c5540ae742
Updates CRUD docs
...
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2023-06-15 16:18:50 +02:00
Mihovil Ilakovac
94d736f485
Auto CRUD: docs update & type bug fix ( #1256 )
2023-06-15 15:35:23 +02:00
Mihovil Ilakovac
b37cc22fc4
Adds support for a client public folder ( #1229 )
2023-06-15 15:17:10 +02:00
Aftab Alam
0b38a0a462
Update css-frameworks.md ( #1254 )
...
Removed an extra "/" from the code block title
2023-06-15 08:43:57 +02:00
Martin Šošić
590a08bb14
Upgrade React to v18 and Vite accordingly ( #1248 )
2023-06-14 21:56:26 +02:00