Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

allow overriding ui version

Open
#2 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
48/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
ocaml
Domain
api

Research direction

Start with the pinned v3 UI reference and the initialization script shown in the linked fork comparison, then trace how doc_route embeds the UI HTML. The change is complete when callers can optionally select a UI version while the existing v3 behavior remains the default, including the documented configuration path.

Written by the indexing model from the issue text.

Description

The ui version is pinned to v3. This could be made an optional parameter to allow upgrading to later versions of the UI as I did on my fork: https://github.com/marigold-dev/openapi-router/compare/master...joprice:openapi-router:flake?expand=1#diff-b52566891d1041a5b52c0c58c967fcd6096ce1c3674e4c869095fee0f327d66bR414. This assumes that the initialization script embedded in the library works for future versions, so but that could be worked around by ignoring the html from the doc_route and inlining a customized version. Assuming the config is relatively stable, allowing the version to be optionally specified is convenient to expose.

Dominant language
OCaml
Stars
9
Forks
4
PR merge metrics
No merged PRs in 30d

Getting set up

We have not checked this project's setup files yet. Start from its README, and see our first-contribution guide for the general steps.

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from marigold-dev/openapi-router

All issues in marigold-dev/openapi-router

Similar issues

More Backend & API Design issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.