This commit is contained in:
2024-01-26 07:04:37 +03:00
parent 927884feb1
commit 41be107375
35 changed files with 60 additions and 32 deletions

View File

@@ -6,7 +6,7 @@
```js
//will run all books, can also do name:'mybooka,mybook2'
// !!books.generate
!!books.generate
// !!books.pull
// !!book.edit name:'datacenter'

View File

@@ -1,15 +0,0 @@
```js
!!book.define name:'asimov' title:'Asimovs Internet 4.0'
url:'https://git.ourworld.tf/threefold_coop/info_asimov/src/branch/main/asimov'
!!book.collection_add book:'asimov' name:'asimov'
url:'https://git.ourworld.tf/threefold_coop/info_asimov/src/branch/main/asimov'
```

View File

@@ -0,0 +1,15 @@
```js
!!book.define name:'duniayetu' title:'Dunia Yetu Internet 4.0'
url:'https://git.ourworld.tf/threefold_coop/info_threefold_coop/src/branch/main/books/duniayetu_dar'
!!book.collections_add book:'duniayetu'
url:'https://git.ourworld.tf/threefold_coop/info_threefold_coop/src/branch/main/collections'
```