Doc root is at index.html

fix #795
This commit is contained in:
Vinnie Falco
2017-09-25 21:18:04 -07:00
parent 04bf98298f
commit ac6c23dd6b
3 changed files with 3 additions and 3 deletions

View File

@ -3,6 +3,7 @@ Version 118:
* file_win32 opens for read-only in shared mode * file_win32 opens for read-only in shared mode
* Remove unused strands in server examples * Remove unused strands in server examples
* Update build instructions * Update build instructions
* Doc root is at index.html
HTTP: HTTP:

View File

@ -178,7 +178,6 @@ boostbook beast
beast_doc beast_doc
: :
<xsl:param>boost.root=../../../.. <xsl:param>boost.root=../../../..
<xsl:param>root.filename=beast
<xsl:param>chapter.autolabel=1 <xsl:param>chapter.autolabel=1
<xsl:param>chunk.section.depth=8 # Depth to which sections should be chunked <xsl:param>chunk.section.depth=8 # Depth to which sections should be chunked
<xsl:param>chunk.first.sections=1 # Chunk the first top-level section? <xsl:param>chunk.first.sections=1 # Chunk the first top-level section?

View File

@ -1,11 +1,11 @@
<html> <html>
<head> <head>
<title>Boost.Beast</title> <title>Boost.Beast</title>
<meta http-equiv="refresh" content="0; URL=./doc/html/beast.html"> <meta http-equiv="refresh" content="0; URL=./doc/html/index.html">
</head> </head>
<body> <body>
Automatic redirection failed, please go to Automatic redirection failed, please go to
<a href="./doc/html/beast.html">./doc/html/beast.html</a> <a href="./doc/html/beast.html">./doc/html/index.html</a>
<hr> <hr>
<tt> <tt>
Boost.Beast<br> Boost.Beast<br>