mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-04-01 01:20:31 -04:00
Azure SQL Hybrid Cloud Toolkit Notebooks Extension Command (#13286)
* added extension folder incomplete * WIP extension progress * notebook finally opens in side panel * notebook now opens via notebook extension * html file spaces restored * package json fixed * fixed vscode import issue * more cleanup * remove git stuff * placeholder icon logos added * fixed gulpfile * cleanup changes * vscode import fixed * fixed main and yarn.lock * added provided notebooks view * formatting for package.json * removed first command as its not necessary * fixed notebook typo * readded spaces
This commit is contained in:
@@ -0,0 +1,25 @@
|
||||
---
|
||||
permalink: /index.html
|
||||
title: "Index"
|
||||
layout: none
|
||||
---
|
||||
|
||||
<!-- The index page should simply re-direct to the first chapter -->
|
||||
{% for chapter in site.data.toc %}
|
||||
{% unless chapter.external %}
|
||||
{% comment %}This ensures that the first link we re-direct to isn't an external site {% endcomment %}
|
||||
{% assign redirectURL = chapter.url | relative_url %}
|
||||
{% break %}
|
||||
{% endunless %}
|
||||
{% endfor %}
|
||||
<!DOCTYPE html>
|
||||
<html lang="en-US">
|
||||
<meta charset="utf-8">
|
||||
<title>Redirecting…</title>
|
||||
<link rel="canonical" href="{{ redirectURL }}">
|
||||
<script>location="{{ redirectURL }}"</script>
|
||||
<meta http-equiv="refresh" content="0; url={{ redirectURL }}">
|
||||
<meta name="robots" content="noindex">
|
||||
<h1>Redirecting…</h1>
|
||||
<a href="{{ redirectURL }}">Click here if you are not redirected.</a>
|
||||
</html>
|
||||
Reference in New Issue
Block a user