2024-02-23 13:07:35 +00:00
|
|
|
|
|
|
|
|
|
|
|
```js
|
|
|
|
|
2024-12-03 12:30:25 +00:00
|
|
|
!!mdbook.export
|
|
|
|
title:'Mdbook Test'
|
|
|
|
name:'test'
|
|
|
|
description:'This book is a test to validate the mdbook generation process.'
|
|
|
|
summary_url:'https://git.ourworld.tf/tfgrid/info_tfgrid/src/branch/main/books/test'
|
|
|
|
collections:'test'
|
|
|
|
production:0 //means we put it in summary
|
|
|
|
|
2024-02-23 13:07:35 +00:00
|
|
|
|
|
|
|
|
2024-05-08 23:28:12 +00:00
|
|
|
```
|