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.