Skip to content

Commit f11f939

Browse files
committed
Fixed README
1 parent 97c0119 commit f11f939

File tree

2 files changed

+8
-36
lines changed

2 files changed

+8
-36
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
8080
3636
],
3737
// Use 'postCreateCommand' to run commands after the container is created.
38-
"postCreateCommand": "ls -al",
38+
"postCreateCommand": "ls -al"
3939
// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
4040
// "remoteUser": "vscode"
4141
}

README.md

Lines changed: 7 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,13 @@
1-
# Docusaurus Template Workshop
1+
# Developer Days Relational Migrator Lab
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/docusaurus-workshop/.
3+
This is the Relational Migrator Lab used during Developer Days that covers using the Relational Migrator to import a PostgreSQL Database into MongoDB.
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+
You can access the online version on the Search Lab [here](https://mongodb-developer.github.io/relational-migrator-lab/)
66

7-
### Installation
7+
## Contributing
88

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-
```
9+
If you find any issues with the lab, please open an issue or submit a pull request.
1410

15-
As you don't want to get the changes of these sample pages, just delete the `.git` folder and then `git init`.
11+
## License
1612

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
13+
This project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details

0 commit comments

Comments
 (0)