Skip to content

Remove ALL external dependencies for our docs site — EXPERIMENTAL, DO NOT MERGE #146

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

Closed
wants to merge 7 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ project:
website:
favicon: validmind.png
title: "ValidMind"
google-analytics: G-S46CKWPNSS
# google-analytics: G-S46CKWPNSS
search:
location: sidebar
type: textbox
Expand All @@ -14,7 +14,7 @@ website:
repo-actions: [edit, issue]

navbar:
logo: guide/ValidMind-logo-color.svg
logo: assets/vm-logo.svg
background: white
title: false
pinned: true
Expand Down
7 changes: 7 additions & 0 deletions site/_site/assets/bootstrap/4.3.1/js/bootstrap.min.js

Large diffs are not rendered by default.

6 changes: 6 additions & 0 deletions site/_site/assets/bootstrap/js/bootstrap.min.js

Large diffs are not rendered by default.

15 changes: 15 additions & 0 deletions site/_site/assets/fontawesome/facf9fa52c.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file added site/_site/assets/img/Frame 1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/_site/assets/img/Group 37.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
106 changes: 106 additions & 0 deletions site/_site/assets/img/Group 37.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/_site/assets/img/Group 38.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 9 additions & 0 deletions site/_site/assets/img/VM - White@1x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/_site/assets/img/image.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 2 additions & 0 deletions site/_site/assets/jquery/js/jquery-3.4.1.min.js

Large diffs are not rendered by default.

9 changes: 9 additions & 0 deletions site/_site/assets/vm-logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added site/_site/fonts/Inter/static/Inter-Regular.ttf
Binary file not shown.
9 changes: 0 additions & 9 deletions site/_site/guide/ValidMind-logo-color.svg

This file was deleted.

2 changes: 1 addition & 1 deletion site/_site/guide/before-you-begin.html
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a href="../index.html" class="navbar-brand navbar-brand-logo">
<img src="../guide/ValidMind-logo-color.svg" alt="" class="navbar-logo">
<img src="../assets/vm-logo.svg" alt="" class="navbar-logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<div class="navbar-container container-fluid">
<div class="navbar-brand-container">
<a href="../index.html" class="navbar-brand navbar-brand-logo">
<img src="../guide/ValidMind-logo-color.svg" alt="" class="navbar-logo">
<img src="../assets/vm-logo.svg" alt="" class="navbar-logo">
</a>
</div>
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation" onclick="if (window.quartoToggleHeadroom) { window.quartoToggleHeadroom(); }">
Expand Down
Loading