Skip to content

Commit d565220

Browse files
author
Rosa Hase
committed
adapted readme and documenation files because of renamed files
1 parent 7868380 commit d565220

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,14 @@ plugins:
2323
extra_javascript:
2424
- https://fastly.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
2525
- https://fastly.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js
26-
- assets/javascripts/graph.js
26+
- assets/javascripts/interactive_graph.js
27+
28+
extra_css:
29+
- assets/stylesheets/interactive_graph.css
2730
```
2831

2932
## Graph Javascript by Apache ECharts
30-
A `graph.js` example can be downloaded from [here](https://raw.githubusercontent.com/daxcore/mkdocs-obsidian-interactive-graph-plugin/main/docs/ObsidianVault/assets/javascripts/graph.js) and must be located into the docs directory under `docs/YourSiteName/assets/javascripts/graph.js`.
33+
A `interactive_graph.js` example can be downloaded from [here](https://raw.githubusercontent.com/daxcore/mkdocs-obsidian-interactive-graph-plugin/main/docs/ObsidianVault/assets/javascripts/interactive_graph.js) and must be located into the docs directory under `docs/YourSiteName/assets/javascripts/interactive_graph.js`.
3134

3235
# Docker
3336
Adapt the `.env` and `mkdocs.yml` files to your needs. `DEV=ON` will rebuild the `mkdocs-obsidian-interactive-graph-plugin` from local files. If `DEV != ON` the upstream packages of PyPI will be used. Build and start the Docker container via `docker compose up --build [-d]`.

docs/ObsidianVault/Usage/ECharts.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# ECharts
22
## Graph Javascript by Apache ECharts
33

4-
A `graph.js` example can be downloaded from [here](https://raw.githubusercontent.com/daxcore/mkdocs-obsidian-interactive-graph-plugin/main/docs/ObsidianVault/assets/javascripts/graph.js){:target="\_blank"} and must be located into the docs directory under `docs/ObsidianVault/assets/javascripts/graph.js`.
4+
A `interactive_graph.js` example can be downloaded from [here](https://raw.githubusercontent.com/daxcore/mkdocs-obsidian-interactive-graph-plugin/main/docs/ObsidianVault/assets/javascripts/interactive_graph.js){:target="\_blank"} and must be located into the docs directory under `docs/ObsidianVault/assets/javascripts/interactive_graph.js`.
55

66
## Live Editor
77

docs/ObsidianVault/Usage/Setup.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,8 @@ plugins:
1010
extra_javascript:
1111
- https://fastly.jsdelivr.net/npm/jquery@3.7.1/dist/jquery.min.js
1212
- https://fastly.jsdelivr.net/npm/echarts@5.5.0/dist/echarts.min.js
13-
- assets/javascripts/graph.js
13+
- assets/javascripts/interactive_graph.js
14+
15+
extra_css:
16+
- assets/stylesheets/interactive_graph.css
1417
```

0 commit comments

Comments
 (0)