🌐
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.

Gitlab pages stuck in Private? Sep 29, 2024
r/gitlab
last yr.
Self hosted Gitlab CE how to get Pages? Jan 8, 2026
r/gitlab
8mo ago
Configuring GitLab Pages Help! Jan 8, 2025
r/gitlab
last yr.
How to create a gitlab page? May 19, 2025
r/gitlab
last yr.
Help needed to set up a GitLab page Feb 23, 2023
r/gitlab
3y ago
More results from reddit.com
🌐
Jinlaixu
blog.jinlaixu.net › books › gitbook-documentation › book › visibility.html
Visibility | GitBook Documentation
You can switch your book from public to private and the inverse. Paid books can only be public. Home and Explore pages only list books that are already successfully built.
Discussions

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 ... More on stackoverflow.com
🌐 stackoverflow.com
github pages: basic github pages questions for those that use github pages

Wow... OK, my skim level set to 11.

I'd focus my time looking a Jekyll templates for what you need. There are only a small set of templates included in the github pages selection, but if you fork the template you can use any of the templates provided by the community.

http://jekyllthemes.org/

https://jekyllthemes.io/

More on reddit.com
🌐 r/github
12
2
April 3, 2019
GitHub README vs GitBook for documenting a medium-complexity gem?
In theory or practice you can have it (almost) both ways at once - the best of both worlds, that is, you can turn your readme (text with markdown formatting conventions) into a "gitbook-like" online booklet by using a jekyll theme and some "magic" jekyll configuration right on github with everything builtin (incl. the hosting and compiling/building of your static website booklet). Might not be the best example - the slideshow gem, see http://slideshow-s9.github.io/ . (disclaimer: yes, I'm the humble coder). The jekyll theme is https://github.com/octobook/book-2018-theme . This mkdoks-like jekyll theme might be more to your taste https://github.com/vsoch/mkdocs-jekyll . Or the jekyll gitbook-like theme https://github.com/octobook/book-2017-theme that was the latest fashion in 2017. I'm sure you will find many more. Any new ones or recommendations always welcome. More on reddit.com
🌐 r/ruby
12
6
May 2, 2020
Looking for showcase examples of Github pages
Feel free to use GitBook like my wiki? https://aleen42.github.io/PersonalWiki/ More on reddit.com
🌐 r/github
12
26
June 25, 2019
🌐
Gitbooks
gitbookio.gitbooks.io › documentation › content › platform › visibility.html
Visibility | GitBook.com Documentation
You can switch your book from public to private and the inverse. Paid books can only be public. Home and Explore pages only list books that are already successfully built.
🌐
GitBook
docs.gitbook.com › content-editor › editor › content-structure › content-in-a-space
Pages | GitBook Documentation
November 28, 2024 - Add pages, page groups or external links — and learn about the options you have on each page
🌐
GitBook
docs.gitbook.com › published-documentation › share › space-publishing
Share a space | GitBook Documentation
March 20, 2024 - Task lists · Hints · Quotes · Code blocks · Files · Images · Embedded URLs · Tables · Cards · Tabs · Expandable sections · Stepper · Drawings · Math & TeX · OpenAPI methods · Support for CI/CD with API blocks · Page links · Reusable content blocks (beta) Broken links · Searching content · GitBook AI · Search & Quick find · Version control · Published Documentation · Overview · Publish a docs site · Public publishing · Private publishing with share links ·
🌐
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 ...
🌐
GitHub
github.com › orgs › GitbookIO › discussions › 769
🔒 Hidden Pages · GitbookIO · Discussion #769
Hi @denisemcg - you can find these options in “Page options” under visibility - thanks for notifying us, I’ll update the docs!
Find elsewhere
🌐
MakeUseOf
makeuseof.com › home › programming › how to create a simple internal wiki using gitbook
How to Create a Simple Internal Wiki Using GitBook
August 17, 2022 - This means that you can access ... using a private link, and not via search engines. In the top panel, click on the Unlisted button. Select your desired visibility settings from the dropdown.
🌐
GitBook
docs.gitbook.com › published-documentation › customization › page-layouts
Gitbook
September 6, 2024 - Task lists · Hints · Quotes · Code blocks · Files · Images · Embedded URLs · Tables · Cards · Tabs · Expandable · Stepper · Drawings · Math & TeX · Page links · Reusable content · Broken links · Searching content · Search & Quick find · GitBook AI · OpenAPI · Support for CI/CD with API blocks · Writing with GitBook AI · Version control · Publishing Documentation · Publish a docs site · Public publishing · Private ...
🌐
GitBook
gitbook.com › docs › developers › gitbook-api › api-reference › spaces
Spaces | Developers | GitBook Documentation
July 3, 2026 - An emoji for this space. It'll match the emoji shown in the GitBook app.Example: 🎉 ... in-collection: Anyone who can access the parent collection can access the content. Only available for spaces in a collection. private: Authorized members can access the content.
🌐
GitBook
docs.gitbook.com
GitBook documentation | GitBook Documentation
Create and publish AI-native documentation your users will love. GitBook gives you intelligent tools to build product guides, API references, and documentation that improves over time.
🌐
Medium
medium.com › @richdayandnight › simple-tutorial-on-hosting-your-gitbook-documentation-on-github-pages-bonus-with-gitbook-editor-f27f60d5d408
Simple tutorial on hosting your Gitbook documentation on Github pages (bonus: with Gitbook Editor) | by Rich Yap | Medium
June 9, 2020 - The current directory should now contain a README.md and SUMMARY.md. To see how this would look like run:gitbook serve ... Notice how there’s a new folder created on our root named _book. This will contain the static web pages that we can not only host through github pages, but also any other hosting service online.
🌐
GitBook
gitbook.com › docs › publishing-documentation › publish-a-docs-site › public-publishing
Public publishing | GitBook Documentation
Cascading effect: This creates a cascading effect down the entire page hierarchy - disabling indexing on a top-level page will disable it for the entire section. This hierarchical behavior ensures consistent indexing policies across related content sections and prevents accidental exposure of content that should remain private within a section.
🌐
GitLab
gitlab.com › pages › gitbook
GitBook - GitLab Pages examples
September 15, 2021 - Username or primary email is required
🌐
GitBook
gitbook.com › docs › guides › editing-and-publishing-documentation › complete-guide-to-publishing-docs-gitbook
The complete guide to creating and publishing documentation in GitBook [updated for 2026] | Guides | GitBook Documentation
1 week ago - For the complete documentation index, see llms.txt. This page is also available as Markdown. ... Learn how to use GitBook to create public or private documentation for your project — and how to add customizations, check analytics, and more
🌐
GitBook
gitbook.com › docs › publishing-documentation › publish-a-docs-site
Publish a docs site | GitBook Documentation
April 10, 2026 - Publish your docs with private share links. ... Protect your published docs behind an OAuth sign in. To delete a docs site, you’ll need to open your site’s dashboard, then open Site settings from the top-right corner. Admins can manage site permissions directly from a docs site. From the site’s Overview page, click Share in the top-right corner.
🌐
GitBook
docs.gitbook.com › product-tour › navigation
Navigation | GitBook Documentation
March 23, 2023 - Task lists · Hints · Quotes · Code blocks · Files · Images · Embedded URLs · Tables · Cards · Tabs · Expandable sections · Stepper · Drawings · Math & TeX · OpenAPI methods · Support for CI/CD with API blocks · Page links · Reusable content blocks (beta) Broken links · Searching content · GitBook AI · Search & Quick find · Version control · Published Documentation · Overview · Publish a docs site · Public publishing · Private publishing with share links ·