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
61 changes: 0 additions & 61 deletions .github/workflows/docs.yml

This file was deleted.

19 changes: 2 additions & 17 deletions docs/mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
site_name: lance-context
site_description: A storage engine for AI data — agent memory and RL training data — built on Lance
site_url: https://lance-format.github.io/lance-context/
site_url: https://lance.org/integrations/context/
docs_dir: src

repo_name: lance-format/lance-context
Expand Down Expand Up @@ -57,23 +57,8 @@ markdown_extensions:

plugins:
- search
- awesome-pages

nav:
- Home: index.md
- Guide:
- Quickstart: guide/quickstart.md
- Rollouts (RolloutDB): guide/rollouts.md
- Storage backends: guide/storage.md
- Development: guide/development.md
- Specs:
- Rollout schema: specs/rollout-schema-design.md
- Rollout deployment: specs/rollout-deployment.md
- Blob streaming: specs/rollout-blob-streaming.md
- Datagen checkpoints: specs/datagen-checkpoint-schema.md
- Design:
- Partitioned namespace: design/partitioned-namespace.md
- Auto-dream: design/auto-dream.md
- Using the datagen store: design/using-datagen-store.md

extra:
social:
Expand Down
5 changes: 5 additions & 0 deletions docs/src/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- Home: index.md
- Guide: guide
- Specs: specs
- Design: design
4 changes: 4 additions & 0 deletions docs/src/design/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
nav:
- Partitioned namespace: partitioned-namespace.md
- Auto-dream: auto-dream.md
- Using the datagen store: using-datagen-store.md
5 changes: 5 additions & 0 deletions docs/src/guide/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- Quickstart: quickstart.md
- Rollouts (RolloutDB): rollouts.md
- Storage backends: storage.md
- Development: development.md
5 changes: 5 additions & 0 deletions docs/src/specs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
nav:
- Rollout schema: rollout-schema-design.md
- Rollout deployment: rollout-deployment.md
- Blob streaming: rollout-blob-streaming.md
- Datagen checkpoints: datagen-checkpoint-schema.md