dexaai / dexter

LLM tools used in production at Dexa
https://dexter.dexa.ai
MIT License
69 stars 4 forks source link

nextra docs issue w/ some functions #9

Open transitive-bullshit opened 10 months ago

transitive-bullshit commented 10 months ago

Certain functions like createAIFunction are mangled in the production docs by nextra. I haven't been able to repro this issue locally.

For example, see https://dexter.dexa.ai/docs/functions/createAIFunction which gets incorrectly resolved as https://dexter.dexa.ai/docs/functions/createAiFunction leading to 404s. (note the difference in casing :sigh:)