|
@@ -32,24 +32,24 @@
|
|
return {
|
|
return {
|
|
//--- Links To Generate Above ---//
|
|
//--- Links To Generate Above ---//
|
|
links: [{
|
|
links: [{
|
|
- text: 'API Usage Rights',
|
|
|
|
|
|
+ text: 'Usage Rights',
|
|
icon: 'mdi-book-open-variant',
|
|
icon: 'mdi-book-open-variant',
|
|
- to: 'usage-rights'
|
|
|
|
|
|
+ to: '/documentation/usage-rights'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- text: 'API URL Information',
|
|
|
|
|
|
+ text: 'URL Information',
|
|
icon: 'mdi-web',
|
|
icon: 'mdi-web',
|
|
- to: 'url'
|
|
|
|
|
|
+ to: '/documentation/url'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
text: 'Available Endpoints',
|
|
text: 'Available Endpoints',
|
|
icon: 'mdi-transit-connection-variant',
|
|
icon: 'mdi-transit-connection-variant',
|
|
- to: 'endpoints'
|
|
|
|
|
|
+ to: '/documentation/endpoints'
|
|
},
|
|
},
|
|
{
|
|
{
|
|
text: 'Basic Fetching Tutorial',
|
|
text: 'Basic Fetching Tutorial',
|
|
icon: 'mdi-school',
|
|
icon: 'mdi-school',
|
|
- to: 'fetching'
|
|
|
|
|
|
+ to: '/documentation/fetching'
|
|
},
|
|
},
|
|
]
|
|
]
|
|
}
|
|
}
|