We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49e50de commit b6bd683Copy full SHA for b6bd683
mkdocs.yml
@@ -1,9 +1,9 @@
1
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
2
3
site_name: Ephys Link
4
-site_url: https://virtualbrainlab.github.io/ephys-link
+site_url: https://ephys-link.virtualbrainlab.org
5
repo_url: https://github.com/VirtualBrainLab/ephys-link
6
-repo_name: virtualbrainlab/ephys-link
+repo_name: VirtualBrainLab/ephys-link
7
copyright: Copyright © 2024 Virtual Brain Lab
8
extra:
9
social:
@@ -88,7 +88,7 @@ plugins:
88
show_symbol_type_toc: true
89
import:
90
- https://docs.python.org/3/objects.inv
91
- - https://virtualbrainlab.github.io/vbl-aquarium/objects.inv
+ - https://aquarium.virtualbrainlab.org/objects.inv
92
nav:
93
- Home:
94
- About: index.md
0 commit comments