feat(docs): fix build issues, add external links

This commit is contained in:
rzmk 2025-12-02 20:30:37 -05:00
parent 0fdbdd4d1c
commit 100165ec29
5 changed files with 52 additions and 11 deletions

View file

@ -37,4 +37,6 @@ The source code of ckanaction can be found at [github.com/dathere/ckanaction](ht
You may also explore this web app to view more code examples for each endpoint and also use an interactive GUI for sending HTTP requests to any local or remote CKAN instance.
View the GIF below to see how to point to a specific CKAN API endpoint using the interactive GUI, which by default points to a local CKAN instance endpoint's URL.
![ckanaction web app demo](/ckanaction-web-app-interactive-demo.gif)

View file

@ -0,0 +1,12 @@
{
"pages": [
"--- ---",
"index",
"---🎁 Interactive CKAN API GUI---",
"...",
"--- ---",
"[Source Code](https://github.com/dathere/ckanaction)",
"[Support and Feedback](https://support.dathere.com)",
"[Privacy Policy](https://dathere.com/privacy-policy/)"
]
}