Skip to content

Commit

Permalink
hugo server -D fails if html file in docs/src/generated are not present
Browse files Browse the repository at this point in the history
  • Loading branch information
jannst committed Oct 13, 2019
1 parent 902ef59 commit f580e0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@ This directory houses the mitmproxy documentation available at <https://docs.mit
2. Windows users: Depending on your git settings, you may need to manually create a symlink from
/docs/src/examples to /examples.

Make sure mitmproxy python package is installed.

Run `./build-current` script in docs folder. If you skip this step, hugo will fail because files in ./src/generated are missing

Now you can run `hugo server -D` in ./src.

Expand Down

0 comments on commit f580e0e

Please sign in to comment.