You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/codeql-cli/README.md
+76Lines changed: 76 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -46,3 +46,79 @@ Slack: `#docs-engineering`
46
46
Repo: `github/docs-engineering`
47
47
48
48
If you have a question about the CodeQL CLI pipeline, you can ask in the `#docs-engineering` Slack channel. If you notice a problem with the CodeQL CLI pipeline, you can open an issue in the `github/docs-engineering` repository.
49
+
50
+
## Dependency Matrix
51
+
52
+
### Required dependencies
53
+
54
+
| Dependency | Purpose | Installation | Notes |
55
+
|------------|---------|--------------|-------|
56
+
|**Pandoc**| Convert ReStructuredText to Markdown |`brew install pandoc` (macOS) | Version 2.x+ required |
57
+
|**semmle-code repo**| Source ReStructuredText files | Clone at root of docs-internal | Private GitHub repo |
58
+
|**Node.js**| Run sync script | Already in project | Version specified in `.nvmrc`|
59
+
60
+
### Source data location
61
+
-**Repository**: `github/semmle-code` (private)
62
+
-**Branch**: Configurable (default: `main`)
63
+
-**Source files**: ReStructuredText documentation in semmle-code
0 commit comments