From 7501f8e03b66c7840c98893dcb00ee2a1fbd5049 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Tue, 31 Jan 2017 16:45:05 +0100 Subject: Refactor Wiki/Markdown comment --- docs/docs/usage/dottydoc.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/docs/usage/dottydoc.md b/docs/docs/usage/dottydoc.md index bbfae7081..d064cb5ca 100644 --- a/docs/docs/usage/dottydoc.md +++ b/docs/docs/usage/dottydoc.md @@ -24,7 +24,7 @@ and will from here on be referred to as "template files" or "templates". A simple "hello world" site could look something like this: -``` +```none ├── docs │ └── getting-started.md └── index.html @@ -32,7 +32,7 @@ A simple "hello world" site could look something like this: This will give you a site with the following endpoints: -``` +```none _site/index.html _site/docs/getting-started.html ``` @@ -79,7 +79,7 @@ the `index.html` file. Layouts must be placed in a `_layouts` directory in the site root: -``` +```none ├── _layouts │ └── main.html ├── docs @@ -97,7 +97,7 @@ the form `year-month-day-title.{md,html}`. An example of this would be: -``` +```none ├── blog │ └── _posts │ └── 2016-12-05-implicit-function-types.md @@ -130,7 +130,7 @@ includes may override these. An example structure with an include file "sidebar.html": -``` +```none ├── _includes │ └── sidebar.html ├── blog @@ -167,7 +167,7 @@ depth limit is 2 - we'd love to see this change, contributions welcome! The items which have the `subsection` key, may not have a `url` key in the current scheme. A site root example with this could be: -``` +```none ├── blog │ └── _posts │ └── 2016-12-05-implicit-function-types.md -- cgit v1.2.3