Skip to content

v0.1.16: incorrect path generated  #37

Closed
@florianduros

Description

@florianduros

Hi,

With the v0.1.16, the generated paths in the SUMMARY.md are incorrect. I don't face the issue with the v0.1.15.

I have the following folder structure:

- docs
    |-- project 
          | -- SUMMARY.md
          | -- README.md

The SUMMARY.md has a link to the README.md:

- [Introduction](README.md)

Running the command:
$ mdbook-combiner -m docs

The generated SUMMARY.md has the following content:

- [Introduction](README.md)

Instead to have an absolute path to the README.md like:

- [Introduction](myabsolutepath/docs/project/README.md)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions