Skip to content

Commit e4543d3

Browse files
authored
Add extra usage page link (#418)
1 parent 46b6cbc commit e4543d3

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

docs/home/installation.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ on [connecting from Pinpoint](../usage/connecting_to_pinpoint.md).
2222

2323
Download the latest executable from the [releases page](https://github.com/VirtualBrainLab/ephys-link/releases/latest).
2424

25-
Then see the [usage documentation](../usage/index.md) for how to run the server.
25+
Then see the [usage documentation](../usage/starting_ephys_link.md) for how to run the server.
2626

2727
## Install as a Python package
2828

@@ -36,7 +36,7 @@ or with [pipx](https://pipx.pypa.io/stable/) (recommended)
3636
pipx install ephys-link
3737
```
3838

39-
Then see the [usage documentation](../usage/index.md) for how to run the server.
39+
Then see the [usage documentation](../usage/starting_ephys_link.md) for how to run the server.
4040

4141
## Install for Development
4242

File renamed without changes.

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,11 +94,12 @@ nav:
9494
- About: index.md
9595
- Getting Started:
9696
- Installation: home/installation.md
97+
- Starting Ephys Link: usage/starting_ephys_link.md
9798
- home/how_it_works.md
9899
- home/supported_manipulators.md
99100
- home/contact.md
100101
- Usage:
101-
- usage/index.md
102+
- usage/starting_ephys_link.md
102103
- usage/connecting_to_pinpoint.md
103104
- usage/experiment_automation.md
104105
- Development:

0 commit comments

Comments
 (0)