add /docs proxy
This commit is contained in:
parent
329a59bae9
commit
831defeca3
|
@ -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