Skip to content

Commit 06d6b46

Browse files
committed
change just the docs config
1 parent 12d4bb1 commit 06d6b46

File tree

2 files changed

+6
-7
lines changed

2 files changed

+6
-7
lines changed

docs/Gemfile

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
1-
21
source "https://rubygems.org"
32
gem "github-pages", group: :jekyll_plugins
4-
gem "jekyll-remote-theme"
5-
gem "webrick", "~> 1.8", group: :development
3+
gem "jekyll"
4+
gem "json"
5+
gem "just-the-docs"
6+
7+
gem "webrick", group: :development

docs/_config.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repository: Special-K-s-Flightsim-Bots/DCSServerBot
22
title: DCSServerBot
33
description: A Python tool to manage DCS-servers via Discord
4-
remote_theme: just-the-docs/just-the-docs
4+
theme: just-the-docs
55
color_scheme: dcsserverbot
66

77
gh_edit_link: true
@@ -33,6 +33,3 @@ aux_links:
3333
GitHub: https://github.com/Special-K-s-Flightsim-Bots/DCSServerBot
3434
Discord: https://discord.gg/h2zGDH9szZ
3535
Patreon: https://www.patreon.com/DCS_SpecialK
36-
37-
plugins:
38-
- jekyll-remote-theme

0 commit comments

Comments
 (0)