index 8ad04bd..5466336 100644
@@ -1,16 +1,5 @@
-# wikihub ACL — declarative access control for this wiki.
-#
-# Rules are glob patterns. Most-specific pattern wins. Default is private.
-#
-# Visibility: private | public | public-edit | unlisted | unlisted-edit
-# Grants: @user:read | @user:edit
-#
-# Examples:
-# * private # everything private (the default)
-# wiki/** public # publish the wiki/ subtree
-# wiki/secret.md private # override: this one stays private
-# wiki/collab.md public-edit # anyone can edit this page
-# drafts/** unlisted # accessible by URL, not indexed
-#
+---
+visibility: public
+---
-* private
+* public
\ No newline at end of file