8000 Move 4.x series document link to the page bottom. · mlamby/chaiscript.github.io@cc06a26 · GitHub
[go: up one dir, main page]

Skip to content

Commit cc06a26

Browse files
committed
Move 8000 4.x series document link to the page bottom.
I'd always thought that the expanded 'Getting Starting With The API' and 'Getting Started With Scripting' sections of the documentation page related to the Chaiscript 4.x series. This is due to indention of the panel divs making it look like they are children of the alert-success div related to 4.x documentation at the top of the page. This change simply moves the 4.x documentation link to the bottom of the page to make it clearer.
1 parent 253dce2 commit cc06a26

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

docs.html

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,7 @@ <h3>Detailed ChaiScript <a href="/docs/5/index.html">documentation</a> is curren
2727
</div>
2828

2929

30-
<div class="alert alert-success">
31-
<a class="alert-link" href="/docs/4/index.html">ChaiScript 4.x series (requiring boost) Generated Documents.</a>
32-
</div>
30+
3331

3432

3533

@@ -56,5 +54,9 @@ <h4><a href="docs/5/LangGettingStarted.html">Getting Started With Scripting</a>:
5654
<li class="list-group-item"><a href="docs/5/LangKeywordRef.html">Keyword Reference</a>: the general language syntax and usage</li>
5755
</ul>
5856
</div>
57+
58+
<div class="alert alert-success">
59+
<a class="alert-link" href="/docs/4/index.html">ChaiScript 4.x series (requiring boost) Generated Documents.</a>
60+
</div>
5961

6062
</body>

0 commit comments

Comments
 (0)
0