Commit Graph

585 Commits

Author SHA1 Message Date
Mihovil Ilakovac
0e70547f7b
Update AuthUser API (#1915) 2024-04-22 17:39:50 +02:00
vincanger
ed836fa53b Merge branch 'release' 2024-04-22 17:18:14 +02:00
vincanger
4f864ab595
add codespaces template that points to todo tutorial app (#1977)
* Create .devcontainer.json

* move dev container

* update devcontainer post command

* move devcontainer

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* add readme and env setup

* fix script

* Update devcontainer.json

* Update devcontainer.json

* Update setup-env.sh

* add dockerfile

* Update devcontainer.json

* env vars

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* Update devcontainer.json

* asdf

* Update devcontainer.json

* replace gitpod mention with codespaces

* Update devcontainer.json

* Update devcontainer.json
2024-04-22 16:50:45 +02:00
Filip Sodić
3a14ffb9fe Merge branch 'release' 2024-04-18 17:52:45 +02:00
Filip Sodić
a6f06a7a25 Fix absolute links in docs 2024-04-18 17:48:19 +02:00
Filip Sodić
c0257a06fa
Squash docs for 0.13.0 and 0.13.1 (#1974) 2024-04-18 13:41:13 +02:00
vincanger
ded3fede14
add client env vars to deployment docs (#1966) 2024-04-16 13:43:26 +02:00
Boris Martinovic
d68ba50de7
specific node version removed (#1956) 2024-04-15 11:25:06 +02:00
Martin Šošić
bdc31a1ac7
Updated env vars docs with more info on how env vars for client are used in production. (#1955) 2024-04-12 18:52:34 +02:00
Mihovil Ilakovac
21d0ed2d4d
Update writingguide.md (#1952) 2024-04-12 17:03:03 +02:00
Mihovil Ilakovac
1263085400
Updates docs to use file root absolute paths (#1950) 2024-04-12 11:45:01 +02:00
Filip Sodić
f790ce9cfe Remove wrong versioned sidebar 2024-04-04 19:49:53 +02:00
Filip Sodić
0bad5864eb Correct versioned docs for 0.13.1 2024-04-04 19:45:49 +02:00
Filip Sodić
93c80a5ac4 Add docs version 0.13.1 2024-04-04 19:00:28 +02:00
dependabot[bot]
4c4d48a81d
Bump webpack-dev-middleware from 5.3.3 to 5.3.4 in /web (#1917) 2024-04-04 13:08:24 +02:00
dependabot[bot]
87cf50cec4
Bump express from 4.18.2 to 4.19.2 in /web (#1926) 2024-04-04 13:08:10 +02:00
Marc Berli
252c905441
Fix mismatching variable names in backend/seed documentation (#1928) 2024-03-29 12:19:29 +01:00
Mihovil Ilakovac
b0e1c6ce99
Fixes typos in docs (#1911) 2024-03-21 11:27:02 +01:00
Mihovil Ilakovac
f255fb834c
Adds versioned 0.13.0 docs (#1907) 2024-03-19 16:44:13 +01:00
Mihovil Ilakovac
1695756fbc Merge branch 'release' 2024-03-18 17:47:59 +01:00
Mihovil Ilakovac
5dbd3f0ec2
Bumps Wasp version in docs and example apps (#1902) 2024-03-18 17:47:32 +01:00
Mihovil Ilakovac
8beec5928a Adds migration docs to 0.13 (#1890) 2024-03-18 13:09:37 +01:00
Mihovil Ilakovac
0880556592 Adds Keycloak OAuth provider (#1876) 2024-03-18 13:09:08 +01:00
Mihovil Ilakovac
7329465974 Define the WASP_SERVER_URL env var (#1856) 2024-03-18 12:57:15 +01:00
dependabot[bot]
edb61f3765
Bump follow-redirects from 1.15.2 to 1.15.6 in /web (#1895)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-15 17:40:22 +01:00
Filip Sodić
95e313cf0e
Add client config to SDK API (#1893) 2024-03-15 16:53:42 +01:00
Akshata Mohanty
174e48a504
Fix typo in deployment instructions (#1886) 2024-03-13 11:39:56 +01:00
Martin Sosic
85197fdf2b Fixed broken links in docs. 2024-02-27 13:07:45 +01:00
Martin Sosic
139d6a0751 Created a 0.12.0 version of docs. 2024-02-27 09:26:16 +01:00
Filip Sodić
646d7e2c7b
Enforce casing in operations and entities (#1818)
* Enforce casing in operations and entities

* Fix small error and remove improts

* Fix formatting

* Add fullstop to error messages

* Add naming changes to changelog and migration guide

* Update waspc/ChangeLog.md

* Update web/docs/migrate-from-0-11-to-0-12.md

* fix

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-02-27 09:12:29 +01:00
Mihovil Ilakovac
d6228ffa05
Adds notes about allowUnverifiedLogin to migration docs (#1822)
* Grammarly updates. Adds note for allowUnverifiedLogin

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Update web/docs/migrate-from-0-11-to-0-12.md

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2024-02-27 08:17:48 +01:00
Martin Šošić
fda10de089
Updated ChangeLog.md to contain info about 0.12.0. (#1810)
* Updated ChangeLog.md to contain info about 0.12.0.

* fix
2024-02-26 16:05:19 +01:00
Mihovil Ilakovac
8a4b714fbb
Updates migration instructions to use custom API (#1812)
* Updates migration instructions to use custom API

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>

* Improved data migration functions output, added note about idempotency.

---------

Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
Co-authored-by: Martin Sosic <sosic.martin@gmail.com>
2024-02-26 14:37:14 +01:00
Filip Sodić
1c0bfd20ca
Update the tutorial for 0.12.0 (#1799) 2024-02-26 14:33:28 +01:00
Martin Šošić
e883186e97
Fixed migration instructions for cleaning up. (#1809) 2024-02-26 09:52:45 +01:00
Mihovil Ilakovac
5634481dff
Migration instructions for Dockerfile (#1808) 2024-02-23 17:28:14 +01:00
Mihovil Ilakovac
f3428c7412
Migrating Tailwind setup (#1806) 2024-02-23 17:14:45 +01:00
Mihovil Ilakovac
49fe129adb Cleanup 2024-02-23 13:07:28 +01:00
Mihovil Ilakovac
c4f1ae4cec Migrates Auth Overview docs to 0.12
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-23 13:03:43 +01:00
Martin Šošić
9812666c5f
Fix defineUserSignupFields example in migration instructions (#1802) 2024-02-23 12:37:12 +01:00
Martin Šošić
cd363ec404
Update migrate-from-0-11-to-0-12.md 2024-02-22 17:49:28 +01:00
Mihovil Ilakovac
6af009636d Fixes typo 2024-02-22 17:22:41 +01:00
Martin Šošić
07867a1485
Update migration instructions to be more precise regarding getUsernam… (#1804)
* Update migration instructions to be more precise regarding getUsername and getEmail

* Update web/docs/migrate-from-0-11-to-0-12.md

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>

---------

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-22 17:09:07 +01:00
Mihovil Ilakovac
85e8eccf11
Adds migration instructions for userSignupFields (#1795) 2024-02-22 15:05:58 +01:00
Mihovil Ilakovac
7a80dcf6c5
Replaces ServerImport with ExtImport (#1796) 2024-02-22 11:32:20 +01:00
Martin Sosic
10135cbad9 Fixed links to deployment docs in the migration instructions. 2024-02-21 14:34:19 +01:00
Martin Šošić
2a650f3ca4
Minor improvements in migration instructions. (#1788)
* Minor improvements in migration instructions.

* Update web/docs/migrate-from-0-11-to-0-12.md

* fix
2024-02-21 14:02:28 +01:00
Martin Sosic
f23edd3ba1 Moved migrate instructions to Miscellaneous. 2024-02-20 19:05:39 +01:00
Martin Sosic
c46615236d Updated instructions for running wasp-migrate script and removed old migrate script. 2024-02-20 18:54:34 +01:00
Mihovil Ilakovac
55ede5684b
Uses Oslo for password hashing (#1782)
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-20 17:46:54 +01:00
Filip Sodić
edb3cbd61f
Solve build context issues for 0.12.0 (#1785) 2024-02-20 15:42:46 +01:00
Martin Sosic
12b9d21174 Merge branch 'release' 2024-02-19 15:15:42 +01:00
Martin Šošić
594e8446b4
Updated docs to 0.12. (#1783)
======================

Updated docs/advanced/apis to 0.12. (#1729)

Updated docs/advanced/middleware-config to 0.12. (#1730)

Updated docs/advanced/links to 0.12. (#1732)

Updated docs/advanced/web-sockets to 0.12. (#1733)

Updated docs/advanced/email to 0.12. (#1734)

Auth docs rework (#1723)

Updated docs/advanced/jobs to 0.12. (#1740)

Updates starter templates (#1744)

Updates general docs (#1745)

Update customising app docs (#1748)

Updates client setup (#1749)

Change server config docs (#1750)

Updates CSS frameworks docs (#1753)

Updates static assets docs (#1751)

Updates custom vite config docs (#1754)

Update testing docs (#1752)

Updated docs/introduction/* to 0.12. (#1756)

Restructuring data model docs (#1739)

Updates depedencies docs (#1768)

Co-authored-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-02-19 13:35:32 +01:00
Martin Šošić
7fabe07265
Implemented a JS script that does part of migration from 0.11 to 0.12. (#1770)
* Implemented a JS script that does part of migration from 0.11 to 0.12.

* Did some polishing and small improvements.

* Implemented migration of dependencies.

* polishing

* Moved the script.

* fix

* Added instructions for running the script to README.md.

* fix

* fix
2024-02-19 09:02:03 +01:00
vincanger
6912df3664 Update 2023-11-21-guide-windows-development-wasp-wsl.md 2024-02-15 18:48:37 +01:00
Martin Sosic
aeefab519d Instructions for migration from 0.11 now use npx cmd for codemod. 2024-02-13 20:03:41 +01:00
Mihovil Ilakovac
0e7a951742
Moves resolveProjectPath to wasp/dev (#1759) 2024-02-13 18:27:26 +01:00
Filip Sodić
07fd8e4898 Move migrations guide in the sidebar 2024-02-09 17:46:47 +01:00
Filip Sodić
d9136bb489
Update examples and guide for 0.12.x (#1727) 2024-02-09 17:26:28 +01:00
Mihovil Ilakovac
c9959b4515
Implement a Tailwind content path wrapper (#1731) 2024-02-09 13:10:37 +01:00
Mihovil Ilakovac
814b82bd58
Removes AuthError (#1737) 2024-02-09 11:17:18 +01:00
Martin Šošić
ec9241b780 [New SDK]: 'wasp/server'. (#1682) 2024-01-31 17:46:23 +01:00
vincanger
471e3d44d2 Update Announcement.js 2024-01-30 08:27:09 -05:00
vincanger
164361c1f6 add PH announcement to LP 2024-01-29 16:57:52 -05:00
vincanger
9cca4fab7c add open saas blogpost 2024-01-29 12:17:35 -05:00
Filip Sodić
d3e9fdc4c6
Implement project install step for restructuring (#1690) 2024-01-29 14:57:22 +01:00
Matija Sosic
e6cd37e5e1 blog: Launch Week 5 announcement post. 2024-01-24 15:44:20 +01:00
Martin Sosic
b227daf5e3 Now docs in development have 'next' version as default. 2024-01-23 12:01:56 +01:00
Martin Sosic
b19907b431 Fixed obtaining username in web socket docs to work for new auth. 2024-01-23 11:43:32 +01:00
Mihovil Ilakovac
c793028c71
Removes letsask.ai script (#1658) 2024-01-23 10:29:15 +01:00
Martin Šošić
eb93a89e9a
Fixed wrong access to username in Api example in docs. 2024-01-22 18:37:16 +01:00
Mihovil Ilakovac
8409388d23
Remove mention of Prisma helpers (#1655)
Signed-off-by: Mihovil Ilakovac <mihovil@ilakovac.com>
2024-01-22 16:15:28 +01:00
Martin Šošić
66c8e6ec24
Added information about Wasp AI to Wasp Docs. (#1647)
* Added information about Wasp AI to Wasp Docs.

* fix
2024-01-22 15:21:54 +01:00
Mihovil Ilakovac
5c1a7e9e9a
Migration instructions for new auth (#1635) 2024-01-19 18:37:45 +01:00
Mihovil Ilakovac
344350cb0e
Adds Session related docs (#1643) 2024-01-18 17:19:06 +01:00
Mihovil Ilakovac
846fdda827
Unify userSignupFields for all auth methods (#1639) 2024-01-18 13:42:00 +01:00
Mihovil Ilakovac
b360af3065
Remove user-facing unverified email flow (#1638) 2024-01-16 17:42:27 +01:00
Mihovil Ilakovac
e3c825fae1
Enable easier email dev setup (#1634) 2024-01-16 16:19:35 +01:00
ylck
8e0cd05e65
Fix typo css-frameworks.md (#1636)
* Update css-frameworks.md

Fix typo

* Update css-frameworks.md
2024-01-15 13:56:12 +01:00
Mihovil Ilakovac
ffe2509cb4
New auth model docs (#1620) 2024-01-15 11:00:54 +01:00
Martin Sosic
c534a84b9c Merge branch 'release' 2024-01-12 18:28:23 +01:00
Martin Šošić
7f91081bd8
Fix broken documentation links & remove old docs.
* Removed old docs leftovers.

* Fixed broken links in the docs.

* fix
2024-01-12 17:42:53 +01:00
Martin Sosic
8b4e7303c1 Fixed docusuarus config to work when 'current' docs are dropped in production. 2024-01-11 17:04:09 +01:00
Martin Sosic
d646bff4e4 Added comment in CSS. 2024-01-11 16:46:48 +01:00
Martin Šošić
b2e332bfed
Added versioned docs for 0.11.8. (#1629) 2024-01-11 16:42:13 +01:00
Martin Šošić
e7a773a64c
Versioned docs (#1628)
* Wasp docs are now versioned.

* Removed version 0.11.8 of docs.

* Update waspc/README.md
2024-01-11 16:37:06 +01:00
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
Matija Sosic
4039bda26b docs: added auth overview video. 2023-12-13 17:52:55 +01:00
Matija Sosic
f6a40e9435 blog: added emails to authors. 2023-12-12 17:34:06 +01:00
Matija Sosic
7bf282bfbd blog: added post about writing RFCs. 2023-12-07 15:13:16 +01:00
Boris Martinovic
dde2d710b0
Added dev.to article and fixed WSL link (#1580)
* Added dev.to article and fixed WSL link

* Replaced dev.to with Wasp blog article
2023-11-25 12:58:20 +01:00
Boris Martinovic
36a75c33e9
Added new blog post - Guide to WSL (#1581)
* Added new blog post - Guide to WSL

* Changed file name and title
2023-11-25 12:57:30 +01:00
Kristian Djaković
4c03042636
Added instructions to docs for running Wasp on Mac arm64 (install rosetta)
* Add MacOS Rosetta info to docs

* remove caution

* fix copy

* wrap in code box

* Update note title

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

* Add info on Mx chip

---------

Co-authored-by: Martin Šošić <Martinsos@users.noreply.github.com>
2023-11-20 12:11:28 +01:00
Martin Šošić
b8dc241f0b
Fixed links to examples, added examples/README.md, improved some names. (#1542)
* Fixed links to examples, added examples/README.md, improved some names.

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>

* fix

---------

Co-authored-by: Filip Sodić <filip.sodic@gmail.com>
2023-11-17 15:02:32 +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
2b898ec836 Added "format" action to npm scripts and ran it 2023-11-16 17:15:18 +01:00
Boris Martinovic
6cfc495ca4 Run prettier format 2023-11-16 17:15:18 +01:00
Boris Martinovic
4c362f3651 New prettier config, ignore, added TW plugin 2023-11-16 17:15:18 +01:00
Mihovil Ilakovac
ef6d6b1041
Username validation refactor (#1569) 2023-11-15 13:05:00 +01:00
Gleb Mirzayev
84f635589c
fix: stop code blocks shrinking on logo hover (#1552)
* fix: stop code blocks shrinking on logo hover

* fix: stop code blocks shrinking on logo hover

* add Link tag back just in case
2023-11-14 13:49:08 +01:00
Mihovil Ilakovac
39620ee6b1 Merge branch 'release' 2023-11-13 10:49:33 +01:00
Mihovil Ilakovac
eb683fa4a8
Add fallback sans-serif font (#1568) 2023-11-11 23:28:04 +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
Gleb Mirzayev
be8d0af706
fix: small typo and home button behavior (#1541) 2023-10-27 12:34:32 +02:00
Mihovil Ilakovac
7590820331 Merge branch 'main' into release 2023-10-25 19:49:27 +02:00
Filip Sodić
dd52280ace
Fix small mistakes in writing guide (#1532) 2023-10-23 17:08:42 +02:00
Boris Martinovic
440807a274
Fixed text visibility in roadmap section (#1488) 2023-10-23 15:16:54 +02:00
Filip Sodić
c671f0a43a
Add writing guide (#1525) 2023-10-20 18:24:40 +02:00
khanjan sanghavi
829e791d79
Fixed twitter-x icon (#1522)
* Fixed twitter-x icon

* final fix
2023-10-19 17:14:01 +02:00
Matija Sosic
6c1b2f180c lp: updated example apps section. 2023-10-18 21:37:19 +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ć
1162fedd20 Merge branch 'release' of github.com:wasp-lang/wasp 2023-10-16 16:05:32 +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
Matija Sosic
5ddd407825 blog: added LW4 announcement post. 2023-10-13 12:39:05 +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
vincanger
728fdd6875 add lucas blog (#1471) 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
vincanger
14bcec7c29 add memerator post (#1449) 2023-10-12 14:32:48 +02:00
Martin Sosic
1fefc3198d Added 'On Importance of Naming in Programming' blog post. 2023-10-12 14:24:29 +02:00
Mihovil Ilakovac
88d9534fd3
Allow customising the Vite config (#1465) 2023-10-09 15:40:33 +02:00
Gleb Mirzayev
1551131d1a
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-05 14:45:27 +02:00
vincanger
0db972dcb1
add lucas blog (#1471) 2023-10-04 17:36:56 +02:00
Boris Martinovic
6a70c32843
Updated diagram to be visible on dark mode (#1456)
Added white background so the diagram in docs is visible also in dark background.
2023-09-29 13:40:30 +02:00
Chris Clark
556096b93e
Update 01-create.md (#1450) 2023-09-28 12:44:48 +02:00
Chris Clark
18a53492b5
Update backends.md (#1451) 2023-09-28 12:44:37 +02:00
vincanger
51c9704b82
add memerator post (#1449) 2023-09-17 14:29:18 +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
d30fd1cfb2
Twitter Cover Image (#1434) 2023-09-04 13:43:19 +02:00
Mihovil Ilakovac
66a04a07ce
Updates tutorial link in templates (#1423) 2023-08-31 10:26:41 +02:00
Boris Martinovic
b6a10dd0ff
Added new redirect (#1422) 2023-08-31 09:32:20 +02:00
Mihovil Ilakovac
84f425a594 Merge branch 'release' 2023-08-30 18:23:28 +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
vincanger
bcea4dedc5
add PRD post (#1403) 2023-08-23 12:31:05 +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
c93f645144
change banner (#1389) 2023-08-09 12:56:42 +02:00
vincanger
f8df0932bd
[BLOG] build voting app websockets (#1388)
* add websockets blogpost

* title change

* Delete please.gif
2023-08-09 10:47:46 +02:00
vincanger
b1e7fcecdb
smol vs wasp ai blogpost (#1382) 2023-08-01 13:25:03 +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