Goal
Decompose the monolithic content/en/docs/plugins.md file into individual, self-contained documentation files for each plugin.
Context
The single plugins.md file has become large and difficult to maintain. Migrating each plugin's documentation to a separate file will improve organization and make future updates easier. But we should done #425 first
Acceptance Criteria
- The
content/en/docs/plugins.md file is removed.
- A new directory,
content/en/docs/plugins/, is created.
- For each plugin originally in
plugins.md (e.g., Gang, Binpack, Priority), a corresponding Markdown file is created in the new directory (e.g., content/en/docs/plugins/gang.md).
- The content for each plugin is accurately migrated from the original file to its new file.
- Content that is outdated or inconsistent with the current scheduler implementation is updated for accuracy( e.g., Predicate and NodeOrder's description is not correct in current doc)
Goal
Decompose the monolithic
content/en/docs/plugins.mdfile into individual, self-contained documentation files for each plugin.Context
The single
plugins.mdfile has become large and difficult to maintain. Migrating each plugin's documentation to a separate file will improve organization and make future updates easier. But we should done #425 firstAcceptance Criteria
content/en/docs/plugins.mdfile is removed.content/en/docs/plugins/, is created.plugins.md(e.g., Gang, Binpack, Priority), a corresponding Markdown file is created in the new directory (e.g.,content/en/docs/plugins/gang.md).