Skip to content

Commit 1594ba6

Browse files
authored
Remove (theme)Dockerfile (just-the-docs#1299)
It doesn't seem like any of our theme developers use this (out of date) `Dockerfile`, and we're probably better served placing more of this in the theme template (so users can consume it). I think this is part of our overall movement to not have users of our theme directly clone this repo.
1 parent 676b33a commit 1594ba6

File tree

3 files changed

+5
-37
lines changed

3 files changed

+5
-37
lines changed

Dockerfile

-12
This file was deleted.

README.md

+5-11
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ More specifically, the created site:
3232

3333
Other than that, you're free to customize sites that you create with the template, however you like. You can easily change the versions of `just-the-docs` and Jekyll it uses, as well as adding further plugins.
3434

35-
### Use RubyGems
35+
### Use as a Ruby Gem
3636

3737
Alternatively, you can install the theme as a Ruby Gem, without creating a new site.
3838

@@ -48,17 +48,11 @@ And add this line to your Jekyll site's `_config.yml`:
4848
theme: just-the-docs
4949
```
5050
51-
And then execute:
51+
And then install all relevant dependencies:
5252
53-
$ bundle
54-
55-
Or install it yourself as:
56-
57-
$ gem install just-the-docs
58-
59-
Alternatively, you can run it inside Docker while developing your site
60-
61-
$ docker-compose up
53+
```shell
54+
$ bundle
55+
```
6256

6357
## Usage
6458

docker-compose.yml

-14
This file was deleted.

0 commit comments

Comments
 (0)