diff --git a/CHANGES.md b/CHANGES.md index cedfbfc..22bf57d 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -7,6 +7,7 @@ https://cdn.crate.io/about/ for consuming the generated resources - Naming things: Adhered to the naming convention of [LLMs.txt Hub] by using `llms.txt` and `llms-full.txt`. +- Content: Added the [CrateDB README] ## v0.0.1 - 2025-04-17 - Established project layout @@ -16,4 +17,5 @@ for ad hoc conversations about CrateDB +[CrateDB README]: https://github.com/crate/crate/blob/master/README.rst [LLMs.txt Hub]: https://llmtxt.dev/hub diff --git a/src/index/cratedb-overview.md b/src/index/cratedb-overview.md index c0dfee1..cf2c540 100644 --- a/src/index/cratedb-overview.md +++ b/src/index/cratedb-overview.md @@ -17,6 +17,7 @@ Things to remember when working with CrateDB are: ## Docs +- [The CrateDB README](https://raw.githubusercontent.com/crate/crate/refs/heads/master/README.rst): README about CrateDB. - [CrateDB database](https://cratedb.com/docs/guide/_sources/home/index.md.txt): Benefits of CrateDB at a glance. - [CrateDB features](https://cratedb.com/docs/guide/_sources/feature/index.md.txt): All features of CrateDB at a glance. - [CrateDB reference documentation](https://cratedb.com/docs/crate/reference/en/latest/_sources/index.rst.txt): The reference documentation of CrateDB.