Skip to content

feat: added instructions on how to setup Docusaurus to README.md#43

Closed
emmanuelmaia wants to merge 1 commit into
magma:mainfrom
emmanuelmaia:emmanuelmaia-README-patch-1
Closed

feat: added instructions on how to setup Docusaurus to README.md#43
emmanuelmaia wants to merge 1 commit into
magma:mainfrom
emmanuelmaia:emmanuelmaia-README-patch-1

Conversation

@emmanuelmaia
Copy link
Copy Markdown
Contributor

Updated README.md with:
information on what is docusaurus
repository structure
steps on how to setup docusaurus for windows and other OS mentioned the hot reload feature for development
added links to slack

Summary

Test Plan

Additional Information

  • This change is backwards-breaking

Security Considerations

Updated README.md with:
information on what is docusaurus
repository structure
steps on how to setup docusaurus for windows and other OS
mentioned the hot reload feature for development
added links to slack
Comment thread README.md
Comment on lines +47 to +50
You can now start Docker by opening it if you chose to install Docker Desktop or, for Docker Engine, with:
```bash
sudo systemctl start docker
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Docker already starts by default. Even if not, we assume it does. You can remove this.

Comment thread README.md
```
and set up Docusaurus by:
```bash
docker compose up dev
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docker compose up -d dev - recommend using the -d to run as daemon.
Mention docker compose down or docker stop container to stop the execution of docusaurus.

Comment thread README.md
Comment on lines +20 to +29
```text
docusaurus/
├── Dockerfile
├── docker-compose.yml
├── docs/
├── docusaurus.config.js
├── sidebars.js
├── static/
└── src/
```
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add the readmes directory - there is where new documentation is made

@lucaaamaral
Copy link
Copy Markdown
Collaborator

Superseded by #43

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants