Skip to content

Commit 3f7ca17

Browse files
committed
add fasthtml tutorials in where to go next section
1 parent d0d7ee4 commit 3f7ca17

2 files changed

Lines changed: 19 additions & 1 deletion

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,3 +142,14 @@ When you visit that page you should see “Hello, World!”
142142

143143
Learn more about what Plash has to offer in the rest of the docs at:
144144
<https://docs.pla.sh>
145+
146+
For learning more about creating web apps with FastHTML, we recommend
147+
looking at the official docs at: <https://fastht.ml/docs/>.
148+
149+
Particularly, we recommend the following:
150+
151+
1. [OAuth](https://fastht.ml/docs/explains/oauth.html) - Setup
152+
authentication for your Plash App with Google Sign-In or other OAuth
153+
Providers.
154+
2. [Stripe](https://fastht.ml/docs/explains/stripe.html) - Accept
155+
payments for your products hosted on Plash with Stripe.

nbs/index.ipynb

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,14 @@
331331
"source": [
332332
"## Where to go from here\n",
333333
"\n",
334-
"Learn more about what Plash has to offer in the rest of the docs at: [https://docs.pla.sh](https://docs.pla.sh)"
334+
"Learn more about what Plash has to offer in the rest of the docs at: [https://docs.pla.sh](https://docs.pla.sh)\n",
335+
"\n",
336+
"For learning more about creating web apps with FastHTML, we recommend looking at the official docs at: [https://fastht.ml/docs/](https://fastht.ml/docs/).\n",
337+
"\n",
338+
"Particularly, we recommend the following:\n",
339+
"\n",
340+
"1. [OAuth](https://fastht.ml/docs/explains/oauth.html) - Setup authentication for your Plash App with Google Sign-In or other OAuth Providers.\n",
341+
"2. [Stripe](https://fastht.ml/docs/explains/stripe.html) - Accept payments for your products hosted on Plash with Stripe."
335342
]
336343
}
337344
],

0 commit comments

Comments
 (0)