add new make target for offline docs with only the API reference. Also update the default index.html landing page to redirect to the reference. Change-Id: I2a123e49e2d6bb365bd81383ca3a9fc8e03de034
10 lines
189 B
HTML
10 lines
189 B
HTML
<html>
|
|
<head>
|
|
<meta http-equiv="refresh" content="0;url=reference/packages.html">
|
|
</head>
|
|
<body>
|
|
<a href="reference/packages.html">click here if you are not redirected</a>
|
|
</body>
|
|
</html>
|
|
|