Skip to content

Commit fc6fbaa

Browse files
committed
feat: add Github Action for localising dev docs links
1 parent a4c8e19 commit fc6fbaa

File tree

6 files changed

+466
-3
lines changed

6 files changed

+466
-3
lines changed

.github/scripts/package-lock.json

Lines changed: 235 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.github/scripts/package.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"name": "box-openapi-scripts",
3+
"version": "1.0.0",
4+
"description": "Scripts for Box OpenAPI specification",
5+
"scripts": {
6+
"replace-links": "ts-node replace-links.ts"
7+
},
8+
"devDependencies": {
9+
"@types/node": "20.10.0",
10+
"ts-node": "10.9.2",
11+
"typescript": "5.3.3"
12+
}
13+
}
14+

0 commit comments

Comments
 (0)