Skip to content

Commit 0cc0385

Browse files
committed
Adding dependency management to docs
1 parent 6126583 commit 0cc0385

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

docs/howto/.pages

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
nav:
22
- index.md
3+
- archipelago.md
34
- Standalone.md
45
- Aggregate test suites: TestRunner.md
56
- writingtests.md

docs/howto/archipelago.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Dependency management is available in the documentation for each project, but al
77

88
## Authentication
99

10-
You'll need a [Personal Access Token](../howto/writing/archipelago.md#github-personal-access-token) to use GitHub REST APIs. You'll then need to add this to the JSON object in your [atlas-settings.json](../howto/writing/archipelago.md#atlas-settingsjson), in the .vss directory of your user home directory:
10+
You'll need a [Personal Access Token](https://help.hcltechsw.com/docs/voltscript/early-access/howto/writing/archipelago.md#github-personal-access-token) to use GitHub REST APIs. You'll then need to add this to the JSON object in your [atlas-settings.json](https://help.hcltechsw.com/docs/voltscript/early-access/howto/writing/archipelago.md#atlas-settingsjson), in the .vss directory of your user home directory:
1111

1212
```json
1313
"hcl-github": {

docs/index.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ There are no dependencies on any LotusScript Extensions (LSX), such as `nlsxbe.d
1313

1414
For the latest release information about VoltScript Testing, see [What's new](references/whatsnew.md)
1515

16+
---
17+
## Using via dependency management
18+
19+
For using with dependency management, see [Using dependency management](howto/archipelago.md)
20+
1621
---
1722
## How the documentation is organized
1823

0 commit comments

Comments
 (0)