Closed dariuswatson closed 2 years ago
@dariuswatson Can we get a 404.html
page added to the document root as a part of this?
It should just be a copy of index.html and added into the pipeline, this would fix direct links on GitHub pages. Should be done just after the build step.
Actually.... I just noticed we already do that.... GitHub pages isn't picking up the 404.html doc for some reason and I'm not entirely sure why ATM. If it's a simple fix we should try to get it added.
I found it... The pipeline needs to just move 404.html up one directory level and it should work
Ah ok, thanks @AndrewBabbitt97
Will re-open PR with feature branch from forked repository
Update documentation
Summary of the changes
Adding context into documents for Medulla, updating links with relative path to fix hyperlink to other .md documents
Description
Adding new context for "what is low-code" section
Updating links to relative paths within architecture-overview.md
The hyperlinks are being returned 404 update example:
Update image path to display in markdown document:
Fixes #{186}