Skip to content

Commit

Permalink
Update documenter_to_vitepress_docs_example.md (#162)
Browse files Browse the repository at this point in the history
1. julia is already in "docs" folder, so the viewing command in step 7 needs to be fixed.

2. Typo in the url at the end.
  • Loading branch information
tobydriscoll committed Jun 30, 2024
1 parent f29f8a5 commit a08c2c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/documenter_to_vitepress_docs_example.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ Then the very first step here is to update the `make.jl` file to follow the Docu

7. Next, hit 'Backspace' to get back to the Julia REPL and run:
```julia-repl
juila> DocumenterVitepress.dev_docs("docs/build")
juila> DocumenterVitepress.dev_docs("build")
```

8. Finally the live preview of your documentation at `hhttp://localhost:5173/Example.jl/` in your browser.
8. Finally the live preview of your documentation at `http://localhost:5173/Example.jl/` in your browser.

0 comments on commit a08c2c0

Please sign in to comment.