You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is a static site generator that combines Markdown content with
4921
+
<a href="/jinja2.html">Jinja2 templates</a> to produce websites.
4922
+
MkDocs can be pronounced "McDocs" or "M-K Docs",
4923
+
<a href="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
4924
+
one way or the other on the name's pronunciation.</p>
4926
4925
<p><a href="http://www.mkdocs.org/" style="border: none;"><img src="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
4927
4926
<h2>What's great about MkDocs?</h2>
4928
-
<p>MkDocs has three great features for a static site generator: </p>
4929
-
<ol>
4930
-
<li>search</li>
4931
-
<li>easy configuration</li>
4932
-
<li>drop-in themes</li>
4933
-
</ol>
4927
+
<p>MkDocs uses a YAML configuration file and can optionally use themes to
4928
+
easy change the look-and-feel of the documentation output.</p>
4929
+
<p>In addition to the easy configuration via a YAML file and the drop-in
4930
+
themes, MkDocs also has a wonderful search feature. Search is often not
4931
+
possible out of the box in other static site generators. With MkDocs search
4932
+
can easily be added without plugins or code changes to the static site
4933
+
generator.</p>
4934
4934
<div class="well see-also">MkDocs is an implementation of the <a href="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <a href="/web-development.html">web development</a> chapter or view <a href="/table-of-contents.html">all topics</a>.</div>
is a static site generator that combines Markdown content with
43
+
<ahref="/jinja2.html">Jinja2 templates</a> to produce websites.
44
+
MkDocs can be pronounced "McDocs" or "M-K Docs",
45
+
<ahref="https://twitter.com/_tomchristie/status/805861272076042241">although the core committers do not have a strong preference</a>
46
+
one way or the other on the name's pronunciation.</p>
48
47
<p><ahref="http://www.mkdocs.org/" style="border: none;"><imgsrc="/img/mkdocs-logo.jpg" width="100%" alt="MkDocs static site and documentation generator logo." class="technical-diagram" style="border-radius:5px"></a></p>
49
48
<h2>What's great about MkDocs?</h2>
50
-
<p>MkDocs has three great features for a static site generator: </p>
51
-
<ol>
52
-
<li>search</li>
53
-
<li>easy configuration</li>
54
-
<li>drop-in themes</li>
55
-
</ol>
49
+
<p>MkDocs uses a YAML configuration file and can optionally use themes to
50
+
easy change the look-and-feel of the documentation output.</p>
51
+
<p>In addition to the easy configuration via a YAML file and the drop-in
52
+
themes, MkDocs also has a wonderful search feature. Search is often not
53
+
possible out of the box in other static site generators. With MkDocs search
54
+
can easily be added without plugins or code changes to the static site
55
+
generator.</p>
56
56
<divclass="well see-also">MkDocs is an implementation of the <ahref="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <ahref="/web-development.html">web development</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
is a static site generator that combines Markdown content with
14
+
[Jinja2 templates](/jinja2.html) to produce websites.
15
+
MkDocs can be pronounced "McDocs" or "M-K Docs",
16
+
[although the core committers do not have a strong preference](https://twitter.com/_tomchristie/status/805861272076042241)
17
+
one way or the other on the name's pronunciation.
19
18
20
19
<ahref="http://www.mkdocs.org/"style="border: none;"><imgsrc="/img/mkdocs-logo.jpg"width="100%"alt="MkDocs static site and documentation generator logo."class="technical-diagram"style="border-radius:5px"></a>
21
20
22
21
23
22
## What's great about MkDocs?
24
-
MkDocs has three great features for a static site generator:
25
-
26
-
1. search
27
-
1. easy configuration
28
-
1. drop-in themes
29
-
23
+
MkDocs uses a YAML configuration file and can optionally use themes to
24
+
easy change the look-and-feel of the documentation output.
25
+
26
+
In addition to the easy configuration via a YAML file and the drop-in
27
+
themes, MkDocs also has a wonderful search feature. Search is often not
28
+
possible out of the box in other static site generators. With MkDocs search
29
+
can easily be added without plugins or code changes to the static site
30
+
generator.
30
31
31
32
<divclass="well see-also">MkDocs is an implementation of the <ahref="/static-site-generator.html">static site generators</a> concept. Learn how the parts fit together in the <ahref="/web-development.html">web development</a> chapter or view <ahref="/table-of-contents.html">all topics</a>.</div>
0 commit comments