Skip to content

Commit

Permalink
new-feature-tutorial.md: Format the diagram in code block
Browse files Browse the repository at this point in the history
  • Loading branch information
hzhou8 committed Jul 31, 2020
1 parent 17def96 commit 1faadff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions northd/docs/new-feature-tutorial.md
Expand Up @@ -16,9 +16,11 @@ output relations (also linked to OVSDB tables), which typically involves
updating some intermediate relations (i.e., relations declared without `input`
or `output` qualifiers) in the process:

```
from OVSDB +----------+ +-----------------+ +-----------+ to OVSDB
---------->|Input rels|-->|Intermediate rels|-->|Output rels|---------->
+----------+ +-----------------+ +-----------+
```

TODO: the above description ignores the auto-generated plumbing between DDlog
and OVSDB tables. Document this plumbing once it has stabilized.
Expand Down

0 comments on commit 1faadff

Please sign in to comment.