Skip to content

Commit

Permalink
Update export to HTML doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Jan 12, 2022
1 parent c042b24 commit 52fd293
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion docs/how-to/export-HTML.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,12 @@ To create the export:

```shell
mkdocs build
htmlark site/print_page.html -o standalone.html

cd site/

# when mkdocs.yml has use_directory_urls: true (the default)
htmlark print_page/index.html -o standalone.html

# when mkdocs.yml has use_directory_urls: false
htmlark print_page.html -o standalone.html
```

0 comments on commit 52fd293

Please sign in to comment.