Skip to content

Commit 8068a90

Browse files
committed
docs: fix review issues
- Remove redundant docs/changelog.md (use root CHANGELOG.md) - Fix copyright year 2025 -> 2026 - Remove redundant just-the-docs gem (using remote_theme) - Update index to link to GitHub CHANGELOG
1 parent 6adc339 commit 8068a90

4 files changed

Lines changed: 2 additions & 84 deletions

File tree

docs/Gemfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
source "https://rubygems.org"
22

33
gem "jekyll", "~> 4.3"
4-
gem "just-the-docs", "~> 0.10"
54
gem "webrick"
65

76
group :jekyll_plugins do

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ aux_links:
1010
GitHub: https://github.com/vnykmshr/lobster
1111

1212
# Footer
13-
footer_content: "Copyright © 2025 Lobster. MIT License."
13+
footer_content: "Copyright © 2026 Lobster. MIT License."
1414

1515
# Color scheme (light is default)
1616
color_scheme: light

docs/changelog.md

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Lobster is a powerful tool. Only test systems you own or have explicit permissio
6767

6868
Current stable release: **v2.0.0**
6969

70-
See the [Changelog](changelog) for release history and migration guides.
70+
See the [Changelog](https://github.com/vnykmshr/lobster/blob/main/CHANGELOG.md) for release history and migration guides.
7171

7272
## Links
7373

0 commit comments

Comments
 (0)