Skip to content

Commit a7bfc8a

Browse files
committed
docs: polish changelog and readme
1 parent a3ec2b1 commit a7bfc8a

File tree

3 files changed

+12
-9
lines changed

3 files changed

+12
-9
lines changed

CHANGELOG.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
> [!NOTE]
4+
>
5+
> Versioning begins at 0.3.0 because this is a fork of the
6+
> [`docusaurus-plugin-llms`](https://github.com/rachfop/docusaurus-plugin-llms) created by Patrick Rachford. For
7+
> previous versions, check out the [CHANGELOG](https://github.com/rachfop/docusaurus-plugin-llms/blob/main/CHANGELOG.md)
8+
> in the original repo.
9+
310
All notable changes to the docusaurus-plugin-llms will be documented in this file.
411

512
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to
@@ -16,11 +23,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
1623

1724
## [0.3.0] - 2025-10-20
1825

19-
<!-- prettier-ignore -->
20-
> [!NOTE]
21-
> Versioning begins at 0.3.0 as this repository is a fork of docusaurus-plugin-llms created by [Patrick Rachford](https://github.com/rachfop/).
22-
> For previous versions, please visit the [CHANGELOG in the original repo](https://github.com/rachfop/docusaurus-plugin-llms/blob/main/CHANGELOG.md).
23-
2426
### Changed
2527

2628
- The markdown filenames use frontmatter's `slug` as the default option. If the `slug` is missing, it fallbacks to

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# 📜 docusaurus-plugin-llms
22

3-
<!-- prettier-ignore -->
43
> [!NOTE]
5-
> This is a fork of docusaurus-plugin-llms created by [Patrick Rachford](https://github.com/rachfop/) and begins
6-
> versioning at [0.3.0](https://github.com/sablier-labs/docusaurus-plugin-llms/releases/tag/v0.3.0).
7-
> The forked version is maintained by Sablier Labs. We thank Patrick for his contribution and creating the plugin.
4+
>
5+
> This is a fork of the [`docusaurus-plugin-llms`](https://github.com/rachfop/docusaurus-plugin-llms) plugin created by
6+
> Patrick Rachford. The forked version is maintained by Sablier Labs, and it includes several enhancements and bug
7+
> fixes. See the [CHANGELOG](CHANGELOG.md) for details.
88
99
A Docusaurus plugin for generating LLM-friendly documentation following the [llmstxt standard](https://llmstxt.org/).
1010

bun.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"lockfileVersion": 1,
3+
"configVersion": 0,
34
"workspaces": {
45
"": {
56
"name": "@sablier/docusaurus-plugin-llms",

0 commit comments

Comments
 (0)