Skip to content

Commit b7e6bb6

Browse files
Add a sample overrides JSON file for our docs
1 parent 21862e0 commit b7e6bb6

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/conf.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,13 @@
1313
jupyterlite_bind_ipynb_suffix = False
1414
strip_tagged_cells = True
1515

16+
# Enable this to use the provided sample overrides JSON file.
17+
# jupyterlite_overrides = "sample_overrides.json"
18+
19+
# Enable this to unsilence JupyterLite and aid debugging
20+
# within our own documentation.
21+
# jupyterlite_silence = False
22+
1623
master_doc = "index"
1724

1825
# General information about the project.

docs/sample_overrides.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"@jupyterlab/notebook-extension:panel": {
3+
"toolbar": [
4+
{
5+
"name": "download",
6+
"label": "Download",
7+
"args": {},
8+
"command": "docmanager:download",
9+
"icon": "ui-components:download",
10+
"rank": 50
11+
}
12+
]
13+
},
14+
"@jupyterlab/apputils-extension:themes": {
15+
"theme": "JupyterLab Christmas"
16+
},
17+
"@jupyter-notebook/application-extension:top": {
18+
"visible": "no"
19+
}
20+
}

0 commit comments

Comments
 (0)