-
-
Notifications
You must be signed in to change notification settings - Fork 145
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
Documentation reflects the current git head, not the latest release (and that's confusing) #64
Comments
get_id()
and get_url()
are in the documentation but not in the helpers module in notion-client 0.4.0
Yeah, we should probably deploy the documentation of the latest released version and the one of the current git head in two different places. PR welcome! |
get_id()
and get_url()
are in the documentation but not in the helpers module in notion-client 0.4.0
Pinging this. Docs are still behind latest version. |
What? The issue here is the exact opposite, i.e. the documentation is always ahead of the latest version, not behind. Did you see something that's actually released but not part of the documentation? |
Hi, I'm new here. For me the document is missing as here, where can I find more docs? |
I'd suggest two alternate approaches that might be neater than managing multiple documentation deployments:
WDYT? |
Do you suggest the two together specifically or one or the other works in your mind? I'm not too keen on conventional commits, but I don't really mind a develop branch. Actually, I used to have one in many of my projects at some point, but with the advent of CI/CD, I found it to be a useless step, so I'm not too sure I want to come back to such a setup. I do agree that deploying in two different places is probably overkill thought. I just took a quick look, and implementing versions within the docs is a very common use case. Material for MkDocs even has a documentation page about it: https://squidfunk.github.io/mkdocs-material/setup/setting-up-versioning/ This is most likely what I'd like to see in a PR. :) |
I inspected the source for the notion client i installed and only the pick function is contained in the helpers module even though the documentation says that get_id and get_url are supposed to be included
The text was updated successfully, but these errors were encountered: