Merge pull request #479 from NebulousLabs/skynet-docs
add /docs proxy for skynet sdk docs
This commit is contained in:
commit
4fb60e94d7
|
@ -56,6 +56,10 @@ server {
|
||||||
root /var/www/webportal;
|
root /var/www/webportal;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location /docs {
|
||||||
|
proxy_pass https://nebulouslabs.github.io/skynet-docs;
|
||||||
|
}
|
||||||
|
|
||||||
location /blacklist {
|
location /blacklist {
|
||||||
include /etc/nginx/conf.d/include/cors;
|
include /etc/nginx/conf.d/include/cors;
|
||||||
|
|
||||||
|
|
|
@ -19,7 +19,7 @@ export default function HomeSamples() {
|
||||||
<p>Above are some code snippets for uploading and retrieving data.</p>
|
<p>Above are some code snippets for uploading and retrieving data.</p>
|
||||||
<p>
|
<p>
|
||||||
Skynet includes{" "}
|
Skynet includes{" "}
|
||||||
<a href="https://nebulouslabs.github.io/skynet-docs" target="_blank" rel="noopener noreferrer" className="link">
|
<a href="https://siasky.net/docs" target="_blank" rel="noopener noreferrer" className="link">
|
||||||
SDKs
|
SDKs
|
||||||
</a>{" "}
|
</a>{" "}
|
||||||
for popular programming languages and{" "}
|
for popular programming languages and{" "}
|
||||||
|
|
Reference in New Issue