Skip to content

Commit 8b54e1c

Browse files
authored
Remove legacy doctor command (#966)
1 parent 8995906 commit 8b54e1c

File tree

3 files changed

+1
-190
lines changed

3 files changed

+1
-190
lines changed

bridgetown-core/lib/bridgetown-core/commands/doctor.rb

Lines changed: 0 additions & 147 deletions
This file was deleted.

bridgetown-core/test/test_doctor_command.rb

Lines changed: 0 additions & 41 deletions
This file was deleted.

bridgetown-website/src/_docs/command-line-usage.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Available commands are:
1717
* `bridgetown new PATH` - Creates a new Bridgetown site at the specified path with a default configuration and typical site folder structure.
1818
* Use the `--apply=` or `-a` option to [apply an automation](/docs/automations) to the new site.
1919
* Use the `--configure=` or `-c` option to [apply one or more bundled configurations](/docs/bundled-configurations) to the new site.
20-
* Use the `-t` option to choose ERB or Serbea templates instead of Liquid (aka `-t erb`).
20+
* Use the `-t` option to choose Serbea or Liquid templates instead of ERB (aka `-t serbea`).
2121
* Use the `--use-sass` option to configure your project to support Sass.
2222
* `bin/bridgetown start` or `s` - Boots the Rack-based server (using Puma) at `localhost:4000`. In development, you'll get live reload functionality as long as `{% live_reload_dev_js %}` or `<%= live_reload_dev_js %>` is in your HTML head.
2323
* `bin/bridgetown deploy` - Ensures that all frontend assets get built alongside the published Bridgetown output. This is the command you'll want to use for [deployment](/docs/deployment).
@@ -29,7 +29,6 @@ Available commands are:
2929
* `bin/bridgetown configure CONFIGURATION` - Run a [bundled configuration](/docs/bundled-configurations) for your existing site. Invoke without arguments to see all available configurations.
3030
* `bin/bridgetown date` - Displays the current date and time so you can copy'n'paste it into your front matter.
3131
* `bin/bridgetown help` - Shows help, optionally for a given subcommand, e.g. `bridgetown help build`.
32-
* `bin/bridgetown doctor` - Outputs any deprecation or configuration issues.
3332
* `bin/bridgetown clean` - Removes all generated files: destination folder, metadata file, and Bridgetown caches.
3433
* `bin/bridgetown esbuild ACTION` - Allows you to perform actions such as `update` on your project's esbuild configuration. Invoke without arguments to see all available actions.
3534
{% endraw %}

0 commit comments

Comments
 (0)