mirror of
https://github.com/ToolJet/ToolJet
synced 2026-04-21 21:47:17 +00:00
* added pages for directories and updated sidebar * added notion and openapi in sidebar.js
18 lines
392 B
HTML
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>
|