Skip to content

When calling an article by url, the TOC does not detect the order where the current article is. #316

@davidjonas

Description

@davidjonas

Basically, with 0.10.0. If I have my toc linked in all pages with the order:

article1
article2
article3
article4

and If I visit mysite.com/article3 I see the publication order as (always clicking the next button):
article3
article1
article2
article3
article4

The expected behaviour is what was happening before updating to 0.10.0:
I would visit mysite.com/article3 click next and I would get:
article3
article4

Am I doing something wrong? My toc.json is the same linked on every page and has the format:

{"contents": [
{"url": "/article1"},
{"url": "/article2"},
{"url": "/article3"},
{"url": "/article4"}
]
}

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