mirror of
https://github.com/apache/superset.git
synced 2026-05-10 10:25:51 +00:00
Deploy website - based on 0edb97907f
This commit is contained in:
11
usertutorial.html/index.html
Normal file
11
usertutorial.html/index.html
Normal file
@@ -0,0 +1,11 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta http-equiv="refresh" content="0; url=/docs/creating-charts-dashboards/creating-your-first-dashboard">
|
||||
<link rel="canonical" href="/docs/creating-charts-dashboards/creating-your-first-dashboard" />
|
||||
</head>
|
||||
<script>
|
||||
window.location.href = '/docs/creating-charts-dashboards/creating-your-first-dashboard';
|
||||
</script>
|
||||
</html>
|
||||
Reference in New Issue
Block a user