- Go to the document you want to edit on deepstreamio.github.io (click on the edit link on each page)
- Edit the file
- Commit
This website is built using Docusaurus 2, a modern static website generator.
- git clone
- npm i
- npm start
- Edit as you see fit
- Commit
- Raise PR
A quick look at the top-level files and directories you should care about:
.
├── docs
├── blog
├── static
└──src
-
/docs
: This directory contains all the content markdown content on the website and is organized into the different routes on the application. Adding a document in most cases will automatically add it to the index pages and the navigation menus. -
/blog
: This directory contains blog posts. -
/static
: This directory contains all the images and static assets. -
/src
: This directory contains all the react components and styles to render the page. If you feel a component can be displayed better this is the place to be!