Skip to content

Commit

Permalink
Pages should redirect to new site
Browse files Browse the repository at this point in the history
  • Loading branch information
ibacher authored Nov 29, 2023
1 parent db7983f commit 6abfa80
Showing 1 changed file with 5 additions and 28 deletions.
33 changes: 5 additions & 28 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,36 +2,13 @@
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="1; url=https://o3-docs.openmrs.org/">
<title>OpenMRS Frontend 3.0 Documentation for Developers</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="Description">
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0">
<link rel="icon" href="openmrs.svg">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/css/theme-simple.css">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/themes/prism.css">
</head>
<body>
<div id="app"></div>
<script src="//cdn.jsdelivr.net/npm/docsify-edit-on-github"></script>
<script>
window.$docsify = {
name: 'Frontend 3.0 for Developers',
logo: 'logo.png',
repo: 'openmrs/openmrs-esm-core',
auto2top: true,
loadSidebar: true,
subMaxLevel: 1,
relativePath: true,
plugins: [
EditOnGithubPlugin.create("https://github.com/openmrs/openmrs-esm-core/edit/main/docs/")
]
}
window.location.href = "https://o3-docs.openmrs.org/"
</script>
<script src="//cdn.jsdelivr.net/npm/docsify@4"></script>
<script src="https://cdn.jsdelivr.net/npm/docsify-themeable@0/dist/js/docsify-themeable.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-typescript.min.js"></script>
<script src="//unpkg.com/docsify-pagination/dist/docsify-pagination.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/docsify/lib/plugins/search.min.js"></script>
</head>
<body>
These docs have been moved.. If you are not redirected automatically, follow this <a href="https://o3-docs.openmrs.org/">link to the updated docs</a>.
</body>
</html>

0 comments on commit 6abfa80

Please sign in to comment.