mirror of
https://github.com/dathere/qsvpro.dathere.com.git
synced 2025-12-18 13:49:25 +00:00
chore: rearrange Q&A
This commit is contained in:
parent
e54813795a
commit
5b1a24f800
1 changed files with 11 additions and 11 deletions
|
|
@ -37,6 +37,16 @@ const FAQData = [
|
|||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
question: 'What is CKAN?',
|
||||
answer: "CKAN is an open-source data management system used around the world. You may learn more at ckan.org.",
|
||||
links: [
|
||||
{
|
||||
label: "CKAN website",
|
||||
url: "https://ckan.org",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
question: "Where can I generate a CKAN API token?",
|
||||
answer: "You may generate a CKAN API token by logging into your CKAN account on your CKAN instance. Then, click on the user profile icon on the top right corner, click the 'API Tokens' tab, enter any name for your token and click the 'Create API Token' button, and then your API token will appear on the page. Note that you may not view your API token from qsv pro, so we recommend saving this token somewhere safe.",
|
||||
|
|
@ -98,17 +108,7 @@ const FAQData = [
|
|||
url: "https://support.dathere.com",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
question: 'What is CKAN?',
|
||||
answer: "CKAN is an open-source data management system used around the world. You may learn more at ckan.org.",
|
||||
links: [
|
||||
{
|
||||
label: "CKAN website",
|
||||
url: "https://ckan.org",
|
||||
},
|
||||
],
|
||||
},
|
||||
}
|
||||
];
|
||||
|
||||
export const FAQ = () => (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue