# Project Pages # Wiki pages scoped to this project. # Operational data — lives in work/ (not schema/). # Tip: run 'plane pull' to sync pages from Plane. # # Note: Pages support requires the Pages feature to be enabled in # your Plane project settings (schema/features.yaml → pages: true). # # How it works: # - Items WITHOUT an id → created on 'plane push' (id written back in-place) # - Items WITH an id → skipped on push (no update API); use Plane UI to edit # - Items absent locally → NOT deleted remotely # # Field reference: # name (required) display name shown in Plane UI # description_html (required for push) HTML content of the page # owner email of the page owner (resolved on pull; useful for private pages) # access public | private (default: public) # color hex color string, e.g. '#FF6900' (optional) # is_locked true | false (optional, default: false) # id Server-assigned UUID — written back after push, do not set manually # # Example: # pages: # - name: Architecture Overview # description_html: "
System architecture documentation.
" # owner: alice@example.com # access: public # - name: Dev Notes # description_html: "Internal notes for the team.
" # owner: bob@example.com # access: private # color: '#FF6900' pages: []