Skip to content

Commit

Permalink
Symlink readme (voila-dashboards#109)
Browse files Browse the repository at this point in the history
* Symlink readme

* Linter
  • Loading branch information
martinRenou authored Jan 30, 2024
1 parent 8a837d5 commit da738b6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
3 changes: 0 additions & 3 deletions README.md

This file was deleted.

1 change: 1 addition & 0 deletions README.md
12 changes: 6 additions & 6 deletions python/voici-core/voici_core/tree_exporter.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,12 @@ def patch_page_config(
page_config_copy["fullStaticUrl"] = f"../{'../' * len(relative_path.parts)}build"

# Grabbing from the jupyterlite static folders
page_config_copy[
"settingsUrl"
] = f"../../{'../' * len(relative_path.parts)}build/schemas"
page_config_copy[
"fullLabextensionsUrl"
] = f"../../{'../' * len(relative_path.parts)}extensions"
page_config_copy["settingsUrl"] = (
f"../../{'../' * len(relative_path.parts)}build/schemas"
)
page_config_copy["fullLabextensionsUrl"] = (
f"../../{'../' * len(relative_path.parts)}extensions"
)

# The Themes URL will be joined with the base URL in the
# JupyterLite main application
Expand Down

0 comments on commit da738b6

Please sign in to comment.