ToolJet/docs/static/index.html
Shubhendra Singh Chauhan 307c2cd05a
[docs] updated sidebar and improved hierarchy (#2958)
* added pages for directories and updated sidebar

* added notion and openapi in sidebar.js
2022-05-04 08:10:46 +05:30

18 lines
392 B
HTML

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8" />
<meta http-equiv="refresh" content="0; url=docs/id-of-doc-to-land-on.html" />
<script type="text/javascript">
window.location.href = '/docs/';
</script>
<title>ToolJet - Documentation</title>
</head>
<body>
If you are not redirected automatically, follow this
<a href="/docs/">link</a>.
</body>
</html>