Skip to content

Conversation

Weltraumschaf
Copy link
Member

The ADRs from this repo are copied during the documentation build
over to that repo and will be rendered in its ADR section.

Docusaurus fails the build if there are unresolvable links in
the sources.

In Markdown typically links are written as [text](url). If the
links are written in the footer of the document with references
the syntax must be:

[text]: uri

The braces around the URI resulted into unresolvable URIs which
caused the failing build.

The ADRs from this repo are copied during the documentation build
over to that repo and will be rendered in its ADR section.

Docusaurus fails the build if there are unresolvable links in
the sources.

In Markdown typically links are written as `[text](url)`. If the
links are written in the footer of the document with references
the syntax must be:

```Markdown
[text]: uri
```

The braces around the URI resulted into unresolvable URIs which
caused the failing build.

Signed-off-by: Sven Strittmatter <sven.strittmatter@iteratec.com>
@Weltraumschaf Weltraumschaf merged commit ac2e117 into main Oct 18, 2021
@Weltraumschaf Weltraumschaf deleted the issue_139 branch October 18, 2021 11:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bugs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants