Skip to content

cosmos/docs

Repository files navigation

Cosmos Documentation Hub

A work in progress, striving to unify and provide a single source of truth for all documentation encompassing the broader Cosmos stack.

Contributing

  1. Fork the repository

    • Click “Fork” in the GitHub UI to create your own copy.
  2. Clone your fork

   git clone https://github.com/<your-username>/cosmos-docs.git
   cd cosmos-docs
  1. Create a branch
   git checkout -b my-feature
  1. Make your changes

    • Edit or add files under docs/ as needed.
    • Follow existing file structure and naming conventions.
    • Ensure Markdown is valid and links resolve.
  2. Local testing & validation

   # Start a live-reload preview
   npx mint dev

   # Check for broken internal links
   npx mint broken-links

   # Validate OpenAPI specs (if applicable)
   npx mint openapi-check path/to/openapi.yaml

Source: Mintlify CLI docs 6. Commit and push

   git add .
   git commit -m "Brief description of your change"
   git push origin my-feature
  1. Open a Pull Request

    • On GitHub, navigate to your fork.
    • Click “Compare & pull request.”
    • Provide a concise title and description.
    • Submit the PR for review.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •