Skip to content

Commit

Permalink
Merge pull request #49 from mark-plummer/main
Browse files Browse the repository at this point in the history
main updates
  • Loading branch information
mark-plummer authored Jan 14, 2021
2 parents 60cc487 + 8771f0d commit 652bef0
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions build/software/home/main/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ <h3>IT Ops Engineer</h3>
<div class="ulist">
<ul>
<li>
<p><a href:../Software/6.3/docs/welcome-intro.html>Deployment Options</a></p>
<p><a href="../../Software/6.3/docs/welcome-intro.html">Deployment Options</a></p>
</li>
<li>
<p><a href:../Software/6.3/docs/about-security.html>Security</a></p>
<p><a href="../Software/6.3/docs/about-security.html">Security</a></p>
</li>
<li>
<p><a href:../Software/6.3/docs/choose-strategy.html>Backup and Restore</a></p>
Expand Down
10 changes: 5 additions & 5 deletions home/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>ThoughtSpot Documentation</title>
<link rel="canonical" href="http://docs.thoughtspot.com/thoughtspot-docs">
<link rel="stylesheet" href="../../_/css/site.css">
<link rel="stylesheet" href="_/css/site.css">
</head>
<body class="home">
<header class="header">
<nav class="navbar">
<div class="navbar-brand">
<a class="navbar-item" href="http://docs.thoughtspot.com/thoughtspot-docs"><img src="../../_/img/company_logo_white.svg" alt="ThoughtSpot logo" height="47.42" width="158"/><!--ThoughtSpot Software--></a>
<a class="navbar-item" href="http://docs.thoughtspot.com/thoughtspot-docs"><img src="_/img/company_logo_white.svg" alt="ThoughtSpot logo" height="47.42" width="158"/><!--ThoughtSpot Software--></a>
<!-- <button class="navbar-burger" data-target="topbar-nav">
<span></span>
<span></span>
Expand Down Expand Up @@ -78,13 +78,13 @@ <h3>IT Ops Engineer</h3>
<div class="ulist">
<ul>
<li>
<p><a href:../Software/6.3/docs/welcome-intro.html>Deployment Options</a></p>
<p><a href="../../Software/6.3/docs/welcome-intro.html">Deployment Options</a></p>
</li>
<li>
<p><a href:../Software/6.3/docs/about-security.html>Security</a></p>
<p><a href="./Software/6.3/docs/about-security.html">Security</a></p>
</li>
<li>
<p><a href:../Software/6.3/docs/choose-strategy.html>Backup and Restore</a></p>
<p><a href="./Software/6.3/docs/choose-strategy.html">Backup and Restore</a></p>
</li>
</ul>
</div>
Expand Down
6 changes: 3 additions & 3 deletions home/modules/ROOT/pages/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ We’d love to hear from you. Feel free to use the btn:[Feedback?] button on any

If you are a ThoughtSpot administrator wanting to configure, deploy, and manage the ThoughtSpot Platform

* +++<a href:../Software/6.3/docs/welcome-intro.html>Deployment Options</a>+++
* +++<a href:../Software/6.3/docs/about-security.html>Security</a>+++
* +++<a href:../Software/6.3/docs/choose-strategy.html>Backup and Restore</a>+++
* +++<a href="../Software/6.3/docs/welcome-intro.html">Deployment Options</a>+++
* +++<a href="../Software/6.3/docs/about-security.html">Security</a>+++
* +++<a href="../Software/6.3/docs/choose-strategy.html">Backup and Restore</a>+++
[.card]
=== Data Engineer
Expand Down
2 changes: 1 addition & 1 deletion playback.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ content:
branches: HEAD
start_path: home
- url: [email protected]:thoughtspot/thoughtspot-docs.git
branches: ['6.3', '6.2', '6.1', '6.0',]
branches: ['6.3', '6.2', '6.1', '6.0']
start_path: /site
ui:
bundle:
Expand Down
2 changes: 1 addition & 1 deletion playbook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ content:
# embedding empty credentials in the URL disables the Edit this Page link for any page created from this repository
- url: [email protected]:thoughtspot/thoughtspot-docs.git
branches: ['6.0', '6.1', '6.2', '6.3']
start_path: /site
start_path: software/
ui:
bundle:
# url: https://gitlab.com/antora/antora-ui-default/-/jobs/artifacts/master/raw/build/ui-bundle.zip?job=bundle-stable
Expand Down

0 comments on commit 652bef0

Please sign in to comment.