From ea34074571efe70f7b9e4ec589db9f6cd67b7012 Mon Sep 17 00:00:00 2001 From: mik-tf Date: Wed, 17 Apr 2024 15:24:28 +0000 Subject: [PATCH] hero docs added info on building updated book --- docs/hero_create_mdbook.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/docs/hero_create_mdbook.md b/docs/hero_create_mdbook.md index 8cb9ce6..d662bd2 100644 --- a/docs/hero_create_mdbook.md +++ b/docs/hero_create_mdbook.md @@ -165,10 +165,13 @@ git push ## Generating the mdbook from a Remote Repository -Once the changes are uploaded to the remote repository, you will be able to build and open the new mdbook using the remote repository URL: +Once the changes are uploaded to the remote repository, you will be able to update the local repository and build the new mdbook using the remote repository URL: -``` -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -gr -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -o -``` \ No newline at end of file +- Update the repository + ``` + hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -gr + ``` +- Build the book + ``` + hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -o + ``` \ No newline at end of file