You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/08/24 16:19:10 UTC

[daffodil-site] branch asf-site updated: Publishing from f0d8b5f9b480ddb8e84fdb2eeb6c9309aa7e1c02

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/daffodil-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 07d7aa3  Publishing from f0d8b5f9b480ddb8e84fdb2eeb6c9309aa7e1c02
07d7aa3 is described below

commit 07d7aa33602e1d1f068067757d6f6bb52886db72
Author: Apache Daffodil Site Autobuild <de...@daffodil.apache.org>
AuthorDate: Wed Aug 24 16:19:05 2022 +0000

    Publishing from f0d8b5f9b480ddb8e84fdb2eeb6c9309aa7e1c02
---
 content/assets/themes/apache/css/style.css |  1 +
 content/vscode/1.0.0/index.html            | 14 ++++++++++++++
 content/vscode/1.1.0/index.html            | 14 ++++++++++++++
 3 files changed, 29 insertions(+)

diff --git a/content/assets/themes/apache/css/style.css b/content/assets/themes/apache/css/style.css
index 0eb54c9..9c1d560 100644
--- a/content/assets/themes/apache/css/style.css
+++ b/content/assets/themes/apache/css/style.css
@@ -80,6 +80,7 @@ h2 {
 .nav-tabs > li.active > a:hover {
   background-color: #f5f5f5;
   font-weight: bold;
+  outline: 0;
 }
 
 .navbar-nav .open .dropdown-menu {
diff --git a/content/vscode/1.0.0/index.html b/content/vscode/1.0.0/index.html
index 18a108d..203aa0b 100644
--- a/content/vscode/1.0.0/index.html
+++ b/content/vscode/1.0.0/index.html
@@ -90,6 +90,7 @@
     <h3>Get Release</h3>
     <ul class="nav nav-tabs">
       <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#vscodemarketplace">VS Code Marketplace</a></li>
     </ul>
     <div class="tab-content">
       <div id="download" class="tab-pane fade in active">
@@ -151,6 +152,19 @@
           </p>
         
       </div>
+      <div id="vscodemarketplace" class="tab-pane fade">
+        <p>
+            This extension is available from the <a href="https://marketplace.visualstudio.com/items?itemName=ASF.apache-daffodil-vscode">VS Code Marketplace</a>.
+        </p>
+        <p>
+            To install from within VS Code, launch VS Code Quick Open (Ctrl+P), type the following command, and press enter.
+        </p>
+        <div style="padding: 0px 15px 10px 15px;">
+
+<figure class="highlight"><pre><code class="language-text" data-lang="text">ext install ASF.apache-daffodil-vscode</code></pre></figure>
+
+        </div>
+      </div>
     </div>
   </div>
 </div>
diff --git a/content/vscode/1.1.0/index.html b/content/vscode/1.1.0/index.html
index f021590..34c9f69 100644
--- a/content/vscode/1.1.0/index.html
+++ b/content/vscode/1.1.0/index.html
@@ -90,6 +90,7 @@
     <h3>Get Release</h3>
     <ul class="nav nav-tabs">
       <li class="active"><a data-toggle="tab" href="#download">Download</a></li>
+      <li><a data-toggle="tab" href="#vscodemarketplace">VS Code Marketplace</a></li>
     </ul>
     <div class="tab-content">
       <div id="download" class="tab-pane fade in active">
@@ -151,6 +152,19 @@
           </p>
         
       </div>
+      <div id="vscodemarketplace" class="tab-pane fade">
+        <p>
+            This extension is available from the <a href="https://marketplace.visualstudio.com/items?itemName=ASF.apache-daffodil-vscode">VS Code Marketplace</a>.
+        </p>
+        <p>
+            To install from within VS Code, launch VS Code Quick Open (Ctrl+P), type the following command, and press enter.
+        </p>
+        <div style="padding: 0px 15px 10px 15px;">
+
+<figure class="highlight"><pre><code class="language-text" data-lang="text">ext install ASF.apache-daffodil-vscode</code></pre></figure>
+
+        </div>
+      </div>
     </div>
   </div>
 </div>