Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
1 change: 1 addition & 0 deletions src/index/cratedb-overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down