17 lines
250 B
JSON
17 lines
250 B
JSON
[
|
|
{
|
|
"text": "Guide",
|
|
"link": "/guide/",
|
|
"activeMatch": "/guide/"
|
|
},
|
|
{
|
|
"text": "Hello world",
|
|
"link": "/hello/",
|
|
"activeMatch": "/hello/"
|
|
},
|
|
{
|
|
"text": "API",
|
|
"link": "https://rspress.dev/api/index.html"
|
|
}
|
|
]
|