Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/_config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
remote_theme: pmarsceill/just-the-docs
logo: "firefly_logo.png"
title: Hyperledger FireFly Docs
baseurl: /firefly
aux_links:
"GitHub":
- "//github.com/hyperledger/firefly"
Expand Down
2 changes: 1 addition & 1 deletion docs/contributors/docs_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ And start the Jekyll test server:
bundle exec jekyll serve --livereload
```

You should now be able to open [http://localhost:4000](http://localhost:4000) in your browser and see a locally hosted version of the doc site.
You should now be able to open http://127.0.0.1:4000/firefly/index.html in your browser and see a locally hosted version of the doc site.

As you make changes to files in the `./docs` directory, Jekyll will automatically rebuild the pages, and notify you of any errors or warnings in your terminal. If you have a browser open, it will automatically reload when changes are made to pages.