Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 15 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,20 +61,21 @@ The documentation will be available at `http://localhost:3000`

```
requestly-docs/
├── changelogs/ # Release notes and changelogs
├── general/ # General documentation
│ ├── getting-started/ # Getting started guides
│ ├── api-client/ # API Client documentation
│ ├── http-rules/ # HTTP Rules guides
│ ├── mock-server/ # Mock Server documentation
│ ├── sessions/ # Session recording docs
│ └── team/ # Team & collaboration features
├── guides/ # How-to guides and tutorials
├── public-apis/ # Public API documentation
├── troubleshoot/ # Troubleshooting guides
├── images/ # Image assets
├── docs.json # Mintlify configuration
└── LICENSE # License file
├── changelogs/ # Release notes and changelogs
├── community-content/ # Community-driven guides and examples
├── general/ # General documentation
│ ├── getting-started/ # Getting started guides
│ ├── api-client/ # API Client documentation
│ ├── http-rules/ # HTTP Rules guides
│ ├── mock-server/ # Mock Server documentation
│ ├── sessions/ # Session recording docs
│ └── team/ # Team & collaboration features
├── guides/ # How-to guides and tutorials
├── images/ # Image assets
├── public-apis/ # Public API documentation
├── troubleshoot/ # Troubleshooting guides
├── docs.json # Mintlify configuration
└── LICENSE # License file
```

## 📝 Contributing
Expand Down
Empty file added community-content/README.md
Empty file.