Skip to content

Commit

Permalink
asdf
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Jan 21, 2024
1 parent 8f7f2b2 commit 8844586
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/en/docs/PlutoDependencyExplorer.jl
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# v0.19.36

#> [frontmatter]
#> image = "https://media.giphy.com/media/l3vRfDn9ca5PVkHv2/giphy.gif"
#> image = "https://media.giphy.com/media/242BaXJnCfe7hOVrsE/giphy.gif"
#> title = "PlutoDependencyExplorer.jl docs"
#> date = "2024-01-21"
#> license = "Unlicense"
Expand Down Expand Up @@ -330,7 +330,7 @@ PlutoDependencyExplorer = "72656b73-756c-7461-726b-72656b6b696b"
PlutoUI = "7f904dfe-b85e-4ff6-b463-dae2292396a8"
[compat]
PlutoDependencyExplorer = "~1.0.0"
PlutoDependencyExplorer = "~1.0.2"
PlutoUI = "~0.7.55"
"""

Expand All @@ -340,7 +340,7 @@ PLUTO_MANIFEST_TOML_CONTENTS = """
julia_version = "1.10.0"
manifest_format = "2.0"
project_hash = "ef27dd404bbb672ceb0074b1a16ed75ee3d228bb"
project_hash = "a61caaad30753f5c18d955d59875691b323a5d3d"
[[deps.AbstractPlutoDingetjes]]
deps = ["Pkg"]
Expand Down Expand Up @@ -497,9 +497,9 @@ version = "1.10.0"
[[deps.PlutoDependencyExplorer]]
deps = ["ExpressionExplorer", "InteractiveUtils", "Markdown"]
git-tree-sha1 = "af728e60e653b77185ae854a308fdfc5c09dc683"
git-tree-sha1 = "0a9c0ed1979817b722836a6b195df96fc5c4ba43"
uuid = "72656b73-756c-7461-726b-72656b6b696b"
version = "1.0.0"
version = "1.0.2"
[[deps.PlutoUI]]
deps = ["AbstractPlutoDingetjes", "Base64", "ColorTypes", "Dates", "FixedPointNumbers", "Hyperscript", "HypertextLiteral", "IOCapture", "InteractiveUtils", "JSON", "Logging", "MIMEs", "Markdown", "Random", "Reexport", "URIs", "UUIDs"]
Expand Down
1 change: 1 addition & 0 deletions src/sidebar data.jl
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Dict(
"Introduction" => collections["docs"].pages collections["introduction"].pages,
"Reproducibility" => collections["docs"].pages collections["reproducibility"].pages,
"Advanced: Widgets" => collections["docs"].pages collections["advanced"].pages collections["widgets"].pages,
"Advanced: Internals" => collections["docs"].pages collections["advanced"].pages collections["internals"].pages,
],
# "examples" => [
# "Getting started" => collections["examples"].pages,
Expand Down

0 comments on commit 8844586

Please sign in to comment.