From 201effe657b11ae35f8f21ab8a9d52be1bbc36c1 Mon Sep 17 00:00:00 2001 From: Hunter Bryant Date: Tue, 5 Dec 2023 22:08:14 -0700 Subject: [PATCH] Updated readme --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 35e6f2b..b3f63c4 100644 --- a/README.md +++ b/README.md @@ -80,4 +80,8 @@ At the time of writing, HuntBot supports two functions: } ``` -Currently, the enum values that route_to_page can return are hardcoded to individual routes on the frontend. You can find the corresponding types for both functions and the enum [here.](src/lib/types.d.ts) This is a temporary solution, but in the future it would be ideal to dynamically populate the assistant's possible routes. +Currently, the enum values that route_to_page can return are hardcoded to individual routes on the frontend. You can find the corresponding types for both functions and the enum [here.](src/lib/types.d.ts) This is a temporary solution, but in the future it would be ideal to dynamically populate the assistant's possible routes. This could be done with Prismic's publishing webhooks, which bring me to the next topic: + +## Content Management + +I'm working with Prismic, as they have decent SvelteKit documentation, and a nice generated type system.