Skip to content
  • Johannes Zarl-Zierl's avatar
    Fix pipeline job "html_test" · 9cb0cf38
    Johannes Zarl-Zierl authored and Nate Graham's avatar Nate Graham committed
    This MR fixes most errors in the job "html_test", but not all.
    
    @phunh I don't understand why the following pages still fail:
    
        hig/components/assistance/inline/index.html
        Non-OK status: 404 --- hig/components/assistance/inline/index.html --> https://api.kde.org/frameworks/kirigami/html/classInlineMessage.html
        docs/plasma/aurorae/index.html
        hash does not exist --- docs/plasma/aurorae/index.html --> /docs/plasma/theme/theme-details/#using-system-colors
        docs/plasma/theme/quickstart/index.html
        hash does not exist --- docs/plasma/theme/quickstart/index.html --> /docs/plasma/theme/theme-details/#background-svg-format
    
    The first one (`content/hig/components/assistance/inline.md`) is a doc link in the form `[InlineMessage](docs:kirigami2;InlineMessage)`. Similar links to other classes work, and the [InlineMessage](https://api.kde.org/frameworks/kirigami/html/classorg_1_1kde_1_1kirigami_1_1InlineMessage.html) page exists on api.kde.org.
    
    What am I missing here?
    
    The other two errors are equally dumbfonding to me: both pages use `ref` and work locally, and hugo does not generate a warning for them. Shouldn't that mean that they work on the production environment?
    9cb0cf38