-
Notifications
You must be signed in to change notification settings - Fork 4
Add links to validmind.ai #140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I found a few mentions of "Main Site", commented on some of them but not all.
site/_site/index.html
Outdated
@@ -534,6 +536,9 @@ <h2 style="color: var(--bs-white);" class="anchored">Support & Training</h2> | |||
<div class="nav-footer-right"> | |||
<ul class="footer-items list-unstyled"> | |||
<li class="nav-item"> | |||
<a class="nav-link" href="https://validmind.com/">Main Site <i class="fa-solid fa-external-link" aria-label="external-link"></i></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not too sure, but should this also be "validmind.ai" ?
@@ -159,8 +159,28 @@ | |||
<a class="nav-link" href="../../guide/support.html" rel="" target=""> | |||
<span class="menu-text">Support</span></a> | |||
</li> | |||
<li class="nav-item"> | |||
<a class="nav-link" href="https://validmind.com/" rel="" target="_blank"> | |||
<span class="menu-text">Main Site <i class="fa-solid fa-external-link" aria-label="external-link"></i></span></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also be "validmind.ai" ?
<ul class="dropdown-menu dropdown-menu-end" aria-labelledby="quarto-navigation-tool-dropdown-0"> | ||
<li> | ||
<a class="dropdown-item quarto-navbar-tools ms-auto-item" href="https://validmind.com/"> | ||
Main Site {{< fa external-link >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also be "validmind.ai" ?
@@ -689,6 +707,9 @@ <h1 class="title">Enhancements – September 26, 2023</h1> | |||
<div class="nav-footer-right"> | |||
<ul class="footer-items list-unstyled"> | |||
<li class="nav-item"> | |||
<a class="nav-link" href="https://validmind.com/">Main Site <i class="fa-solid fa-external-link" aria-label="external-link"></i></a> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should this also be "validmind.ai" ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go!
Internal Notes for Reviewers
This PR adds links to validmind.ai to top navigation and footer for our docs site:
Top navigation:
Footer:
External Release Notes