diff --git a/MarkdownSource/index.md b/MarkdownSource/index.md index d460398..5f85ced 100644 --- a/MarkdownSource/index.md +++ b/MarkdownSource/index.md @@ -1,6 +1,6 @@ #DocNet -DocNet is a simple static documentation generator, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet. +DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet. To see the source of this site, look at the [gh-pages branch in the DocNet repository at @fa-github GitHub](https://github.com/FransBouma/DocNet/tree/gh-pages). diff --git a/css/theme.css b/css/theme.css index e7effd4..79f9c2d 100644 --- a/css/theme.css +++ b/css/theme.css @@ -678,7 +678,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(2) ~ .tab-content:nth-of-type(2) { @@ -691,7 +690,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(3) ~ .tab-content:nth-of-type(3) { @@ -704,7 +702,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(4) ~ .tab-content:nth-of-type(4) { @@ -717,7 +714,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(5) ~ .tab-content:nth-of-type(5) { @@ -730,7 +726,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(6) ~ .tab-content:nth-of-type(6) { @@ -743,7 +738,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(7) ~ .tab-content:nth-of-type(7) { @@ -756,7 +750,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } .tab:checked:nth-of-type(8) ~ .tab-content:nth-of-type(8) { @@ -769,7 +762,6 @@ td { -webkit-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); - text-shadow: 0 0 0; } /* diff --git a/index.htm b/index.htm index f7e2634..9c47d28 100644 --- a/index.htm +++ b/index.htm @@ -72,7 +72,7 @@
DocNet is a simple static documentation generator, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet.
+DocNet is a static site generator, mainly meant for user documentation, using markdown files to build the content. This site is generated with DocNet and is meant both as a showcase what you can do with the application and also contains the documentation for DocNet.
To see the source of this site, look at the gh-pages branch in the DocNet repository at GitHub.
diff --git a/markdownextensions.htm b/markdownextensions.htm index 6362789..67e7953 100644 --- a/markdownextensions.htm +++ b/markdownextensions.htm @@ -166,11 +166,9 @@ Now, the second tab however is very interesting. At least let's pretend it is!will result in:
-As you can see, it can deal with newlines as well.
As you can see, it can deal with newlines as well.