Skip to content

Commit

Permalink
Revert more documentation changes (formerly due to hydration issues b…
Browse files Browse the repository at this point in the history
…ut resolved by MarkBind#1548)
  • Loading branch information
wxwxwxwx9 committed Apr 22, 2021
1 parent c6f7369 commit 686f745
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/devGuide/design/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ The 3 key classes representing different types of content are as follows:
1. `Layout` — a single layout file, as contained in the `_markbind/layouts` folder, collectively managed by `LayoutManager`.

<box type="tip" seamless>Note that `Layout` instances do not generate any output files directly, but rather, they store intermediate processing results to be used in a `Page`.</box>

1. `External` — source files referenced in a `Page`, `Layout` or even another `External` that result in a <tooltip content="hence the class naming `External`">**separate**</tooltip> output file. These output files are loaded dynamically and on-demand in the browser. These instances are managed by a single `ExternalManager` instance.

<box type="info" seamless>
Expand Down

0 comments on commit 686f745

Please sign in to comment.