You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The sidebar on this page is almost worthless without the links. For example, the Websites on IPFS heading should be a link to websites-on-ipfs/single-page-website/index.html or a new websites-on-ipfs/index.html that covers all items related to hosting websites already in the docs.
The text was updated successfully, but these errors were encountered:
I discovered the issue is related to the web server's doc root. The links in the website should all be relative, so it shouldn't matter if the base of the ipfs documentation tree is located in the doc root or a sub folder of the doc root, but it does matter.
There is something in the left side navigation in the "how-to" folder (Guides) that isn't relative but rather is expected to be in the web servers doc root folder. When the ipfs documentation tree is moved to a subfolder (not in server's doc root), only the first link of left side panel on the "guides" (how-to folder) page fails to function like it does in the doc root of the web server.
The sidebar on this page is almost worthless without the links. For example, the
Websites on IPFS
heading should be a link to websites-on-ipfs/single-page-website/index.html or a new websites-on-ipfs/index.html that covers all items related to hosting websites already in the docs.The text was updated successfully, but these errors were encountered: