File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed
src/content/docs/gcs/Database Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ PASSWD="sample-password"`
15
15
3 . Run ` dotnet run ` in console
16
16
4 . Open Redis Commander and log in with the credentials set in the ` .env ` file
17
17
18
- ## Next Step: [ Python Virtual Environment Setup] ( https://github.com/Northrop-Grumman-Collaboration-Project/gcs-database-api/wiki/Python-Virtual-Environment-Setup )
18
+ ## Next Step: [ Python Virtual Environment Setup] ( ../python-env )
Original file line number Diff line number Diff line change @@ -4,14 +4,14 @@ description: Home page for Database API documentation
4
4
---
5
5
6
6
## Endpoint Documentation
7
- - [ Emergency Stop Command] ( emergency-stop.md )
8
- - [ Geofence Zones] ( zones.md )
9
- - [ Mission Info] ( mission-info.md )
10
- - [ Mission Stages] ( mission-stage.md )
7
+ - [ Emergency Stop Command] ( emergency-stop )
8
+ - [ Geofence Zones] ( zones )
9
+ - [ Mission Info] ( mission-info )
10
+ - [ Mission Stages] ( mission-stage )
11
11
12
12
13
13
## Resources
14
- * [ Setting up VS Code Profile] ( vscode-profile.md )
15
- * [ Testing the Sending and Receiving of Telemetry Data (WebSocket + RabbitMQ)] ( rabbitmq-telemetry.md )
16
- * [ Docker Setup] ( docker-setup.md )
17
- * [ Python Virtual Environment Setup] ( python-env.md )
14
+ * [ Setting up VS Code Profile] ( vscode-profile )
15
+ * [ Testing the Sending and Receiving of Telemetry Data (WebSocket + RabbitMQ)] ( rabbitmq-telemetry )
16
+ * [ Docker Setup] ( docker-setup )
17
+ * [ Python Virtual Environment Setup] ( python-env )
Original file line number Diff line number Diff line change @@ -11,6 +11,6 @@ This page provides instructions on how to set up and test:
11
11
2 . Install [ Python] ( https://wiki.python.org/moin/BeginnersGuide/Download )
12
12
13
13
## Instructions
14
- 1 . Setup [ Docker Container] ( docker-setup.md )
15
- 2 . Set up [ Python Virtual Environment] ( python-env.md )
14
+ 1 . Setup [ Docker Container] ( ../ docker-setup)
15
+ 2 . Set up [ Python Virtual Environment] ( ../ python-env)
16
16
3 . ...
You can’t perform that action at this time.
0 commit comments