Skip to content

Support inlining expansions in their parent's page #564

@lpw25

Description

@lpw25

Sometimes people have small sub-modules and they would prefer to get something like:

  module Foo : sig
  
    type t
    
    val x : t
    
  end

in their docs instead of:

  module Foo : sig ... end

and a separate page for Foo.

It would be nice to allow users to annotate modules with some kind of tag to indicate that they would like this behaviour. It would require support in the model since links that used to go to the separate Foo page would now need to go to its parent page.

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