Browse Source

Updated docs to reflect new module structure

Nathan Schneider 4 years ago
parent
commit
dfcaeb9b90
3 changed files with 3 additions and 4 deletions
  1. 0 1
      _about/faq.md
  2. 1 1
      _guides/first_rule.md
  3. 2 2
      _layouts/module.html

+ 0 - 1
_about/faq.md

@@ -41,7 +41,6 @@ A bunch of stuff, and we have a running list in the [Issues on GitLab](https://g
 **What projects does this draw upon?**
 
 * Created with [Jekyll](https://jekyllrb.com/) (MIT License), hosted on [GitLab Pages](https://docs.gitlab.com/ee/user/project/pages/)
-* Modules are drawn largely from [Democratic Mediums](http://democraticmediums.info) (CC-BY)
 * Icons are from [Tabler](https://github.com/tabler/tabler-icons) (MIT License)
 * Database runs on [Stein](https://steinhq.com/) (MIT License), using [this Google Doc](https://docs.google.com/spreadsheets/d/12IgsMWZNzPv2nS7ksU6CUozcS6YYwRn9O1iIXKat3V4/edit?usp=sharing)
 * Modules work on mobile thanks to [dragdroptouch](https://github.com/Bernardo-Castilho/dragdroptouch) by Bernardo Castilho (MIT License)

+ 1 - 1
_guides/first_rule.md

@@ -16,7 +16,7 @@ Whether your community is already up and running or still just an ambition, choo
 
 **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.
 
-**If you use the modules, be sure to explain what they mean.** When you add a module or click on its name, a field appears that allows you to describe the module in your own words. Text typed there automatically becomes part of the module, and it will appear when you hover the cursor over its name. For inspiration, you can press the icon on pre-defined modules to learn more about it at [Democratic Mediums](https://democraticmediums.info/).
+**If you use the modules, be sure to explain what they mean.** When you add a module or click on its name, a field appears that allows you to describe the module in your own words. Text typed there automatically becomes part of the module, and it will appear when you hover the cursor over its name. For inspiration, you can press the icon on pre-defined modules to learn more about it.
 
 **If you use the questions, answer them in complete sentences.** The questions will disappear when you publish. Make sure what you write will make sense when the questions are no longer there. 
 

+ 2 - 2
_layouts/module.html

@@ -19,10 +19,10 @@ layout: default
     </div>
     <h1 class="post-title">{{ page.title }}</h1>
   </header>
-
-  
   
   <p id="module-summary">{{ page.summary }}</p>
+
+  <p><strong>[Module pages are works in progress]</strong></p>
   
   <div class="post-content">
     {{ content }}