main into dev #50

Merged
mik-tf merged 64 commits from main into development 2024-05-10 10:46:13 +00:00
3 changed files with 10 additions and 14 deletions
Showing only changes of commit 515d640188 - Show all commits

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'
```