updated test

This commit is contained in:
Mik-TF 2024-05-08 19:23:39 -04:00
parent cd381257dc
commit 515d640188
3 changed files with 10 additions and 14 deletions

View File

@ -1,2 +1 @@
- [Why](why/why.md)
- [org](tfgrid_org/cf.md)
- [Test Page](test/test.md)

7
collections/test/test.md Normal file
View File

@ -0,0 +1,7 @@
# Mdbook Test
If you can build and see this mdbook, you are set correctly with Hero Mdbook!
You can now work on the library and improves the books.
Thanks for your contribution to the TFGrid!

View File

@ -2,22 +2,12 @@
```js
!!book.generate name:'tfgrid' title:'TFGrid Internet 4.0'
!!book.generate name:'test' title:'Mdbook Test'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/tfgrid_org'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/values'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/p2p'
!!doctree.add
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/why'
url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/collections/test'
```