docs: add plugins page to nav, apply standards, trim design doc#663
Merged
planetf1 merged 1 commit intogenerative-computing:mainfrom Mar 17, 2026
Merged
Conversation
- Move plugins.mdx from core-concept/ to concepts/ (matches existing convention; all other core-concept/ pages already migrated) - Add to Concepts group in docs.json navigation - Apply documentation standards: diataxis frontmatter, sentence-case headings, markdownlint fixes, See also footer, glossary links on first use of Component/Requirement/MelleaSession - Fix broken internal link (/core-concept/interoperability → /integrations/mcp) - Add glossary entries: Hook/HookType, Plugin, PluginSet - Trim docs/dev/hook_system.md to internal design notes only, with pointer to user-facing page for usage docs
Contributor
|
The PR description has been updated. Please fill out the template for your PR to be reviewed. |
Merge ProtectionsYour pull request matches the following merge protections and will not be merged until they are valid. 🟢 Enforce conventional commitWonderful, this rule succeeded.Make sure that we follow https://www.conventionalcommits.org/en/v1.0.0/
|
Contributor
Author
|
@araujof I've linked in the docs to the main hierarchy & removed user-facing content from the dev docs (these are not in the external docs) to keep that as an implementation reference. I can remove those changes if you prefer. @ajbozarth may have some additional improvements based on his usage - anything small we can clarify here, but if any significant changes it's something we could do as a later pr -- here we get the current docs linked in. |
HendrikStrobelt
approved these changes
Mar 17, 2026
Merged
via the queue into
generative-computing:main
with commit Mar 17, 2026
3c0cfa4
9 of 10 checks passed
8 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Misc PR
Type of PR
Description
Fixes #649
Add the plugins & hooks page to the docs site navigation and bring it up to documentation standards.
Changes:
plugins.mdxfromcore-concept/toconcepts/(all othercore-concept/pages were already migrated)docs.json# diataxis:frontmatter, sentence-case headings, markdownlint fixes, See also footerComponent,Requirement,MelleaSession/core-concept/interoperability→/integrations/mcp)docs/dev/hook_system.mdto internal design notes only, with pointer to user-facing pageNote: Page is 975 lines (above the 800-line split guidance). Worth a follow-up to split but not blocking.
Testing