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
{{ message }}
This repository has been archived by the owner on May 10, 2018. It is now read-only.
After building master by make master under the root of the repo, I located the index.html at ../build/index.html.
However, when I tried to navigate to different pages through the navigation sidebar, my browsers(Google Chrome and Safari) said the webpage could not be found, since the URL is indeed "file:///some-page.html" which is the relative path from ../build/ directory.
After tracing down the files, I found the URLs were hardcoded to "/some-page.html" in ../chef_master/source/_templates/nav-docs.html.
I'm not sure if this is a defect or what I should do to have the navigation sidebar work properly?
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
After building master by
make master
under the root of the repo, I located the index.html at ../build/index.html.However, when I tried to navigate to different pages through the navigation sidebar, my browsers(Google Chrome and Safari) said the webpage could not be found, since the URL is indeed "file:///some-page.html" which is the relative path from ../build/ directory.
After tracing down the files, I found the URLs were hardcoded to "/some-page.html" in ../chef_master/source/_templates/nav-docs.html.
I'm not sure if this is a defect or what I should do to have the navigation sidebar work properly?
The text was updated successfully, but these errors were encountered: