Skip to content
Open
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
78a3340
Add comprehensive skills and plugins documentation
juanmichelini Feb 16, 2026
d261d29
Add reference to skill-creator skill in Creating New Skills guide
juanmichelini Feb 16, 2026
a201cec
Reorder Quick Start to emphasize skill-creator as easiest approach
juanmichelini Feb 16, 2026
80c73db
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Mar 5, 2026
8fec845
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Mar 6, 2026
9d22deb
Fix JSON syntax errors in docs.json
openhands-agent Mar 6, 2026
efd9fba
Address PR #339 review feedback: Add monitoring docs and remove super…
juanmichelini Mar 11, 2026
e748f80
Merge monitoring documentation and style updates
juanmichelini Mar 11, 2026
10d31ce
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Mar 12, 2026
41c007d
Delete DOCS_UPDATES.md
juanmichelini Mar 13, 2026
0a18c7e
Update adding.mdx
juanmichelini Mar 13, 2026
69bca81
Update overview/plugins.mdx
juanmichelini Mar 14, 2026
604f1b7
Update docs.json
juanmichelini Mar 14, 2026
7e194f2
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Mar 14, 2026
46c42cb
Remove duplicate navigation entries in docs.json
openhands-agent Mar 14, 2026
4a8f7ab
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Mar 23, 2026
779b144
Merge origin/main and fix plugin docs accuracy
openhands-agent Apr 3, 2026
30d4f54
docs: move creating/monitoring skills into Skills group for better di…
openhands-agent Apr 7, 2026
989cb48
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Apr 8, 2026
bcc8f26
Clarify GITHUB_TOKEN usage for private skills
openhands-agent Apr 9, 2026
90d353f
Address remaining review comments
openhands-agent Apr 9, 2026
12dfcde
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Apr 9, 2026
0ebc8e4
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Apr 14, 2026
ea9e0bf
Merge branch 'main' into add-skills-plugins-documentation
juanmichelini Apr 15, 2026
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
29 changes: 16 additions & 13 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,19 @@
{
"group": "Essential Guidelines",
"pages": [
"overview/model-context-protocol",
{
"group": "Skills",
"pages": [
"overview/skills",
"overview/skills/repo",
"overview/skills/keyword",
"overview/skills/org",
"overview/skills/public",
"overview/skills/adding"
]
},
"overview/plugins",
"openhands/usage/essential-guidelines/when-to-use-openhands",
"openhands/usage/tips/prompting-best-practices",
"openhands/usage/essential-guidelines/good-vs-bad-instructions",
Expand All @@ -42,25 +55,15 @@
{
"group": "Onboarding OpenHands",
"pages": [
"openhands/usage/customization/repository",
"overview/skills/repo"
"overview/skills/creating",
Comment thread
juanmichelini marked this conversation as resolved.
Outdated
Comment thread
juanmichelini marked this conversation as resolved.
Outdated
"overview/skills/monitoring",
"openhands/usage/customization/repository"
]
},
{
"group": "Product Guides",
"pages": [
"openhands/usage/key-features",
"overview/model-context-protocol",
{
"group": "Skills",
"pages": [
"overview/skills",
"overview/skills/repo",
"overview/skills/keyword",
"overview/skills/org",
"overview/skills/public"
]
},
{
"group": "Settings",
"pages": [
Expand Down
Loading
Loading