mirror of
https://github.com/tauri-apps/tauri-docs.git
synced 2026-01-31 00:35:16 +01:00
47 lines
817 B
Plaintext
47 lines
817 B
Plaintext
{
|
|
"folders": [
|
|
{
|
|
"path": ".",
|
|
"name": "docs",
|
|
},
|
|
{
|
|
"path": "packages",
|
|
"name": "packages",
|
|
"folders": [
|
|
{
|
|
"path": "js-api-generator",
|
|
},
|
|
{
|
|
"path": "config-generator",
|
|
},
|
|
{
|
|
"path": "cli-generator",
|
|
},
|
|
{
|
|
"path": "releases-generator",
|
|
},
|
|
{
|
|
"path": "compatibility-table",
|
|
},
|
|
],
|
|
},
|
|
// todo: fix paths so that we can see docs, packages and submodules
|
|
{
|
|
"path": "packages",
|
|
"name": "submodules",
|
|
"folders": [
|
|
{
|
|
"path": "awesome-tauri",
|
|
},
|
|
{
|
|
"path": "tauri",
|
|
},
|
|
{
|
|
"path": "plugins-workspace",
|
|
},
|
|
],
|
|
},
|
|
],
|
|
"settings": {},
|
|
}
|