Skip to content
New issue

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

Add LiveServer.jl as an option for running a local web server #1383

Merged
merged 2 commits into from
Aug 2, 2020
Merged

Add LiveServer.jl as an option for running a local web server #1383

merged 2 commits into from
Aug 2, 2020

Conversation

DilumAluthge
Copy link
Contributor

Currently, the docs only give a Python option for running a local web server.

We might as well also give a Julia option.

docs/src/man/guide.md Outdated Show resolved Hide resolved
@mortenpi
Copy link
Member

mortenpi commented Aug 2, 2020

Good idea to advertise it, thanks! LGTM.

@mortenpi mortenpi merged commit b18c419 into JuliaDocs:master Aug 2, 2020
1. You can run a local web server out of the `docs/build` directory. One way to accomplish
this is to install the [LiveServer](https://github.com/asprionj/LiveServer.jl) Julia
package. You can then start the server with
`julia -e 'using LiveServer; cd("docs/build"); serve()'`. Alternatively, if you have Python
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

serve(dir="docs/build") might be nicer.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants