mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-06-30 08:18:30 +00:00
Update website documentation html
This commit is contained in:
parent
78add3cb17
commit
23b1b462c9
1 changed files with 3 additions and 8 deletions
11
third_party/chibicc/dox2.c
vendored
11
third_party/chibicc/dox2.c
vendored
|
@ -510,7 +510,7 @@ static void PrintDox(struct Dox *dox, FILE *f) {
|
||||||
<title>Cosmopolitan C Library</title>\n\
|
<title>Cosmopolitan C Library</title>\n\
|
||||||
<meta name=\"viewport\" content=\"width=1024\">\n\
|
<meta name=\"viewport\" content=\"width=1024\">\n\
|
||||||
<link rel=\"canonical\" href=\"https://justine.lol/cosmopolitan/documentation.html\">\n\
|
<link rel=\"canonical\" href=\"https://justine.lol/cosmopolitan/documentation.html\">\n\
|
||||||
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Roboto&display=swap\">\n\
|
<link rel=\"stylesheet\" href=\"https://fonts.googleapis.com/css2?family=Roboto&family=Roboto+Mono&display=swap\">\n\
|
||||||
<link rel=\"stylesheet\" href=\"style.css\">\n\
|
<link rel=\"stylesheet\" href=\"style.css\">\n\
|
||||||
<style>\n\
|
<style>\n\
|
||||||
.nav {\n\
|
.nav {\n\
|
||||||
|
@ -534,11 +534,6 @@ static void PrintDox(struct Dox *dox, FILE *f) {
|
||||||
overflow-x: auto;\n\
|
overflow-x: auto;\n\
|
||||||
border-radius: 5px;\n\
|
border-radius: 5px;\n\
|
||||||
}\n\
|
}\n\
|
||||||
code {\n\
|
|
||||||
padding: 2px 4px;\n\
|
|
||||||
background: #e4e6e8;\n\
|
|
||||||
border-radius: 3px;\n\
|
|
||||||
}\n\
|
|
||||||
hr {\n\
|
hr {\n\
|
||||||
height: 1px;\n\
|
height: 1px;\n\
|
||||||
margin-bottom: 16px;\n\
|
margin-bottom: 16px;\n\
|
||||||
|
@ -569,7 +564,7 @@ static void PrintDox(struct Dox *dox, FILE *f) {
|
||||||
title=\"cosmopolitan honeybadger\"\n\
|
title=\"cosmopolitan honeybadger\"\n\
|
||||||
alt=\"honeybadger\">\n\
|
alt=\"honeybadger\">\n\
|
||||||
<h1>cosmopolitan libc</h1>\n\
|
<h1>cosmopolitan libc</h1>\n\
|
||||||
<span>build-once run-anywhere c without devops</span>\n\
|
<span>your build-once run-anywhere c library</span>\n\
|
||||||
</header>\n\
|
</header>\n\
|
||||||
\n\
|
\n\
|
||||||
<nav class=\"nav\">\n\
|
<nav class=\"nav\">\n\
|
||||||
|
@ -577,7 +572,7 @@ static void PrintDox(struct Dox *dox, FILE *f) {
|
||||||
<li><a href=\"index.html\">Intro</a>\n\
|
<li><a href=\"index.html\">Intro</a>\n\
|
||||||
<li><a href=\"download.html\">Download</a>\n\
|
<li><a href=\"download.html\">Download</a>\n\
|
||||||
<li><a class=\"active\" href=\"documentation.html\">Documentation</a>\n\
|
<li><a class=\"active\" href=\"documentation.html\">Documentation</a>\n\
|
||||||
<li><a href=\"sources.html\">Sources</a>\n\
|
<<li><a href=\"tutorials.html\">Tutorials</a>\n\
|
||||||
<li><a href=\"https://github.com/jart/cosmopolitan\">GitHub</a>\n\
|
<li><a href=\"https://github.com/jart/cosmopolitan\">GitHub</a>\n\
|
||||||
<li><a href=\"license.html\">License</a>\n\
|
<li><a href=\"license.html\">License</a>\n\
|
||||||
<li class=\"right\"><a href=\"../index.html\">» jart's web page</a>\n\
|
<li class=\"right\"><a href=\"../index.html\">» jart's web page</a>\n\
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue