Skip to content

Commit 2685497

Browse files
committed
update
1 parent 62054bd commit 2685497

File tree

3 files changed

+7
-9
lines changed

3 files changed

+7
-9
lines changed

docs/src/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,14 +31,14 @@ Add this where you want the iFrame to be:
3131

3232
## For Developers
3333

34-
To locally deploy the website and start coding, follow the [setup guide](../setup).
34+
To locally deploy the website and start coding, follow the [setup guide](./setup).
3535

3636
Once you have the website setup locally, you now have access to the following:
3737

38-
- Deploy the website to Heroku (guide [here](../deployment))
38+
- Deploy the website to Heroku (guide [here](./deployment))
3939
- Manually run commands and download data through the `flask shell`.
4040
- Make changes to the predictive model, including revising its coefficients. (Guide is currently WIP)
41-
- (Advanced) Make other changes to the website.
41+
- Make other changes to the website.
4242

4343
## To Deploy
4444

docs/src/setup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ After you get everything set up, you should run the website at least once.
7979
To do this, run the following:
8080

8181
=== "Windows (CMD)"
82-
```shell
82+
```cmd
8383
uv venv .venv
8484
.\.venv\Scripts\activate.bat
8585
uv pip sync requirements.txt

mkdocs.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ markdown_extensions:
4545
- pymdownx.inlinehilite
4646
- pymdownx.superfences:
4747
custom_fences:
48-
- name: mermaid
49-
class: mermaid
50-
format: "!!python/name:pymdownx.superfences.fence_div_format"
48+
- name: mermaid
49+
class: mermaid
50+
format: "!!python/name:pymdownx.superfences.fence_code_format"
5151
- sane_lists
5252
extra:
5353
flagging_website_url: https://crwa-flagging.herokuapp.com
@@ -58,5 +58,3 @@ extra:
5858
link: https://www.meetup.com/Code-for-Boston/
5959
- icon: fontawesome/brands/twitter
6060
link: https://twitter.com/codeforboston
61-
extra_javascript:
62-
- https://unpkg.com/mermaid@8.4.6/dist/mermaid.min.js

0 commit comments

Comments
 (0)