Skip to content

Commit

Permalink
Merge pull request #191 from abhro/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
lazarusA authored Nov 30, 2024
2 parents 56ad88c + 0ccba38 commit 7f6bab5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/src/getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Here are the tweaks to add:

2. Within the `MarkdownVitepress` configuration of your `make.jl` file, pass the following two key word arguments and their values:

i. `md_output_path = "."`
i. `md_output_path = "."`

ii. `build_vitepress = false`
ii. `build_vitepress = false`

3. Within the `makedocs` command within your `make.jl` file, pass the following key word argument:

i. `clean = false`
i. `clean = false`

Then, to preview changes live, open two separate Julia instances both within the `docs` folder and activate the `docs` environment in both sessions.
Within one session run `using LiveServer; servedocs(foldername="/path/to/your/docs/folder")` (this could be something like `servedocs(foldername="docs/")` or `servedocs(foldername=pwd())`).
Expand Down

0 comments on commit 7f6bab5

Please sign in to comment.