Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Modified the title "Practice" to "Developing Flows" #94

Merged
merged 4 commits into from
Feb 12, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions _includes/developing-flows-toc.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<ul class="toc">
<li class="toc-expander"><div>V</div></li>
<li><a href="/docs/">&larr; back</a></li>
<li class="tocheader">
<ul>
<li class="toctitle active"><a href="/docs/dveloping-flows/">Developing Flows</a></li>
<li {% if page.url == "/docs/developing-flows/designing" %}class="active"{% endif %}><a href="/docs/developing-flows/designing">Designing</a></li>
<li {% if page.url == "/docs/developing-flows/implementation" %}class="active"{% endif %}><a href="/docs/developing-flows/implementation">Implementation</a></li>
<li {% if page.url == "/docs/developing-flows/readability" %}class="active"{% endif %}><a href="/docs/developing-flows/readability">Readability</a></li>
<li {% if page.url == "/docs/developing-flows/multiple-developers" %}class="active"{% endif %}><a href="/docs/developing-flows/multiple-developers">Project</a></li>
<li {% if page.url == "/docs/developing-flows/non-functional" %}class="active"{% endif %}><a href="/docs/developing-flows/non-functional">Strict non-functional requirements</a></li>
</ul>
</li>
</ul>
14 changes: 0 additions & 14 deletions _includes/practice-toc.html

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
toc: practice-toc.html
toc: developing-flows-toc.html
title: Designing a flow
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
toc: practice-toc.html
toc: developing-flows-toc.html
title: Implementation of flow
---

Expand Down
2 changes: 1 addition & 1 deletion docs/practice/index.md → docs/developing-flows/index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
toc: practice-toc.html
toc: developing-flows-toc.html
title: Introduction
---
*This guide is for developers who understand the basic fuctinality and want to develop more clear and reusable flows. If you think that you are beginner, please read **[User Guide](https://nodered.org/docs/user-guide/)** and **[Cookbook](https://cookbook.nodered.org/)** first.*
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
toc: practice-toc.html
toc: developing-flows-toc.html
title: A project with multiple developers
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
toc: practice-toc.html
toc: developing-flows-toc.html
title: Responding to strict non-functional requirements
---

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
layout: docs
toc: practice-toc.html
toc: developing-flows-toc.html
title: Improving readability
---
### Align nodes
Expand Down
4 changes: 2 additions & 2 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ <h2>API Reference</h2>
</div></a></li>
</ul>
<ul class="doc-items">
<li><a class="box-link" href="/docs/practice/"><img src="../images/guide-practice.png"/>
<li><a class="box-link" href="/docs/developing-flows/"><img src="../images/guide-developing-flows.png"/>
<div class="doc-item-info">
<h2>Practice</h2>
<h2>Developing Flows</h2>
<p>Guideline for creating clear and reusable flows</p>
</div></a></li>
</ul>
Expand Down
File renamed without changes