Documentation/: Applies a stylesheet to static HTML files. I've also tried to put the TOC of each document to the side, where it made sense (in some documents the TOC was actually inside a section so it wasn't possible). In some cases the TOC is built with a table, in others with a <ul> element, so I had to acomodate for this. I also didn't go into collapsing, although this could really help for some long TOCs.

This commit is contained in:
Matias N
2019-05-21 19:13:45 -06:00
committed by Gregory Nutt
parent b49be4bb20
commit 272b5b2636
11 changed files with 93 additions and 51 deletions
+1
View File
@@ -3,6 +3,7 @@
<head>
<title>NuttX Users Manual</title>
<meta name="AUTHOR" content="Gregory Nutt">
<link rel="stylesheet" href="style.css">
</head>
<body background="backgd.gif">