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
13 changes: 13 additions & 0 deletions .github/workflows/docs-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ jobs:
with:
repository: lance-format/lance-namespace-impls
path: lance-namespace-impls
- name: Checkout lance-trino
uses: actions/checkout@v4
with:
repository: lance-format/lance-trino
path: lance-trino
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
Expand Down Expand Up @@ -95,6 +100,12 @@ jobs:
cat >> docs/src/integrations/.pages << 'EOF'
- Ray: ray
EOF
- name: Copy lance-trino docs
run: |
cp -r lance-trino/docs/src docs/src/integrations/trino
cat >> docs/src/integrations/.pages << 'EOF'
- Trino: trino
EOF
- name: Copy contributing docs
run: |
mkdir -p docs/src/community/project-specific/lance
Expand All @@ -111,6 +122,7 @@ jobs:
cp lance-spark/CONTRIBUTING.md docs/src/community/project-specific/spark.md
cp lance-namespace/CONTRIBUTING.md docs/src/community/project-specific/namespace.md
cp lance-namespace-impls/CONTRIBUTING.md docs/src/community/project-specific/namespace-impls.md || true
cp lance-trino/CONTRIBUTING.md docs/src/community/project-specific/trino.md

# Create .pages for project-specific
cat > docs/src/community/project-specific/.pages << 'EOF'
Expand All @@ -121,6 +133,7 @@ jobs:
- Lance Namespace Impls: namespace-impls.md
- Lance Ray: ray.md
- Lance Spark: spark.md
- Lance Trino: trino.md
EOF

# Create .pages for lance subfolder
Expand Down
1 change: 0 additions & 1 deletion docs/src/integrations/.pages
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,3 @@ nav:
- PostgreSQL: https://github.com/lancedb/pglance
- PyTorch: pytorch.md
- Tensorflow: tensorflow.md
- Trino: https://github.com/lancedb/lance-trino