Skip to content

Commit

Permalink
chore: move free gem readme to repo
Browse files Browse the repository at this point in the history
  • Loading branch information
3v0k4 committed Oct 15, 2024
1 parent 1025904 commit f2aecc0
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 1,185 deletions.
17 changes: 0 additions & 17 deletions _includes/knapsack_gem_utm_cookies.html

This file was deleted.

3 changes: 3 additions & 0 deletions _plugins/docusaurus.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@ def system!(*args)
system!("cp -R docusaurus/build/ruby/#{directory} _site/ruby")
end

system!("mkdir -p _site/ruby/knapsack")
system!("cp docusaurus/build/ruby/knapsack/index.html _site/ruby/knapsack") # redirect to https://knapsackpro.com/knapsack_gem

system!("mv _site/sitemap.xml _site/jekyll-sitemap.xml")
system!("cp docusaurus/build/sitemap.xml _site/docusaurus-sitemap.xml")

Expand Down
43 changes: 0 additions & 43 deletions _sass/_base.scss
Original file line number Diff line number Diff line change
Expand Up @@ -189,24 +189,6 @@ pre {



/**
* Icons
*/
.icon {

> svg {
display: inline-block;
width: 16px;
height: 16px;
vertical-align: middle;

path {
fill: $grey-color;
}
}
}


/*
* Others
*/
Expand All @@ -219,35 +201,10 @@ pre {
margin-top: 1em;
}

.extra-margin-top-2x {
margin-top: 2em;
}

.extra-margin-top-3x {
margin-top: 3em;
}

/*
* Tables
*/
table.pure-table {
border-collapse: collapse;
border-spacing: 0;

th, td {
padding: 10px;
}

th {
border: 1px solid $grey-color-light;
border-bottom: 5px solid $brand-color;
}

td {
border: 1px solid $grey-color-light;
}
}

/*
* Video
*/
Expand Down
Loading

0 comments on commit f2aecc0

Please sign in to comment.