Adding Language Highlights Section

Pulling in namespaces and CLI. Stubbing out SPL and programming paradigms subheads.
This commit is contained in:
Kris Jordan
2012-07-09 12:23:31 -04:00
parent 30b0b818c1
commit bc4390bf93
5 changed files with 93 additions and 69 deletions

View File

@@ -8,8 +8,8 @@ layout: default
{% capture codestyleguide_content %}{% include code-style-guide.md %}{% endcapture %}
{{ codestyleguide_content|markdownify }}
{% capture namespaces_content %}{% include namespaces.md %}{% endcapture %}
{{ namespaces_content|markdownify }}
{% capture highlights_content %}{% include language-highlights.md %}{% endcapture %}
{{ highlights_content|markdownify }}
{% capture dependencies_content %}{% include dependency-management.md %}{% endcapture %}
{{ dependencies_content|markdownify }}
@@ -23,9 +23,6 @@ layout: default
{% capture testing_content %}{% include testing.md %}{% endcapture %}
{{ testing_content|markdownify }}
{% capture cli_content %}{% include command-line-interface.md %}{% endcapture %}
{{ cli_content|markdownify }}
{% capture frameworks_content %}{% include libraries-and-frameworks.md %}{% endcapture %}
{{ frameworks_content|markdownify }}