We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have install docsify-cli with -g option, successfully, and I have init the docs as follows:
docsify init ./docs
then, after starting server by running:
docsify server ./docs
, no error information is printed but it turns out it shows connection refused when opening this website http://localhost:3000 by the web browser.
and netstat shows no connection information at port 3000 by
netstat
netstat -apn | grep 3000
. Cannot figure out why, it seems the server doesn't work, help wanted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have install docsify-cli with -g option, successfully, and I have init the docs as follows:
then, after starting server by running:
, no error information is printed but it turns out it shows connection refused when opening this website http://localhost:3000 by the web browser.
and
netstat
shows no connection information at port 3000 bynetstat -apn | grep 3000
. Cannot figure out why, it seems the server doesn't work, help wanted.
The text was updated successfully, but these errors were encountered: