From 2527b020474e60d2e04de5e11ee23cf99cfa2105 Mon Sep 17 00:00:00 2001 From: Gautam Suthar Date: Thu, 13 Nov 2025 21:23:58 +0530 Subject: [PATCH] docs: add missing community-content folder to project structure --- README.md | 29 +++++++++++++++-------------- community-content/README.md | 0 2 files changed, 15 insertions(+), 14 deletions(-) create mode 100644 community-content/README.md diff --git a/README.md b/README.md index 677edc0..3602d97 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/community-content/README.md b/community-content/README.md new file mode 100644 index 0000000..e69de29