feat: add docs syncing script, but make it golang - #187
Conversation
|
I think the implementation is okay. One thing I expect is having a couple test cases that test the command e2e. As in, call the command and check that the output matches a golden file. Something that can be implemented in the future is a different markdown generator that keeps the old one going but for the landing pages it implements the requirements without having to parse the already generated ones. It'd be copying the implementation from the cobra library and changing it so that it implements the requirements for the landing page. |
|
@Davidonium done! :)) I agree with the idea of developing a command dedicated to generating md directly in the format the landing_page expects, i can work towards and open a PR in the next few days if that's ok :)) |
|
Last thing missing is the We need that before merging. |
|
Yes, the PAT in this case would have to have write access to Pull Requests for the I don't think i have access to the Qdrant Cloud Bot account, could you help me with that/generate the token directly? Thanks! 🙏 |
|
Done |
Does the same as #186, but it's in Go :)