Merge branch 'main' of https://git.ourworld.tf/tfgrid/info_tfgrid
This commit is contained in:
commit
1ae78c8b19
@ -165,10 +165,13 @@ git push
|
|||||||
|
|
||||||
## Generating the mdbook from a Remote Repository
|
## 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:
|
||||||
|
|
||||||
|
- Update the repository
|
||||||
```
|
```
|
||||||
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 -gr
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook
|
```
|
||||||
|
- Build the book
|
||||||
|
```
|
||||||
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -o
|
hero mdbook -u https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/heroscript/new_mdbook -o
|
||||||
```
|
```
|
@ -11,6 +11,7 @@
|
|||||||
- [Troubleshooting](#troubleshooting)
|
- [Troubleshooting](#troubleshooting)
|
||||||
- [Fix the error: "cli execution error: Cannot pull repo..."](#fix-the-error-cli-execution-error-cannot-pull-repo)
|
- [Fix the error: "cli execution error: Cannot pull repo..."](#fix-the-error-cli-execution-error-cannot-pull-repo)
|
||||||
- [Fix: Git hangs at "Cloning into..."](#fix-git-hangs-at-cloning-into)
|
- [Fix: Git hangs at "Cloning into..."](#fix-git-hangs-at-cloning-into)
|
||||||
|
- [Distinctions between mdbook and hero mdbook](#distinctions-between-mdbook-and-hero-mdbook)
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
@ -154,3 +155,13 @@ If it happens another time, you can try to download it manually:
|
|||||||
mkdir -p /root/code/git.ourworld.tf/tfgrid && cd $_
|
mkdir -p /root/code/git.ourworld.tf/tfgrid && cd $_
|
||||||
git clone https://git.ourworld.tf/tfgrid/info_tfgrid
|
git clone https://git.ourworld.tf/tfgrid/info_tfgrid
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Distinctions between mdbook and hero mdbook
|
||||||
|
|
||||||
|
There are some distinctions between mdbook and hero mdbook. This is subject to change since hero is being continually improved and developed.
|
||||||
|
|
||||||
|
- hero mdbook cannot use parenthesis in tables of contents (e.g. in SUMMARY.md)
|
||||||
|
- hero mdbook uses the following include template:
|
||||||
|
```
|
||||||
|
!!wiki.include page:'collection_name:file_name.md'
|
||||||
|
```
|
Loading…
Reference in New Issue
Block a user