Skip to content

Conversation

emmanuelmaia
Copy link
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 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
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.

```
and set up Docusaurus by:
```bash
docker compose up dev
Copy link
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 on lines +20 to +29
```text
docusaurus/
├── Dockerfile
├── docker-compose.yml
├── docs/
├── docusaurus.config.js
├── sidebars.js
├── static/
└── src/
```
Copy link
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
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