Control the privacy of your docs by authenticating users
Create a password.
Distribute access.
docs.foo.com
and you need basic access control without tracking individual users. You want to prevent public access while keeping setup simple.Create a strong password in your dashboard. Share credentials with authorized users. That’s it!public
property.
public: true
to the page’s frontmatter.
"public": true
beneath the group’s name in the navigation
object of your docs.json
.