-
Notifications
You must be signed in to change notification settings - Fork 237
[docs] Standardize API reference #975
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
c513f6b
to
8b9d762
Compare
Sorry this took so long, I got sucked into release projects. I was able to add a lot of the added dates, but others were complicated or too time consuming to find. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No worries. This wasn't time critical, just something that had been bugging me for a while, so it was really great that you took the time to take on this one. It's really appreciated and I think this will benefit end users in many was also!
I just tried to render this locally and as I had expected/feared, some of the headlines are so long now that the right-hand menu contains line breaks. This is not a deal breaker, but I was just wondering what your thoughts were on it?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ups I missed two things. Should be all reviewed now :)
Co-Authored-By: bmorelli25 <[email protected]>
Thanks for catching a few of those missed substitutions! RE: long headlines - Yeah, this was one of my concerns as well. I was actually pleasantly surprised to see it only happens three times at most screen resolutions on my computer (2x agent API, 1x transaction API). Unfortunately, we really have no perfect solution for API documentation right now. There are going to be compromises, and this is such a minor compromise for such a big improvement 🤷♂️I'm okay with it |
We'll just ignore the commit message lint error. I'll fix it when I merge |
Here's a WIP PR that fixes #925. Still lots to clean up, but wanted to get this up.