Skip to content

Commit 123383a

Browse files
authored
Merge pull request #80 from calypr/fixes/doc-links
Adding headers to nav menu
2 parents 0797ff6 + c8c548a commit 123383a

6 files changed

Lines changed: 13 additions & 22 deletions

File tree

docs/tools/.nav.yml

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@ title: Tools
22

33
nav:
44
- index.md
5-
- " ": git-drs
6-
- " ": funnel
7-
- " ": grip
8-
- " ": forge
9-
- " ": sifter
10-
- " ": data-client
5+
- "Data Lake Tools":
6+
- git-drs
7+
- "Compute": funnel
8+
- "Graph Database": grip
9+
- "Data Transformation":
10+
- sifter
11+
- forge
12+
- "Management Software": data-client
1113

docs/tools/funnel/docs/security/advanced.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,7 @@ In this way this Wrapper can manage the bucket and the keys (the Wrapper would
2121

2222
Stay tuned for this feature's development! This feature is being tracked with the following:
2323

24-
- GitHub Branch: https://github.com/ohsu-comp-bio/funnel/tree/feature/credentials
25-
- Pull Request: https://github.com/ohsu-comp-bio/funnel/pull/1098
24+
- Pull Request: https://github.com/calypr/funnel/pull/1098
2625

2726
# Credits 🙌
2827

docs/tools/funnel/docs/storage/index.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22
title: Storage
3-
menu:
4-
main:
5-
parent: docs
63
---
74

85
# Storage

docs/tools/git-drs/.nav.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11

2-
name:
2+
title: Git-DRS
3+
4+
nav:
35
- docs/

docs/tools/grip/docs/commands/create.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
1-
21
---
32
title: create
4-
5-
menu:
6-
main:
7-
parent: commands
8-
weight: 2
93
---
104

115
# `create`

docs/tools/grip/docs/commands/server.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
---
22
title: server
3-
menu:
4-
main:
5-
parent: commands
6-
weight: 1
73
---
84

95
# `server`
@@ -17,6 +13,7 @@ By default the GRIP server operates on 2 ports, `8201` is the HTTP based interfa
1713

1814
## CLI Usage
1915
The `server` command can take several flags for configuration:
16+
2017
- `--config` or `-c` - Specifies a YAML config file with server settings. This overwrites all other settings. Defaults to "" (empty string).
2118
- `--http-port` - Sets the port used by the HTTP interface. Defaults to "8201".
2219
- `--rpc-port` - Sets the port used by the GRPC interface. Defaults to "8202".

0 commit comments

Comments
 (0)