Skip to content

Commit 1808ec5

Browse files
author
qwe7002
committed
chore(readme): update documentation structure and remove developer-specific directory
1 parent 5fddec7 commit 1808ec5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Official developer documentation repository for the Telegram SMS project, built
66

77
```
88
docs/
9-
├── develop/ # Developer documentation
10-
│ └── CarbonCopyProvider.md # Carbon Copy Provider implementation guide
9+
├── CarbonCopyProvider.md # Carbon Copy Provider implementation guide
1110
├── CRYPTO_DOC.md # Crypto module documentation
1211
├── DATA_STRUCTURE_VERSION_EN.md # Data structure version management
1312
├── DATA_STRUCTURE_VERSION_QUICK_EN.md # Data structure quick guide
1413
├── self_hosted_bot_api.md # Self-hosted Bot API guide
15-
└── index.md # Documentation homepage
14+
├── index.md # Documentation homepage
15+
└── public/ # Static assets (images, etc.)
1616
```
1717

1818
## 🌍 Language
@@ -68,7 +68,7 @@ The main configuration file is located at `.vitepress/config.mts`, containing:
6868

6969
### Adding New Documentation
7070

71-
1. Create a Markdown file in the `docs/` directory or `docs/develop/` for developer guides
71+
1. Create a Markdown file in the `docs/` directory
7272
2. Add navigation links in `.vitepress/config.mts` sidebar configuration
7373
3. Follow the established documentation structure and style
7474

0 commit comments

Comments
 (0)