Skip to content

Commit 0ae5a93

Browse files
authored
Move docs to repo root (#14)
1 parent 0e18aec commit 0ae5a93

12 files changed

Lines changed: 2 additions & 4 deletions

.github/workflows/quarto-publish.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,5 @@ jobs:
3131
uses: quarto-dev/quarto-actions/publish@v2
3232
with:
3333
target: gh-pages
34-
path: docs
3534
env:
3635
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ docs/output/*
100100

101101
.gitattributes
102102

103-
docs/_site/
104-
docs/.quarto/
103+
_site/
104+
.quarto/
105105

106106
.mypy_cache/
107107
.pytest_cache/
File renamed without changes.
File renamed without changes.

docs/.gitignore

Lines changed: 0 additions & 1 deletion
This file was deleted.
File renamed without changes.
File renamed without changes.

docs/examples/03_STAC_Collection_for_Virtual_Icechunk_Store.ipynb renamed to examples/03_STAC_Collection_for_Virtual_Icechunk_Store.ipynb

File renamed without changes.

docs/examples/04_STAC_Items_for_legacy_files_in_Virtual_Icechunk_Store.ipynb renamed to examples/04_STAC_Items_for_legacy_files_in_Virtual_Icechunk_Store.ipynb

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)