You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
chore: Fix documentation links to ensure correct file extensions and improve clarity
- Updated links in alerts_troubleshooting.md, alert.md, and other files to include the correct .md extension for consistency.
- Adjusted API endpoint formatting in proposals and howtos for better readability.
- Ensured all references to configuration steps and troubleshooting guides are accurate and up-to-date.
Signed-off-by: Gabryel Nóbrega <[email protected]>
Copy file name to clipboardExpand all lines: docusaurus/versioned_docs/version-1.1.X/faq/magma_faq.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -76,7 +76,7 @@ This section lists some of the commonly asked questions related to Magma operati
76
76
- Login to Gateway, then run `sudo checkin_cli.py`.
77
77
78
78
### Where can I find API endpoint?
79
-
- If you have followed the [install guide](../orc8r/deploy_install), it'll be at `https://api.youdomain.com/apidocs/v1/` (the trailing slash is important).
79
+
- If you have followed the [install guide](../orc8r/deploy_install.md), it'll be at `https://api.youdomain.com/apidocs/v1/` (the trailing slash is important).
80
80
- You will need to load the `admin_operator.pfx` certificate into your keychain/browser, otherwise, API access will be blocked.
81
81
82
82
### How can I use Swagger UI to trigger API request?
0 commit comments