Skip to content

Commit 8fda338

Browse files
upgrade to docusaurus v3.10 and prepare for v4 (#78)
1 parent 6386212 commit 8fda338

5 files changed

Lines changed: 847 additions & 845 deletions

File tree

blog/2025/12/24-first-six-months-of-borr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ draft: false
77

88
The BORR Project started out as a community fork of OSSU to rebuild the community where people can come together, geek out, and support one another in a peer learning environment for computer science and math. Six months in, we’re excited to share our progress.
99

10-
<!-- truncate -->
10+
{/* truncate */}
1111

1212
### Repos & Discord Community
1313

docs/computer-science/extras/courses.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ Courses | Duration | Effort
2020
[Programming Basics](https://www.edx.org/learn/computer-programming/iitbombay-programming-basics)| 9 weeks | 8 hours/week
2121
[Object-Oriented Programming with Java](https://java-programming.mooc.fi/)| 14 weeks | 10 hours/week
2222
[Introduction to Programming with MATLAB](https://www.coursera.org/learn/matlab)| - | -
23-
[Introduction to Functional Programming](https://www.edx.org/learn/computer-programming/delft-university-of-technology-introduction-to-functional-programming)| 7 weeks | 4-6 hours/week <!-- currently 404's as of 2025-06-23 but redirects and search results on edx point to this URL -->
2423
[The Structure and Interpretation of Computer Programs (2022, Python)](http://cs61a.org/) | - | -
2524
[The Structure and Interpretation of Computer Programs (2011, Scheme)](https://romanbird.github.io/sicp/) | - | -
2625
[Introduction to Haskell](https://www.seas.upenn.edu/~cis194/fall16/) | 14 weeks | 4 hours/week

docusaurus.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ const config = {
1515
favicon: 'img/favicon.ico',
1616
future: {
1717
v4: true,
18-
experimental_faster: true,
18+
faster: true,
19+
experimental_vcs: 'default-v2',
1920
},
2021

2122
// Set the production url of your site here

0 commit comments

Comments
 (0)