File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Configuring Mechvibes Lite
2
2
!!! important
3
3
Please ensure you have the software installed by following the
4
- instructions [ here] ( / #installation) .
4
+ instructions [ here] ( index.md #installation) .
5
5
6
6
## Example Configuration File
7
7
``` ini
@@ -65,7 +65,7 @@ information.
65
65
66
66
## In-depth Description
67
67
To understand ` wskey.* ` options, it is recommended to refer to documentation
68
- available [ here] ( / usage/ #wskey) .
68
+ available [ here] ( usage.md #wskey ) .
69
69
70
70
To undersand ` wskey.event_id ` , you should refer to documentation available
71
- [ here] ( / installation/linux/ #testing-access-for-input-event) .
71
+ [ here] ( installation/linux.md #testing-access-for-input-event ) .
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ made for the original version.
10
10
welcome.
11
11
12
12
## Windows
13
- Please read the [ installation page for Windows] ( / installation/windows) .
13
+ Please read the [ installation page for Windows] ( installation/windows.md ) .
14
14
15
15
## Linux
16
- Please read the [ installation page for Linux] ( / installation/linux) .
16
+ Please read the [ installation page for Linux] ( installation/linux.md ) .
17
17
18
18
# Usage
19
19
You can learn how to use this software [ here] ( usage.md ) .
Original file line number Diff line number Diff line change @@ -9,4 +9,4 @@ Once you have Python installed, do this:
9
9
python -m pip install git+https://github.com/eeriemyxi/mechvibes-lite
10
10
```
11
11
12
- Now you can follow the usage guide of Mechvibes Lite [ here] ( /#usage ) .
12
+ Now you can follow the usage guide of Mechvibes Lite [ here] ( ../index.md /#usage) .
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ This page is a guide to using Mechvibes Lite from the command-line.
3
3
4
4
!!! important
5
5
Please ensure you have the software installed by following the
6
- instructions [ here] ( / #installation) .
6
+ instructions [ here] ( index.md #installation) .
7
7
8
8
## Running Mechvibes Lite
9
9
``` shell
@@ -13,7 +13,7 @@ This will start Mechvibes Lite on your computer.
13
13
14
14
!!! important
15
15
Please ensure you have a proper configuration file beforehand by
16
- following the instructions [ here] ( # configuration) .
16
+ following the instructions [ here] ( configuration.md ) .
17
17
18
18
!!! tip
19
19
A [ Wskey] ( #wskey ) server is automatically ran in the background for you unless it
@@ -43,7 +43,7 @@ Windows it depends on `keyboard` package from the same repository.
43
43
may be introduced in a future release.
44
44
45
45
The host address and the port is first fetched from ` wskey ` key in the
46
- configuration file. More information is available [ here] ( # configuration) .
46
+ configuration file. More information is available [ here] ( configuration.md ) .
47
47
However the subcommand has a number of flags to override the configuration file:
48
48
49
49
``` shell
You can’t perform that action at this time.
0 commit comments