Adding support for website as docs
This commit is contained in:
parent
b07b3900d5
commit
db15a0cc63
2 changed files with 19 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
Questo deposito è stato creato con lo scopo di avere un sito unico e facile da gestire per mantenere tutte le documentazioni riguardanti Thunder Network (comunità e progetti).
|
||||
Questo sito è stato creato con lo scopo di avere un sito unico e facile da gestire per mantenere tutte le documentazioni riguardanti Thunder Network (comunità e progetti).
|
||||
|
||||
- [Organizzazione](./Organization/Organization.md)
|
||||
- [RaD](./RaD/RaD.md)
|
||||
|
|
18
index.json
Normal file
18
index.json
Normal file
|
@ -0,0 +1,18 @@
|
|||
{
|
||||
"public": [
|
||||
{
|
||||
"name": "Index",
|
||||
"path": "README.md",
|
||||
"slug": "",
|
||||
"type": "md",
|
||||
"updated": "2021-10-06T00:00:00.000Z"
|
||||
},
|
||||
{
|
||||
"name": "RaD",
|
||||
"path": "./RaD/about.md",
|
||||
"slug": "RaD",
|
||||
"type": "md",
|
||||
"updated": "2021-10-06T00:00:00.000Z"
|
||||
}
|
||||
]
|
||||
}
|
Loading…
Reference in a new issue