Browse Source

Initiated process of creating Guides feature

Nathan Schneider 4 years ago
parent
commit
404963d579
2 changed files with 3 additions and 1 deletions
  1. 2 0
      _config.yml
  2. 1 1
      about.md

+ 2 - 0
_config.yml

@@ -38,6 +38,8 @@ collections:
     output: true
   about:
     output: true
+  guides:
+    output: true
 
 
 # Exclude from processing.

+ 1 - 1
about.md

@@ -34,4 +34,4 @@ records:
 modification: If a community of contributors and users forms around CommunityRule, it should develop into a more community-driven governance model with the help of CommunityRule itself.
 ---
 
-This page uses the format of a Rule. More background information is at the [FAQ]({% link _about/faq.md %}).
+This page is itself a Rule. More background information is at the [FAQ]({% link _about/faq.md %}), and use the [Guides]({% link guides.md %}) to get started making a Rule of your own.