Skip to content

Commit

Permalink
build based on c0e67b7
Browse files Browse the repository at this point in the history
  • Loading branch information
Documenter.jl committed Nov 30, 2023
1 parent a6b3e6f commit 738445c
Show file tree
Hide file tree
Showing 12 changed files with 15,349 additions and 258 deletions.
12 changes: 6 additions & 6 deletions dev/Data.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ uuid="b498f769-a7f6-4f67-8d74-40b770398f26"
[datasets.storage]
# The name of the storage driver.
driver="FileSystem"
# Data stored in FileSystem is either File (a file) or FileTree (a directory/folder)
type="File"
# Data stored in FileSystem is either Blob (a file) or BlobTree (a directory/folder)
type="Blob"
# Path with posix `/` separators.
# Relative paths are relative to the location of Data.toml
path="data/file.txt"
# Use @__DIR__ for paths relative to Data.toml
path="@__DIR__/data/file.txt"

# A second example
[[datasets]]
Expand All @@ -27,8 +27,8 @@ uuid="e7fd7080-e346-4a68-9ca9-98593a99266a"

[datasets.storage]
driver="FileSystem"
type="FileTree"
path="data/csvset"
type="BlobTree"
path="@__DIR__/data/csvset"

# Further datasets can be added as desired
# [[datasets]]
Expand Down
87 changes: 10 additions & 77 deletions dev/assets/documenter.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

22 changes: 3 additions & 19 deletions dev/assets/search.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7,647 changes: 7,641 additions & 6 deletions dev/assets/themes/documenter-dark.css

Large diffs are not rendered by default.

7,639 changes: 7,630 additions & 9 deletions dev/assets/themes/documenter-light.css

Large diffs are not rendered by default.

49 changes: 0 additions & 49 deletions dev/assets/warner.js

This file was deleted.

Loading

0 comments on commit 738445c

Please sign in to comment.