GitBook
gitbook.com › docs › publishing-documentation › publish-a-docs-site › share-links
Private publishing with share links | GitBook Documentation
January 6, 2026 - To publish your docs privately, head to the docs site’s settings, click Audience settings button, and choose the Share links option.
Stack Overflow
stackoverflow.com › questions › 44310434 › how-can-one-manage-the-access-of-a-book-created-using-gitbook
authentication - How can one manage the access of a book created using GitBook? - Stack Overflow
I have created a book using GitBook. I want only specific set of people to be able to read my book. These set of people should be able to access it by logging in somewhere or by any other method. How shall I achieve this? Even if the link is public, how shall I restrict the users who see it? (I don't want to add them in the collaborators list) ... So in your case, providing your book is private (private GitHub repo), an access key is a solution, but you cannot easily control the set of people using it; ie: you can only control the set you are giving the token to.
Reddit
reddit.com › r/gitlab › how can i have a private page of my gitbook on gitlab?
r/gitlab on Reddit: How can I have a private page of my gitbook on gitlab?
January 4, 2022 -
I have used gitbook template to create a gitbook on gitlab, everything is fine.
I can see the content on my desktop with local server by using command:
gitbook serve
And the page can be visited at http://localhost:4000
My question is:
How can I make the page be hosted on gitlab and only visited by myself or people granted by me? Is that possible? Cause github explicitly stated the repository have to be public to use the function of page. How about gitlab? Thanks.
Who counts as an user in GitBook?
A GitBook user is any user that can login to GitBook and exists in your user management dashboard.
gitbook.com
gitbook.com › home › pricing
GitBook pricing & plans | GitBook
I am on a legacy pricing plan and have questions.
Contact support@gitbook.com and it would be our pleasure to answer them
gitbook.com
gitbook.com › home › pricing
GitBook pricing & plans | GitBook
Do plans have a minimum contract?
Plans that are paid monthly are month-to-month and can be cancelled at any point. Annual plans are paid for 12 months up-front, and we do not provide refunds for subscriptions canceled in the middle of this subscription term.
gitbook.com
gitbook.com › home › pricing
GitBook pricing & plans | GitBook
Jinlaixu
blog.jinlaixu.net › books › gitbook-documentation › book › visibility.html
Visibility | GitBook Documentation
Published using GitBook · A A · Serif Sans · White Sepia Night · Twitter Google Facebook Weibo Instapaper · Your book can be public or private. Public books are visible to everybody but only collaborators can update it. Private books are visible only by the collaborators.
Shafiul
shafiul.github.io › gitbook › 4_setting_up_a_private_repository.html
Git Book - Setting Up a Private Repository
If you need to setup a private repository and want to do so locally, rather than using a hosted solution, you have a number of options · Generally, the easiest solution is to simply use Git over SSH. If users already have ssh accounts on a machine, you can put the git repository anywhere on ...
Gitbooks
gitbookio.gitbooks.io › documentation › content › platform › visibility.html
Visibility | GitBook.com Documentation
Your book can be public or private. Public books are visible to everybody but only collaborators can update it.
GitBook
gitbook.com › docs › publishing-documentation › publish-a-docs-site › public-publishing
Public publishing | GitBook Documentation
However you publish your content, you’ll still retain control over who can edit your content. And only your primary content branch will be published, so any change requests will remain private until merged.
Gitbook
policies.gitbook.com › privacy-and-security › statement
Privacy Statement | GitBook Site Policy
May 25, 2018 - All of this information is entirely optional, and you have the ability to access, modify, and delete it at any time (while you are not able to delete your email address entirely, this information is private and not shared with other users). Generally, the remainder of the processing of personal information we perform is necessary for the purposes of our legitimate interests. For example, for security purposes, we must keep logs of IP addresses that access GitBook, and in order to respond to legal processes, we are required to keep records of users who have sent and received DMCA takedown notices.
GitBook
gitbook.com › docs › policies › privacy-and-security › statement
Privacy Statement | Policies | GitBook Documentation
May 15, 2022 - All of this information is entirely optional, and you have the ability to access, modify, and delete it at any time (while you are not able to delete your email address entirely, this information is private and not shared with other users). Generally, the remainder of the processing of personal information we perform is necessary for the purposes of our legitimate interests. For example, for security purposes, we must keep logs of IP addresses that access GitBook, and in order to respond to legal processes, we are required to keep records of users who have sent and received DMCA takedown notices.
GitBook
docs.gitbook.com › publishing-documentation › publish-a-docs-site
Publish a docs site | GitBook Documentation
December 16, 2024 - Publish your docs with private share links.
GitBook
gitbook.com › docs › developers › gitbook-api › api-reference › docs-sites › site-auth
Site auth | Developers | GitBook Documentation
{ "backend": "custom", "object": "publishing-auth", "privateKey": "text", "fallbackURL": "https://example.com", "integration": "text" } ... GET /v1/orgs/{organizationId}/sites/{siteId}/publishing/auth HTTP/1.1 Host: api.gitbook.com Authorization: Bearer YOUR_SECRET_TOKEN Accept: */*