Skip to content

Commit 23899ea

Browse files
authored
Merge pull request #392 from yetanalytics/update-index-md
Update index.md
2 parents b630318 + aa9d329 commit 23899ea

File tree

3 files changed

+19
-5
lines changed

3 files changed

+19
-5
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ For releases and release notes, see the [Releases](https://github.com/yetanalyti
1919

2020
## Documentation
2121

22+
<!-- When you are updating this section, don't forget to also update doc/index.md -->
23+
2224
[SQL LRS Overview](doc/overview.md)
2325

2426
### FAQ

doc/index.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
# Documentation Index
22

3+
<!-- When you are updating this page, don't forget to also update the README -->
4+
35
[SQL LRS Overview](overview.md)
46

7+
### FAQ
8+
9+
- [General Questions](general_faq.md)
10+
- [Troubleshooting](troubleshooting.md)
11+
512
### Basic Configuration
613

714
- [Getting Started](startup.md)
@@ -23,11 +30,12 @@
2330
- [Developer Documentation](dev.md)
2431
- [Example AWS Deployment](aws.md)
2532
- [Reactions](reactions.md)
26-
27-
### Releases
28-
29-
For releases and release notes see the [Releases](https://github.com/yetanalytics/lrsql/releases) page on the SQL LRS GitHub repository.
33+
- [Sending xAPI statement(s) with Postman](postman.md)
3034

3135
### Demos
3236

3337
- [Visualization with Apache Superset](superset.md)
38+
39+
### Releases
40+
41+
For releases and release notes see the [Releases](https://github.com/yetanalytics/lrsql/releases) page on the SQL LRS GitHub repository.

doc/postman.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[<- Back to Index](index.md)
2+
13
# Postman
24

35
This page describes how to send an xAPI statement through [Postman](https://www.postman.com/), a well-known API platform for building and using APIs.
@@ -42,4 +44,6 @@ Copy and paste your valid JSON xAPI Statement(s) into the body:
4244
![postman body](images/postman_body.png)
4345

4446

45-
Click the "Send" button to make the request.
47+
Click the "Send" button to make the request.
48+
49+
[<- Back to Index](index.md)

0 commit comments

Comments
 (0)