mintlify / writer

✍️ AI powered documentation writer
https://www.mintlify.com/writer
MIT License
2.77k stars 129 forks source link

Few questions #58

Closed EverNife closed 2 years ago

EverNife commented 2 years ago

O have a few questions about the project, some of them could even go on the readme to clarify things for others as well.

1 - How much of the code is sent to the server when genereating a doc? (Only the selected code, the entire file/class, the entire project, the chain of methods called ?)

2 - Are these information sen't to sever ONLY when the function "Write Docs" is called or there is some data being sent periodically?

3 - What is the API called to generate these docs, a open source one? A private one?

handotdev commented 2 years ago

Hi @EverNife happy to answer these questions!

1 - How much of the code is sent to the server when genereating a doc? (Only the selected code, the entire file/class, the entire project, the chain of methods called ?) The entire file 2 - Are these information sen't to sever ONLY when the function "Write Docs" is called or there is some data being sent periodically? Only when "Write Docs" is called 3 - What is the API called to generate these docs, a open source one? A private one? All of the functions that powers the servers you can find in the server/ folder or this repo

EverNife commented 2 years ago

Thank You Very much for the clarification :D