aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorFelix Mulder <felix.mulder@gmail.com>2017-01-31 16:45:05 +0100
committerFelix Mulder <felix.mulder@gmail.com>2017-01-31 17:43:55 +0100
commit7501f8e03b66c7840c98893dcb00ee2a1fbd5049 (patch)
treedbb3575da8d05e27c74e2396c9b2aa6fa4391bb9 /docs
parent1fe56e16de74c4c90eec5a4c411ba0b1adde0ee2 (diff)
downloaddotty-7501f8e03b66c7840c98893dcb00ee2a1fbd5049.tar.gz
dotty-7501f8e03b66c7840c98893dcb00ee2a1fbd5049.tar.bz2
dotty-7501f8e03b66c7840c98893dcb00ee2a1fbd5049.zip
Refactor Wiki/Markdown comment
Diffstat (limited to 'docs')
-rw-r--r--docs/docs/usage/dottydoc.md12
1 files changed, 6 insertions, 6 deletions
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