Browse Source

Updated docs generated with 0.8.1

pull/60/head
Frans Bouma 10 years ago
parent
commit
1831bc66de
4 changed files with 4 additions and 14 deletions
  1. +1
    -1
      MarkdownSource/index.md
  2. +0
    -8
      css/theme.css
  3. +1
    -1
      index.htm
  4. +2
    -4
      markdownextensions.htm

+ 1
- 1
MarkdownSource/index.md View File

@@ -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).



+ 0
- 8
css/theme.css View File

@@ -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;
}

/*


+ 1
- 1
index.htm View File

@@ -72,7 +72,7 @@
<div class="section">
<p><h1>DocNet</h1></p>

<p>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. </p>
<p>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. </p>

<p>To see the source of this site, look at the <a href="https://github.com/FransBouma/DocNet/tree/gh-pages">gh-pages branch in the DocNet repository at <i class="fa fa-github"></i> GitHub</a>.</p>



+ 2
- 4
markdownextensions.htm View File

@@ -166,11 +166,9 @@ Now, the second tab however is very interesting. At least let's pretend it is!

<p>will result in: </p>

<p><div class="tab-wrap"><input type="radio" id="tab0_1" name="tabGroup1" class="tab" checked><label for="tab0_1">First</label><input type="radio" id="tab1_1" name="tabGroup1" class="tab"><label for="tab1_1">Second</label><div class="tab-content">Tab
This is the text for the first tab. It's nothing special</p>
<p><div class="tab-wrap"><input type="radio" id="tab0_1" name="tabGroup1" class="tab" checked><label for="tab0_1">First Tab</label><input type="radio" id="tab1_1" name="tabGroup1" class="tab"><label for="tab1_1">Second Tab</label><div class="tab-content">This is the text for the first tab. It's nothing special</p>

<p>As you can see, it can deal with newlines as well. </div><div class="tab-content">Tab
Now, the second tab however is very interesting. At least let's pretend it is!</div></div></p>
<p>As you can see, it can deal with newlines as well. </div><div class="tab-content">Now, the second tab however is very interesting. At least let's pretend it is!</div></div></p>

</div>
</div>


Loading…
Cancel
Save