瀏覽代碼

Moved structure question above modules

Nathan Schneider 4 年之前
父節點
當前提交
27c03b2e92
共有 2 個文件被更改,包括 6 次插入5 次删除
  1. 1 1
      _guides/first_rule.md
  2. 5 4
      _layouts/rule.html

+ 1 - 1
_guides/first_rule.md

@@ -12,7 +12,7 @@ Whether your community is already up and running or still just an ambition, choo
 
 **It may be easiest to start with a [template]({% link templates.md %}), but you can also [start from scratch]({% link create.md %}).** On a template, press the <span class="pushButton">Customize</span> button to get started. Even if you end up changing almost everything you find in a template, the process can spur thinking in ways that a blank canvas would not.
 
-**There are two ways to build a Rule: modules or questions.** Under the community name, you can start dragging pre-defined or custom modules into your Rule. Access them via the <span class="pushButton"><img src="{% link assets/tabler_icons/tool.svg %}" title="Modules" /></span> button. Below that, there are a series of questions. Press the <span class="pushButton"><img src="{% link assets/tabler_icons/chevrons-down.svg %}" title="Expand" /></span> buttons to see the questions in each section.
+**There are two ways to build a Rule: modules or questions.** Under the community name and basic structure, you can start dragging pre-defined or custom modules into your Rule. Access them via the <span class="pushButton"><img src="{% link assets/tabler_icons/tool.svg %}" title="Modules" /></span> button. Below that, there are a series of questions. Press the <span class="pushButton"><img src="{% link assets/tabler_icons/chevrons-down.svg %}" title="Expand" /></span> buttons to see the questions in each section.
 
 **Don't need fill in any more than you feel you need to.** If you leave anything blank, the field will simply disappear when you publish.
 

+ 5 - 4
_layouts/rule.html

@@ -549,6 +549,10 @@ layout: default
     <span class="question">What is the community’s name?</span>
     <h1 contenteditable="true" class="editable output" id="communityname">{{ page.community-name }}</h1>
 
+        <span class="question">What is the basic structure of the community?</span>
+        <p contenteditable="true" class="editable output" id="structure">{{ page.structure }}</p>
+
+    
     <!-- RuleBuilder -->
 
     <div id="rule-builder">
@@ -612,10 +616,7 @@ layout: default
         <span class="subhead output">Basics</span>
         <button onclick="toggleVisible('s1')" class="button chevrons"><img src="{% link assets/tabler_icons/chevrons-down.svg %}" title="Show/hide" /></button>
       </h2>
-      <div class="section" id="s1" style="display:none">
-        
-        <span class="question">What is the basic structure of the community?</span>
-        <p contenteditable="true" class="editable output" id="structure">{{ page.structure }}</p>
+      <div class="section" id="s1" style="display:none">        
 
         <span class="question">What is the community’s mission?</span>
         <p contenteditable="true" class="editable output" id="mission">{{ page.mission }}</p>