Skip to content

[Bug Report] API Refence has bad state when using aliased language names #3066

@kylediaz

Description

@kylediaz
Screen.Recording.2026-02-02.at.4.54.31.PM.mov

Our intention is to have two separate sections: cURL for a normal curl command and cli or bash or terminal for our CLI.

If we use terminal, there is no icon for it. Instead, we tried to use bash but that gets you this weird state.

extensions(
        ("x-codeSamples" = json!([
            {
                "lang": "bash",
                "label": "List Databases",
                "source": "chroma db list"
            }
        ]))
    )
  "api": {
    "examples": {
      "languages": [
        "typescript",
        "python",
        "rust",
        "curl",
        "bash",
        "go",
        "java",
        "ruby",
        "php"
      ]
    }
  },

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions