Skip to content

Commit f71c303

Browse files
committed
Updated README to point to correct link
1 parent cdd0de3 commit f71c303

File tree

1 file changed

+2
-36
lines changed

1 file changed

+2
-36
lines changed

README.md

Lines changed: 2 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,7 @@
11
# Aggregation Pipeline Workshop
22

3-
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. It's available on https://mongodb-developer.github.io/aggregation-workshop/.
3+
You can access the online version [here](ttps://mongodb-developer.github.io/aggregation-workshop/)
44

5-
This is a template to create new Workshop documentation sites. Contains info on how to use Docusaurus and is a good starting point.
5+
This website is built using [Docusaurus 2](https://docusaurus.io/), a modern static website generator. We have a lab on how to use it available on https://mongodb-developer.github.io/docusaurus-workshop/.
66

7-
### Installation
87

9-
```
10-
npx create-docusaurus@latest name-of-my-new-awesome-workshop https://github.com/mongodb-developer/docusaurus-workshop
11-
cd name-of-my-new-awesome-workshop
12-
npm start
13-
```
14-
15-
As you don't want to get the changes of these sample pages, just delete the `.git` folder and then `git init`.
16-
17-
Open `docusaurus.config.js` and change at least the `workshopName`
18-
19-
### Local Development
20-
21-
```
22-
$ npm start
23-
```
24-
25-
This command starts a local development server and opens up a browser window. Most changes are reflected live without having to restart the server.
26-
27-
### Build
28-
29-
```
30-
$ npm build
31-
```
32-
33-
This command generates static content into the `build` directory and can be served using any static contents hosting service.
34-
35-
### Deployment
36-
37-
Use the provided Github Action, or deploy manually after building
38-
39-
### Disclaimer
40-
41-
Use at your own risk; not a supported MongoDB product

0 commit comments

Comments
 (0)