summaryrefslogtreecommitdiffstats
path: root/docs/layouts/shortcodes/content-tree.html
diff options
context:
space:
mode:
Diffstat (limited to 'docs/layouts/shortcodes/content-tree.html')
-rw-r--r--docs/layouts/shortcodes/content-tree.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/layouts/shortcodes/content-tree.html b/docs/layouts/shortcodes/content-tree.html
new file mode 100644
index 000000000..0cb527cb5
--- /dev/null
+++ b/docs/layouts/shortcodes/content-tree.html
@@ -0,0 +1,14 @@
+<div class="code">
+ <pre><code>
+ ├── blog
+ │   ├── _index.md [section]
+ │   ├── first-post.md [page]
+ │   └── second-post
+ │   ├── index.md [page bundle]
+ │   └── photo.jpg [page resource]
+ └── tags
+ ├── _index.md [taxonomy]
+ └── funny
+ └── _index.md [term]
+ </code></pre>
+</div> \ No newline at end of file