Skip to content

Fix image and category for Documentation #8378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/scripts/sync-rpc-cmds.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# readme url
URL = "https://dash.readme.com/api/v1"
# category id for API reference
CATEGORY_ID = "63e4e160c60b2e001dd1cc4e"
CATEGORY_ID = "685ce4df1df887006ff221c5"
CATEGORY_SLUG = "json-rpc-apis"


Expand Down
2 changes: 1 addition & 1 deletion doc/developers-guide/app-development.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ There are several ways to connect and interact with a Core Lightning node in ord
"images": [
{
"image": [
"https://files.readme.io/a7cf433-CLN-App-Development.png",
"https://files.readme.io/3eeb3ddc8687fa45432c215777e478c40998bf94c42aeb1591c8096aac102e40-CLN-App-Development.png",
null,
"A visual chart of all interface and transport protocols to interact with a CLN node."
],
Expand Down
2 changes: 1 addition & 1 deletion doc/developers-guide/app-development/commando-plugin.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Commando"
title: "Commando Plugin"
slug: "commando-plugin"
hidden: false
createdAt: "2023-02-08T09:54:01.784Z"
Expand Down