Skip to content

Commit d91525e

Browse files
committed
fix some broken docs links
1 parent e051764 commit d91525e

File tree

6 files changed

+28
-35
lines changed

6 files changed

+28
-35
lines changed

Diff for: .vscode/settings.json

+21-1
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,25 @@
1919
"explorer.fileNesting.expand": false,
2020
"explorer.fileNesting.patterns": {
2121
"study-config.json": "jobs.json, Makefile, Makefile.study"
22-
}
22+
},
23+
"workbench.colorCustomizations": {
24+
"activityBar.activeBackground": "#2f7c47",
25+
"activityBar.background": "#2f7c47",
26+
"activityBar.foreground": "#e7e7e7",
27+
"activityBar.inactiveForeground": "#e7e7e799",
28+
"activityBarBadge.background": "#422c74",
29+
"activityBarBadge.foreground": "#e7e7e7",
30+
"commandCenter.border": "#e7e7e799",
31+
"sash.hoverBorder": "#2f7c47",
32+
"statusBar.background": "#215732",
33+
"statusBar.foreground": "#e7e7e7",
34+
"statusBarItem.hoverBackground": "#2f7c47",
35+
"statusBarItem.remoteBackground": "#215732",
36+
"statusBarItem.remoteForeground": "#e7e7e7",
37+
"titleBar.activeBackground": "#215732",
38+
"titleBar.activeForeground": "#e7e7e7",
39+
"titleBar.inactiveBackground": "#21573299",
40+
"titleBar.inactiveForeground": "#e7e7e799"
41+
},
42+
"peacock.color": "#215732"
2343
}

Diff for: docs/index copy.md

-26
This file was deleted.

Diff for: docs/replications.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,7 @@ Template](https://github.com/boalang/study-template). If you want to work with
33
this package beyond simply re-generating the paper's figures and tables, we
44
**strongly** encourage you to utilize [Visual Studio
55
Code](https://code.visualstudio.com/) with the [Boa Language and Infrastructure
6-
Extension](https://marketplace.visualstudio.com/items?itemName=Boa.boalang)
7-
installed. For more information, see the [Study Template
8-
README](README-study-template.md).
6+
Extension](vscode.md) installed. For more information, see [Using the Template](research/index.md).
97

108
If you have that extension, you can avoid running terminal commands (like
119
`make`) and instead simply open the study-config.json file

Diff for: docs/research/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Using the Template
22

3-
/// admonition | If you downloaded a replication package that utilizes the study template, please see the section on [Using a Replication](index copy.md).
3+
/// admonition | If you downloaded a replication package that utilizes the study template, please see the section on [Using a Replication](../replications.md).
44
type: warning
55
///
66

Diff for: docs/vscode.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ Note: While you can use this extension to write Boa queries, most functionality
77
### Editing Boa Queries
88
This extension provides support for writing Boa queries:
99

10-
<img src="https://github.com/boalang/vscode/raw/HEAD/images/syntax.gif" alt="Query Writing">
10+
![Query Writing](https://github.com/boalang/vscode/raw/HEAD/images/syntax.gif)
1111

1212
This includes things like syntax highlighting, the ability to insert useful code snippets, code completion, and support for study template substitutions (templates).
1313

1414
### Submitting and Managing Boa Jobs
1515
The extensions also provides support for submittin queries to Boa and managing existing jobs:
1616

17-
<img src="https://github.com/boalang/vscode/raw/HEAD/images/jobs.gif" alt="Job Management">
17+
![Job Management](https://github.com/boalang/vscode/raw/HEAD/images/jobs.gif)
1818

1919
This allows you to effectively stay in the IDE and never need to go to the Boa website.
2020

@@ -23,7 +23,7 @@ Boa provides a study template to help manage running empirical studies using Boa
2323

2424
This plugin tightly integrates with the study template:
2525

26-
<img src="https://github.com/boalang/vscode/raw/HEAD/images/studytemplate.gif" alt="Study Template">
26+
![Study Template](https://github.com/boalang/vscode/raw/HEAD/images/studytemplate.gif)
2727

2828
Providing support for managing the substitutions, running and downloading query output, and running analyses.
2929

Diff for: mkdocs.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,14 @@ theme:
3838
- navigation.instant.progress
3939
- navigation.top
4040
- content.code.copy
41+
- content.tabs.link
4142
- search.suggest
4243
- search.highlight
4344
language: en
4445
logo: images/boa.png
4546
favicon: images/boa.png
4647
icon:
47-
repo: fontawesome/brands/git-alt
48+
repo: material/git
4849
edit: material/pencil
4950
view: material/eye
5051
palette:

0 commit comments

Comments
 (0)