Skip to content

Commit e25b9ea

Browse files
authored
feat: update for netlify deploy (#488)
* Change baseurl * Fix broken links
1 parent 16c5741 commit e25b9ea

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/coffees/new-volunteer-onboarding.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ repository](https://github.com/Virtual-Coffee/VC-Community-Docs) for information
4848
### Articles to get you started
4949

5050
If you're part of the coffee room leading and note taking team, we suggest getting started with reviewing the docs in the [Coffees](../coffees/)
51-
and focusing on the [Room Leaders](./room-leaders/) and [Notetakers](./notetakers/README.md)
51+
and focusing on the [Room Leaders](./room-leaders/) and [Notetakers](./notetakers/)
5252
documentation especially. That should provide a decent start to understanding your role, as well as suggested tips and techniques for having a successful session.
5353

5454
### Reviews and Changes

docusaurus.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const config = {
1515
url: 'https://virtualcoffee.io',
1616
// Set the /<baseUrl>/ pathname under which your site is served
1717
// For GitHub pages deployment, it is often '/<projectName>/'
18-
baseUrl: '/community-docs/',
18+
baseUrl: '/docs/',
1919

2020
// GitHub pages deployment config.
2121
// If you aren't using GitHub pages, you don't need these.

sidebars.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ const sidebars = {
6161
},
6262
items: ['coffees/room-leaders/tips-for-facilitating'],
6363
},
64-
'coffees/Notetakers/README',
65-
'coffees/Hosts/README',
66-
'coffees/MCs/README',
64+
'coffees/notetakers/README',
65+
'coffees/hosts/README',
66+
'coffees/mcs/README',
6767
'coffees/processes/scheduling',
6868
'coffees/new-volunteer-onboarding',
6969
// {

0 commit comments

Comments
 (0)