Skip to content

Commit

Permalink
Basic set up for Netlify (#4368)
Browse files Browse the repository at this point in the history
* feat: deploy to netlify

* feat(docs): add Netlify link to the docs footer

* Update Footer.vue

---------

Co-authored-by: Yauheni Prakopchyk <[email protected]>
  • Loading branch information
raichev-dima and asvae committed Aug 29, 2024
1 parent 435c85e commit 3f35953
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,6 @@ yarn-error.log*
*.njsproj
*.sln
*.sw?

# Local Netlify folder
.netlify
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v18.20.2
v18.20.2
5 changes: 5 additions & 0 deletions packages/docs/components/landing/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
<a href="https://www.iubenda.com/privacy-policy/50799764/cookie-policy" title="Privacy Policy ">Cookie Policy</a>
</div>
<div class="mt-4">
<a href="https://www.netlify.com">
<img src="https://www.netlify.com/v3/img/components/netlify-light.svg" alt="Deploys by Netlify">
</a>
</div>
</div>
<!--<LandingNewsBanner />-->
</div>
Expand Down

0 comments on commit 3f35953

Please sign in to comment.