crea8r / solana-ai-dev

Solana make easier
2 stars 0 forks source link

[Feat]-gen-docs-utility-function fix #12

Closed hhdgknsn closed 1 day ago

hhdgknsn commented 1 day ago

I've refactored the useGenDocs custom hook into a regular ts function inside the prompts directory. The new genDocs function is called inside DocsPage.tsx to generate the prompt for generating documentation from the project's context (graph, file structure, code).