Skip to content

Commit

Permalink
documentation now in separate repo, fixed in another issue
Browse files Browse the repository at this point in the history
  • Loading branch information
hsl-petrhaj committed Oct 9, 2023
2 parents 96faf27 + f87c2f5 commit 9fd75ba
Show file tree
Hide file tree
Showing 51 changed files with 939 additions and 1,695 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
![master](https://github.com/HSLdevcom/helmet-ui/actions/workflows/node.js.yml/badge.svg?branch=master)

Helmet UI is a desktop user interface for [Helmet 4 Model System](https://github.com/HSLdevcom/helmet-model-system).
**Read [the documentation in Finnish](https://hsldevcom.github.io/helmet-ui/) to learn how to use Helmet UI and Helmet 4 Model System.**
**Read [the documentation in Finnish](https://hsldevcom.github.io/helmet-docs/) to learn how to use Helmet UI and Helmet 4 Model System.**
If you wish to develop the UI, continue below.

## Development requirements
Expand Down
27 changes: 27 additions & 0 deletions docs/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
<!DOCTYPE html>
<html>

<head>
<meta charset="utf-8">
<title>Error 404 :(</title>

<script>
window.onload = function () {
const destination = window.location.href;
if (window.location.href.includes("hsldevcom.github.io/helmet-ui")) {
const redirectLocation = window.location.href.replace(
"hsldevcom.github.io/helmet-ui",
"hsldevcom.github.io/helmet-docs"
);
document.getElementById("body").innerHTML = "Dokumentaatio on siiretty, uudelleenohjaus uudelle sivustolle!<br/><br/>Redirecting to " + redirectLocation + " ...";
window.location.href = redirectLocation;
}
}
</script>
</head>

<body id="body" style="text-align: center">
Page not found, repository moved to https://hsldevcom.github.io/helmet-docs
</body>

</html>
39 changes: 0 additions & 39 deletions docs/HSL-mallitoiden_tilaajan_ohje.md

This file was deleted.

73 changes: 0 additions & 73 deletions docs/HSL-toiden_dokumentointi.md

This file was deleted.

63 changes: 0 additions & 63 deletions docs/HSL_lahtotiedot.md

This file was deleted.

7 changes: 0 additions & 7 deletions docs/_config.yml

This file was deleted.

Loading

0 comments on commit 9fd75ba

Please sign in to comment.