mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-23 21:53:30 +02:00
Reordered sections, added testing to nav.
This commit is contained in:
16
index.html
16
index.html
@@ -11,20 +11,23 @@ layout: default
|
||||
{% capture namespaces_content %}{% include namespaces.md %}{% endcapture %}
|
||||
{{ namespaces_content|markdownify }}
|
||||
|
||||
{% capture dependencies_content %}{% include dependency-management.md %}{% endcapture %}
|
||||
{{ dependencies_content|markdownify }}
|
||||
|
||||
{% capture inputfiltering_content %}{% include input-filtering.md %}{% endcapture %}
|
||||
{{ inputfiltering_content|markdownify }}
|
||||
|
||||
{% capture databases_content %}{% include databases.md %}{% endcapture %}
|
||||
{{ databases_content|markdownify }}
|
||||
|
||||
{% capture security_content %}{% include web-application-security.md %}{% endcapture %}
|
||||
{{ security_content|markdownify }}
|
||||
|
||||
{% capture passwords_content %}{% include passwords.md %}{% endcapture %}
|
||||
{{ passwords_content|markdownify }}
|
||||
|
||||
{% capture dependencies_content %}{% include dependency-management.md %}{% endcapture %}
|
||||
{{ dependencies_content|markdownify }}
|
||||
|
||||
{% capture security_content %}{% include web-application-security.md %}{% endcapture %}
|
||||
{{ security_content|markdownify }}
|
||||
{% capture testing_content %}{% include testing.md %}{% endcapture %}
|
||||
{{ testing_content|markdownify }}
|
||||
|
||||
{% capture cli_content %}{% include command-line-interface.md %}{% endcapture %}
|
||||
{{ cli_content|markdownify }}
|
||||
@@ -32,8 +35,5 @@ layout: default
|
||||
{% capture frameworks_content %}{% include popular-frameworks.md %}{% endcapture %}
|
||||
{{ frameworks_content|markdownify }}
|
||||
|
||||
{% capture testing_content %}{% include testing.md %}{% endcapture %}
|
||||
{{ testing_content|markdownify }}
|
||||
|
||||
{% capture links_content %}{% include links-and-resources.md %}{% endcapture %}
|
||||
{{ links_content|markdownify }}
|
||||
|
Reference in New Issue
Block a user