Browse Source

WIP

Signed-off-by: Mary Anthony <mary@blockstack.com>
feat/clarity-updates
Mary Anthony 5 years ago
parent
commit
a1eae75339
  1. 34
      README.md

34
README.md

@ -62,52 +62,32 @@ Directories that contain information used to build content.
</tr> </tr>
</table> </table>
These are the other directories in the site structure:
<table> <table>
<tr> <tr>
<th>Directory</th> <th>Directory</th>
<th>Purpose</th> <th>Purpose</th>
<th>Notes</th>
</tr> </tr>
<tr> <tr>
<td>_data</td> <td>_data</td>
<td>Source files for the FAQS.</td> <td>JSON source files for the FAQS, CLI, and clarity reference. Menu configurations YAML files. The CSV file with the glossary. </td>
<td></td>
</tr>
<tr>
<td>_includes</td>
<td></td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>_layouts</td> <td>_layouts</td>
<td></td> <td>Layouts for various pages. The community layout is significantly different from the other layouts.</td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>_plugins</td> <td>_plugins</td>
<td></td> <td>Code files for plugins.</td>
<td></td>
</tr> </tr>
<tr>
<td>_posts</td>
<td></td>
<td></td>
</tr>
<tr> <tr>
<td>_sass</td> <td>_sass</td>
<td></td> <td>Style folder including customizations.</td>
<td></td>
</tr> </tr>
<tr> <tr>
<td>assets</td> <td>assets</td>
<td></td> <td>Support for the docs templates.</td>
<td></td>
</tr>
<tr>
<td>exclude</td>
<td></td>
<td></td>
</tr> </tr>
</table> </table>

Loading…
Cancel
Save