Skip to content

Commit

Permalink
Merge pull request #781 from SamuAlfageme/fix_index_table
Browse files Browse the repository at this point in the history
Fix md table on doc's index: use '|' as column delimiter
  • Loading branch information
phil-davis authored Nov 4, 2020
2 parents 510bfa3 + d01b017 commit 0ec1f1c
Showing 1 changed file with 31 additions and 23 deletions.
54 changes: 31 additions & 23 deletions docs/extensions/storage/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,27 +11,35 @@ This service provides an ocis extension that wraps [reva](https://github.com/cs3

It uses the port range 9140-9179 to preconfigure several services.

| port | service |
+------+---------+
| 9109 | health? |
| 9140 | frontend |
| 9141 | frontend debug |
| 9142 | gateway |
| 9143 | gateway debug |
| 9144 | users |
| 9145 | users debug |
| 9146 | authbasic |
| 9147 | authbasic debug |
| 9148 | authbearer |
| 9149 | authbearer debug |
| 9150 | sharing |
| 9151 | sharing debug |
| 9154 | storage home |
| 9155 | storage home data |
| 9156 | storage home debug |
| 9157 | storage users |
| 9158 | storage users data |
| 9159 | storage users debug |
| port | service |
|-----------|-----------------------------------------------|
| 9109 | health? |
| 9140 | frontend |
| 9141 | frontend debug |
| 9142 | gateway |
| 9143 | gateway debug |
| 9144 | users |
| 9145 | users debug |
| 9146 | authbasic |
| 9147 | authbasic debug |
| 9148 | authbearer |
| 9149 | authbearer debug |
| 9150 | sharing |
| 9151 | sharing debug |
| 9152 | storage root |
| 9153 | storage root debug |
| 9154 | storage home |
| 9155 | storage home debug |
| 9156 | storage home data |
| 9157 | storage home data debug |
| 9158 | storage eos |
| 9159 | storage eos debug |
| 9160 | storage eos data |
| 9161 | storage eos data debug |
| 9162 | storage oc |
| 9163 | storage oc debug |
| 9164 | storage oc data |
| 9165 | storage oc data debug |
| 9166-9177 | reserved for s3, wnd, custom + data providers |
| 9178 | storage public link |
| 9179 | storage public link debug |
| 9178 | storage public link |
| 9179 | storage public link data |

0 comments on commit 0ec1f1c

Please sign in to comment.