Access Policies

By configuring access policies, you can control access on a per-page basis for your documentation.

Access Policies List

Access the policy management screen from "Access Policies" in the sidebar.

Access policies list


Create a Policy

  1. Click "New Policy" on the policies list screen
  2. Enter the policy settings
  3. Click "Create"

Policy creation form

Settings

Pattern

Specify the URL patterns to apply access control. Multiple patterns can be specified on separate lines.

/admin/*
/internal/reports/*

Access Rule

RuleDescription
PublicAll users can access
HiddenNot shown in navigation, but accessible if URL is known
AllowOnly users with specified roles can access
DenyUsers with specified roles cannot access

Project Roles

When "Allow" or "Deny" is selected, specify the target roles.

RoleDescription
OwnerProject owner
MemberProject member
ReadUsers with read-only permission

Edit a Policy

Click on the policy you want to edit from the list to open the edit screen.

Policy edit screen


Examples

Pages accessible only by administrators

Pattern: /admin/*
Access Rule: Allow
Roles: Owner

Pages that specific users cannot access

Pattern: /confidential/*
Access Rule: Deny
Roles: Read

Public pages

Pattern: /public/*
Access Rule: Public