Skip to content

NO-ISSUE: docs: remove all and add reference#55

Merged
hhk7734 merged 2 commits intomainfrom
docs
Feb 12, 2026
Merged

NO-ISSUE: docs: remove all and add reference#55
hhk7734 merged 2 commits intomainfrom
docs

Conversation

@hhk7734
Copy link
Member

@hhk7734 hhk7734 commented Feb 12, 2026

No description provided.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request performs a major documentation restructure, removing all existing documentation content and replacing it with minimal API reference documentation for Heimdall and Odin components.

Changes:

  • Removes all existing documentation (getting started, features, best practices, benchmarking guides)
  • Removes all static assets (logos, images)
  • Adds new API reference documentation for Heimdall and Odin
  • Updates AGENTS.md with simplified documentation guidelines
  • Converts category metadata from JSON to YAML format
  • Modifies package-lock.json dependency structure

Reviewed changes

Copilot reviewed 31 out of 48 changed files in this pull request and generated 5 comments.

Show a summary per file
File Description
website/docs/reference/heimdall/api-reference.mdx New API reference for Heimdall scheduler with Kubernetes API documentation
website/docs/reference/odin/api-reference.mdx New API reference for Odin inference service with Kubernetes API documentation
website/docs/reference/heimdall/category.yaml Category metadata for Heimdall reference docs
website/docs/reference/odin/category.yaml Category metadata for Odin reference docs
website/docs/reference/category.yaml Category metadata for Reference section
website/AGENTS.md Simplified documentation guidelines and formatting rules
website/.gitignore Updated with comprehensive Node.js gitignore template
website/package-lock.json Removed "peer": true flags from multiple dependencies
website/static/moreh-logo-white.svg Modified SVG with new color class and minor formatting changes
Multiple .mdx and image files Deleted all existing documentation content and assets
Files not reviewed (1)
  • website/package-lock.json: Language not supported
Comments suppressed due to low confidence (1)

website/package-lock.json:18267

  • Multiple dependencies have had their "peer": true flag removed in package-lock.json. This change converts peer dependencies into direct dependencies, which could significantly increase the bundle size and potentially cause version conflicts. Verify that this change is intentional and that all affected packages (@algolia/client-search, @babel/core, @docusaurus/core, react, react-dom, webpack, etc.) should indeed be direct dependencies rather than peer dependencies. This appears to be a substantial change to the dependency structure that may have been unintentionally introduced.

@hhk7734 hhk7734 merged commit e097fce into main Feb 12, 2026
3 checks passed
@hhk7734 hhk7734 deleted the docs branch February 12, 2026 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant