getstream.io
Create a Markdown file, greeting.md
, and place it under the docs
directory.
website # root directory of your site
├── docs
│ └── greeting.md
├── src
│ └── pages
├── docusaurus.config.js
├── ...
---
description: Create a doc page with rich content.
---