Complete documentation for ObservecO products
This repository contains all documentation for ObservecO products using Docusaurus.
# Install dependencies
npm install
# Start dev server
npm run start
# Open http://localhost:3000# Build static site
npm run build
# Serve built site
npm run servedocs/
├── docs/ # Documentation pages
│ ├── intro/ # Introduction
│ ├── pulse/ # Observe Pulse docs
│ ├── context/ # Observe Context docs
│ ├── dashboard/ # Observe Dashboard docs
│ └── api/ # API reference
├── blog/ # Blog posts
├── static/ # Static assets
└── src/ # Docusaurus source
- Fork the repository
- Create a documentation page in
docs/ - Add sidebar entries in
sidebars.js - Open a Pull Request
- Use clear, simple language
- Include code examples
- Add screenshots where helpful
- Keep pages focused on one topic
Use triple backticks with language specification:
```bash
npm install
```
Place images in static/img/:
MIT License
ObservecO - Documented for clarity.