Skip to content
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

How to view the latest master branch? #30

Open
matthiasklein opened this issue Aug 1, 2022 · 3 comments
Open

How to view the latest master branch? #30

matthiasklein opened this issue Aug 1, 2022 · 3 comments

Comments

@matthiasklein
Copy link

How to view the latest version of the documentation?

It seems that the gh-pages branch is displayed.
I don't see the following commit 69dc7eb at: https://docs.libcpr.org/introduction.html#post-requests

@COM8
Copy link
Member

COM8 commented Aug 1, 2022

This is because we only display the last release since it confuses people if there are changes listed, that are not present in the current release. For the future we need some kind of version selection for the docs.

@matthiasklein
Copy link
Author

I have found a relatively easy way to view the latest documentation locally (under Debian bullsesye):

sudo apt-get install bundler

git clone https://github.com/libcpr/docs.git
cd docs

bundle update --bundler
bundle install

./run.sh

View in browser: http://127.0.0.1:4000/

@COM8
Copy link
Member

COM8 commented Nov 4, 2022

Jup, this is a way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants