Skip to content

Commit

Permalink
Revert back to 1e3cd10
Browse files Browse the repository at this point in the history
  • Loading branch information
DogmaDragon committed Jul 1, 2023
1 parent bed944b commit 5f68f9a
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 50 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,4 @@ gem "just-the-docs"

group :jekyll_plugins do
gem "jekyll-remote-theme", "~> 0.4.2"
gem 'jemoji'
gem 'jekyll-remote-include', '~> 1.0', '>= 1.0.2'
end
22 changes: 0 additions & 22 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,11 +1,6 @@
GEM
remote: https://rubygems.org/
specs:
activesupport (7.0.6)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 1.6, < 2)
minitest (>= 5.1)
tzinfo (~> 2.0)
addressable (2.8.1)
public_suffix (>= 2.0.2, < 6.0)
colorator (1.1.0)
Expand All @@ -16,10 +11,6 @@ GEM
eventmachine (1.2.7)
ffi (1.15.5-x64-mingw-ucrt)
forwardable-extended (2.6.0)
gemoji (4.1.0)
html-pipeline (2.14.3)
activesupport (>= 2)
nokogiri (>= 1.4)
http_parser.rb (0.8.0)
i18n (1.12.0)
concurrent-ruby (~> 1.0)
Expand All @@ -38,7 +29,6 @@ GEM
rouge (~> 3.0)
safe_yaml (~> 1.0)
terminal-table (~> 2.0)
jekyll-remote-include (1.0.2)
jekyll-remote-theme (0.4.3)
addressable (~> 2.0)
jekyll (>= 3.5, < 5.0)
Expand All @@ -50,10 +40,6 @@ GEM
jekyll (>= 3.8, < 5.0)
jekyll-watch (2.2.1)
listen (~> 3.0)
jemoji (0.13.0)
gemoji (>= 3, < 5)
html-pipeline (~> 2.2)
jekyll (>= 3.0, < 5.0)
just-the-docs (0.3.3)
jekyll (>= 3.8.5)
jekyll-seo-tag (~> 2.0)
Expand All @@ -67,13 +53,9 @@ GEM
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
mercenary (0.4.0)
minitest (5.18.1)
nokogiri (1.15.2-x64-mingw-ucrt)
racc (~> 1.4)
pathutil (0.16.2)
forwardable-extended (~> 2.6)
public_suffix (5.0.0)
racc (1.7.1)
rake (13.0.6)
rb-fsevent (0.11.2)
rb-inotify (0.10.1)
Expand All @@ -86,18 +68,14 @@ GEM
ffi (~> 1.9)
terminal-table (2.0.0)
unicode-display_width (~> 1.1, >= 1.1.1)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
unicode-display_width (1.8.0)
webrick (1.7.0)

PLATFORMS
x64-mingw-ucrt

DEPENDENCIES
jekyll-remote-include (~> 1.0, >= 1.0.2)
jekyll-remote-theme (~> 0.4.2)
jemoji
just-the-docs
webrick (~> 1.7)

Expand Down
4 changes: 1 addition & 3 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
remote_theme: just-the-docs/just-the-docs
plugins:
- jekyll-remote-theme
- jemoji
- jekyll-remote-include
exclude: ["Gemfile", "Gemfile.lock", "LICENSE", "CONTRIBUTING.md", "README.md",]

title: Stash-Docs
Expand Down Expand Up @@ -91,4 +89,4 @@ callouts:
kramdown:
syntax_highlighter_opts:
block:
line_numbers: false
line_numbers: false
6 changes: 1 addition & 5 deletions add-ons/scrapers.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
layout: clean
title: Scrapers
nav_order: 1
has_children: true
has_children: false
parent: Add-ons

---
Expand All @@ -21,10 +21,6 @@ Scrapers are the way to retrieve information from websites for your movies/scene
{: .important }
> Scrapers are in **.yml** format. Some of them requires Python or Ruby if you use those, you need to install Python/Ruby on your machine, and don't forget to get the corresponding **.py** or **.rb** file as well.
# Scrapers List

Full list of scrapers from CommunityScrapers repository can be found [here](/add-ons/scrapers/list).

# Installation

To install a scraper:
Expand Down
18 changes: 0 additions & 18 deletions add-ons/scrapers/list.md

This file was deleted.

0 comments on commit 5f68f9a

Please sign in to comment.