@aigne/doc-smith 0.8.10-beta.3 โ 0.8.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.release-please-manifest.json +1 -1
- package/CHANGELOG.md +8 -0
- package/README.md +199 -141
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## [0.8.10](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta.3...v0.8.10) (2025-09-20)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Miscellaneous Chores
|
|
7
|
+
|
|
8
|
+
* release 0.8.10 ([35ac7c8](https://github.com/AIGNE-io/aigne-doc-smith/commit/35ac7c8fb56d6612595af1429ccad1b7804edeb8))
|
|
9
|
+
* release 0.8.10 ([59c98bb](https://github.com/AIGNE-io/aigne-doc-smith/commit/59c98bbc479cd415c6540ee138e4e711c8dc0490))
|
|
10
|
+
|
|
3
11
|
## [0.8.10-beta.3](https://github.com/AIGNE-io/aigne-doc-smith/compare/v0.8.10-beta.2...v0.8.10-beta.3) (2025-09-19)
|
|
4
12
|
|
|
5
13
|
|
package/README.md
CHANGED
|
@@ -1,11 +1,23 @@
|
|
|
1
|
-
[](https://github.com/AIGNE-io/aigne-doc-smith/stargazers)
|
|
2
|
+
[](https://www.npmjs.com/package/@aigne/doc-smith)
|
|
3
|
+
[](https://www.npmjs.com/package/@aigne/doc-smith)
|
|
2
4
|
[](https://github.com/AIGNE-io/aigne-doc-smith/issues)
|
|
5
|
+
[](https://github.com/AIGNE-io/aigne-doc-smith/blob/main/LICENSE)
|
|
3
6
|
[](https://codecov.io/gh/AIGNE-io/aigne-doc-smith)
|
|
4
|
-
[](https://www.npmjs.com/package/@aigne/doc-smith)
|
|
5
7
|
|
|
6
8
|
# AIGNE DocSmith
|
|
7
9
|
|
|
8
|
-
|
|
10
|
+
> ๐ **AI-powered documentation generation that understands your code**
|
|
11
|
+
|
|
12
|
+
AIGNE DocSmith is a powerful, AI-driven documentation generation tool built on the [AIGNE Framework](https://www.aigne.io/en/framework). It automatically analyzes your codebase and generates comprehensive, structured, and multi-language documentation that stays in sync with your code.
|
|
13
|
+
|
|
14
|
+
## ๐ฏ Why DocSmith?
|
|
15
|
+
|
|
16
|
+
- **๐ง Intelligent Analysis**: Understands your code structure, patterns, and intent
|
|
17
|
+
- **๐ Comprehensive Coverage**: Generates complete documentation from API references to user guides
|
|
18
|
+
- **๐ Global Ready**: Supports 12 languages with professional translation
|
|
19
|
+
- **๐ Always Current**: Automatically detects changes and updates documentation
|
|
20
|
+
- **โก Zero Config**: Works out of the box with smart defaults and auto-detection
|
|
9
21
|
|
|
10
22
|
## AIGNE Ecosystem
|
|
11
23
|
|
|
@@ -15,22 +27,34 @@ DocSmith is part of the [AIGNE](https://www.aigne.io) ecosystem, a comprehensive
|
|
|
15
27
|
|
|
16
28
|
As shown in the diagram, DocSmith integrates seamlessly with other [AIGNE](https://www.aigne.io) components, leveraging the platform's AI capabilities and infrastructure.
|
|
17
29
|
|
|
18
|
-
## Features
|
|
30
|
+
## โจ Features
|
|
31
|
+
|
|
32
|
+
### ๐ค AI-Powered Generation
|
|
33
|
+
- **Smart Structure Planning**: Automatically analyzes your codebase to create logical, comprehensive documentation structure
|
|
34
|
+
- **Intelligent Content Creation**: Generates detailed, contextual content that explains both "what" and "why"
|
|
35
|
+
- **Adaptive Writing Styles**: Supports multiple documentation styles (Technical, User-Friendly, Developer-Focused, etc.)
|
|
19
36
|
|
|
20
|
-
|
|
21
|
-
- **
|
|
22
|
-
- **
|
|
23
|
-
- **
|
|
24
|
-
- **Document Publishing:** Preview your documentation on the official platform at [docsmith.aigne.io](https://docsmith.aigne.io/app/), or publish to your own [Discuss Kit](https://www.arcblock.io/docs/web3-kit/en/discuss-kit) instance for full control.
|
|
25
|
-
- **Document Update Mechanism:** Automatically detects source code changes and updates documentation accordingly.
|
|
26
|
-
- **Individual Document Optimization:** Regenerate and optimize specific documents with targeted feedback.
|
|
37
|
+
### ๐ Multi-Language Excellence
|
|
38
|
+
- **12 Language Support**: English, Chinese (Simplified & Traditional), Japanese, Korean, Spanish, French, German, Portuguese, Russian, Italian, and Arabic
|
|
39
|
+
- **Professional Translation**: Context-aware translation that maintains technical accuracy
|
|
40
|
+
- **Glossary Integration**: Consistent terminology across all languages
|
|
27
41
|
|
|
28
|
-
|
|
42
|
+
### ๐ Seamless Integration
|
|
43
|
+
- **AIGNE Hub Integration**: Use [AIGNE Hub](https://www.aigne.io/en/hub) without API keys, switch between Google Gemini, OpenAI GPT, Claude, and more
|
|
44
|
+
- **Multiple LLM Support**: Bring your own API keys for OpenAI, Anthropic, Google, and other providers
|
|
45
|
+
- **Discuss Kit Publishing**: Deploy to [docsmith.aigne.io](https://docsmith.aigne.io/app/) or your own [Discuss Kit](https://www.arcblock.io/docs/web3-kit/en/discuss-kit) instance
|
|
46
|
+
|
|
47
|
+
### ๐ Smart Updates
|
|
48
|
+
- **Change Detection**: Automatically identifies code changes and updates relevant documentation
|
|
49
|
+
- **Targeted Regeneration**: Update specific sections with custom feedback and requirements
|
|
50
|
+
- **Version Awareness**: Maintains documentation history and tracks changes over time
|
|
51
|
+
|
|
52
|
+
## ๐ Quick Start
|
|
29
53
|
|
|
30
54
|
### Prerequisites
|
|
31
55
|
|
|
32
|
-
- Node.js and npm
|
|
33
|
-
- AIGNE
|
|
56
|
+
- Node.js 18+ and npm/pnpm
|
|
57
|
+
- No API keys required (uses AIGNE Hub by default)
|
|
34
58
|
|
|
35
59
|
### Node.js Installation
|
|
36
60
|
|
|
@@ -104,210 +128,244 @@ node --version
|
|
|
104
128
|
npm --version
|
|
105
129
|
```
|
|
106
130
|
|
|
107
|
-
### Installation
|
|
131
|
+
### ๐ฆ Installation
|
|
108
132
|
|
|
109
|
-
Install the
|
|
133
|
+
Install the AIGNE CLI globally:
|
|
110
134
|
|
|
111
135
|
```bash
|
|
112
|
-
npm
|
|
136
|
+
npm install -g @aigne/cli
|
|
113
137
|
```
|
|
114
138
|
|
|
115
139
|
Verify the installation:
|
|
116
140
|
|
|
117
141
|
```bash
|
|
118
|
-
aigne doc
|
|
142
|
+
aigne doc --help
|
|
119
143
|
```
|
|
120
144
|
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
### LLM Configuration
|
|
124
|
-
|
|
125
|
-
DocSmith supports multiple LLM providers through AIGNE Hub:
|
|
145
|
+
### ๐ Generate Your First Documentation
|
|
126
146
|
|
|
127
|
-
|
|
128
|
-
- **Custom API Keys:** Support for OpenAI, Anthropic, and other providers
|
|
129
|
-
|
|
130
|
-
To use AIGNE Hub, simply run commands without specifying API keys:
|
|
147
|
+
Navigate to your project directory and run:
|
|
131
148
|
|
|
132
149
|
```bash
|
|
133
|
-
#
|
|
134
|
-
aigne doc generate
|
|
135
|
-
aigne doc generate --model claude:claude-3-5-sonnet
|
|
136
|
-
aigne doc generate --model openai:gpt-4o
|
|
150
|
+
# One command to rule them all
|
|
151
|
+
aigne doc generate
|
|
137
152
|
```
|
|
138
153
|
|
|
139
|
-
|
|
154
|
+
DocSmith will:
|
|
155
|
+
1. ๐ Auto-detect your project structure and tech stack
|
|
156
|
+
2. ๐ฏ Guide you through an interactive setup (first time only)
|
|
157
|
+
3. ๐ Generate comprehensive documentation
|
|
158
|
+
4. ๐ Optionally translate to multiple languages
|
|
159
|
+
5. ๐ Publish to your preferred platform
|
|
140
160
|
|
|
141
|
-
|
|
161
|
+
## ๐ง Advanced Configuration
|
|
142
162
|
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
```bash
|
|
146
|
-
aigne doc generate
|
|
147
|
-
```
|
|
163
|
+
### LLM Providers
|
|
148
164
|
|
|
149
|
-
|
|
150
|
-
- Document generation rules and style selection
|
|
151
|
-
- Target audience definition
|
|
152
|
-
- Primary and translation language settings
|
|
153
|
-
- Source code path configuration
|
|
154
|
-
- Output directory setup
|
|
165
|
+
DocSmith supports multiple AI providers:
|
|
155
166
|
|
|
156
|
-
|
|
167
|
+
**๐ฏ AIGNE Hub (Recommended)**
|
|
168
|
+
- โ
No API keys required
|
|
169
|
+
- โ
Easy model switching
|
|
170
|
+
- โ
Built-in rate limiting and optimization
|
|
157
171
|
|
|
158
172
|
```bash
|
|
159
|
-
|
|
173
|
+
# Switch models effortlessly
|
|
174
|
+
aigne doc generate --model google:gemini-2.5-pro
|
|
175
|
+
aigne doc generate --model claude:claude-3-5-sonnet
|
|
176
|
+
aigne doc generate --model openai:gpt-4o
|
|
160
177
|
```
|
|
161
178
|
|
|
162
|
-
|
|
179
|
+
**๐ Custom API Keys**
|
|
180
|
+
Configure your own API keys for direct provider access:
|
|
181
|
+
- OpenAI GPT models
|
|
182
|
+
- Anthropic Claude models
|
|
183
|
+
- Google Gemini models
|
|
184
|
+
- And more...
|
|
163
185
|
|
|
164
|
-
|
|
186
|
+
## ๐ Usage Guide
|
|
165
187
|
|
|
166
|
-
|
|
188
|
+
### Core Commands
|
|
167
189
|
|
|
190
|
+
#### ๐ Generate Documentation
|
|
168
191
|
```bash
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
This will start the interactive configuration wizard directly.
|
|
192
|
+
# Smart generation with auto-configuration
|
|
193
|
+
aigne doc generate
|
|
173
194
|
|
|
174
|
-
|
|
195
|
+
# Force complete regeneration
|
|
196
|
+
aigne doc generate --forceRegenerate
|
|
175
197
|
|
|
176
|
-
|
|
198
|
+
# Generate with custom feedback
|
|
199
|
+
aigne doc generate --feedback "Add more API examples and troubleshooting sections"
|
|
200
|
+
```
|
|
177
201
|
|
|
202
|
+
#### ๐ Update Existing Documents
|
|
178
203
|
```bash
|
|
179
204
|
# Interactive document selection and update
|
|
180
205
|
aigne doc update
|
|
181
206
|
|
|
182
|
-
# Update
|
|
183
|
-
aigne doc update --docs overview.md --feedback "Add
|
|
207
|
+
# Update specific document with feedback
|
|
208
|
+
aigne doc update --docs overview.md --feedback "Add comprehensive FAQ section"
|
|
184
209
|
```
|
|
185
210
|
|
|
186
|
-
|
|
211
|
+
#### ๐ Multi-Language Translation
|
|
212
|
+
```bash
|
|
213
|
+
# Interactive translation with smart language selection
|
|
214
|
+
aigne doc translate
|
|
215
|
+
|
|
216
|
+
# Translate specific documents to multiple languages
|
|
217
|
+
aigne doc translate --langs zh --langs ja --docs examples.md --docs overview.md
|
|
218
|
+
|
|
219
|
+
# Translation with custom glossary for consistent terminology
|
|
220
|
+
aigne doc translate --glossary @path/to/glossary.md --feedback "Use technical terminology consistently"
|
|
221
|
+
```
|
|
187
222
|
|
|
188
|
-
####
|
|
223
|
+
#### ๐ Publishing & Deployment
|
|
224
|
+
```bash
|
|
225
|
+
# Interactive publishing with platform selection
|
|
226
|
+
aigne doc publish
|
|
189
227
|
|
|
190
|
-
|
|
228
|
+
# Publish to custom Discuss Kit instance
|
|
229
|
+
aigne doc publish --appUrl https://your-discuss-kit-instance.com
|
|
230
|
+
```
|
|
191
231
|
|
|
232
|
+
#### โ๏ธ Configuration Management
|
|
192
233
|
```bash
|
|
193
|
-
#
|
|
194
|
-
aigne doc
|
|
234
|
+
# Interactive configuration setup
|
|
235
|
+
aigne doc init
|
|
195
236
|
|
|
196
|
-
#
|
|
197
|
-
aigne doc
|
|
237
|
+
# View current configuration
|
|
238
|
+
aigne doc prefs
|
|
198
239
|
```
|
|
199
240
|
|
|
200
|
-
|
|
241
|
+
### Configuration Options
|
|
201
242
|
|
|
202
|
-
|
|
243
|
+
DocSmith automatically detects your project structure, but you can customize:
|
|
203
244
|
|
|
204
|
-
|
|
245
|
+
- **๐ Documentation Styles**: Technical, User-Friendly, Developer-Focused, Academic
|
|
246
|
+
- **๐ฏ Target Audiences**: Developers, End Users, System Administrators, Business Users
|
|
247
|
+
- **๐ Languages**: Choose from 12 supported languages
|
|
248
|
+
- **๐ Source Paths**: Customize which files and directories to analyze
|
|
249
|
+
- **๐ค Output Settings**: Configure documentation structure and formatting
|
|
205
250
|
|
|
206
|
-
```bash
|
|
207
|
-
# Translate specific documents to multiple languages
|
|
208
|
-
aigne doc translate --langs zh --langs ja --docs examples.md --docs overview.md
|
|
209
251
|
|
|
210
|
-
# Interactive translation with document and language selection
|
|
211
|
-
aigne doc translate
|
|
212
|
-
```
|
|
213
252
|
|
|
214
|
-
|
|
215
|
-
- `--langs`: Specify target languages (can be used multiple times)
|
|
216
|
-
- `--docs`: Specify document paths to translate (can be used multiple times)
|
|
217
|
-
- `--feedback`: Provide feedback for translation improvement
|
|
218
|
-
- `--glossary`: Use a glossary file for consistent terminology (@path/to/glossary.md)
|
|
253
|
+
## ๐ Supported Languages
|
|
219
254
|
|
|
220
|
-
|
|
221
|
-
- Select documents to translate from your documentation
|
|
222
|
-
- Choose target languages from 12 supported languages
|
|
223
|
-
- Add new translation languages to your configuration
|
|
255
|
+
DocSmith provides professional translation for 12 languages:
|
|
224
256
|
|
|
225
|
-
|
|
257
|
+
| Language | Code | Support Level |
|
|
258
|
+
|----------|------|---------------|
|
|
259
|
+
| English | `en` | โ
Native |
|
|
260
|
+
| ็ฎไฝไธญๆ | `zh-CN` | โ
Full |
|
|
261
|
+
| ็น้ซไธญๆ | `zh-TW` | โ
Full |
|
|
262
|
+
| ๆฅๆฌ่ช | `ja` | โ
Full |
|
|
263
|
+
| ํ๊ตญ์ด | `ko` | โ
Full |
|
|
264
|
+
| Espaรฑol | `es` | โ
Full |
|
|
265
|
+
| Franรงais | `fr` | โ
Full |
|
|
266
|
+
| Deutsch | `de` | โ
Full |
|
|
267
|
+
| Portuguรชs | `pt-BR` | โ
Full |
|
|
268
|
+
| ะ ัััะบะธะน | `ru` | โ
Full |
|
|
269
|
+
| Italiano | `it` | โ
Full |
|
|
270
|
+
| ุงูุนุฑุจูุฉ | `ar` | โ
Full |
|
|
226
271
|
|
|
227
|
-
Publish your documentation to Discuss Kit platforms:
|
|
228
272
|
|
|
229
|
-
|
|
230
|
-
# Interactive publishing with platform selection
|
|
231
|
-
aigne doc publish
|
|
232
|
-
```
|
|
273
|
+
## ๐ค Contributing
|
|
233
274
|
|
|
234
|
-
|
|
235
|
-
- **Official Platform:** [docsmith.aigne.io](https://docsmith.aigne.io/app/)
|
|
236
|
-
- **Own Instance:** Your own deployed [Discuss Kit](https://store.blocklet.dev/blocklets/z8ia1WEiBZ7hxURf6LwH21Wpg99vophFwSJdu) instance
|
|
275
|
+
We welcome contributions from the community! Here's how you can help:
|
|
237
276
|
|
|
277
|
+
### ๐ Reporting Issues
|
|
278
|
+
- ๐ [Search existing issues](https://github.com/AIGNE-io/aigne-doc-smith/issues) first
|
|
279
|
+
- ๐ Use our issue templates for bug reports and feature requests
|
|
280
|
+
- ๐จ Include clear reproduction steps and environment details
|
|
238
281
|
|
|
282
|
+
### ๐ก Feature Requests
|
|
283
|
+
- ๐ Share your ideas in [GitHub Discussions](https://github.com/AIGNE-io/aigne-doc-smith/discussions)
|
|
284
|
+
- ๐ Check our [roadmap](https://github.com/AIGNE-io/aigne-doc-smith/projects) for planned features
|
|
285
|
+
- ๐ณ๏ธ Vote on existing feature requests
|
|
239
286
|
|
|
240
|
-
|
|
287
|
+
### ๐ง Development Setup
|
|
288
|
+
```bash
|
|
289
|
+
# Clone the repository
|
|
290
|
+
git clone https://github.com/AIGNE-io/aigne-doc-smith.git
|
|
291
|
+
cd aigne-doc-smith
|
|
241
292
|
|
|
242
|
-
|
|
293
|
+
# Install dependencies
|
|
294
|
+
pnpm install
|
|
243
295
|
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
- ็น้ซไธญๆ (zh-TW)
|
|
247
|
-
- ๆฅๆฌ่ช (ja)
|
|
248
|
-
- ํ๊ตญ์ด (ko)
|
|
249
|
-
- Espaรฑol (es)
|
|
250
|
-
- Franรงais (fr)
|
|
251
|
-
- Deutsch (de)
|
|
252
|
-
- Portuguรชs (pt-BR)
|
|
253
|
-
- ะ ัััะบะธะน (ru)
|
|
254
|
-
- Italiano (it)
|
|
255
|
-
- ุงูุนุฑุจูุฉ (ar)
|
|
296
|
+
# Run tests
|
|
297
|
+
pnpm test
|
|
256
298
|
|
|
299
|
+
# Run linting
|
|
300
|
+
pnpm run lint
|
|
301
|
+
```
|
|
257
302
|
|
|
258
|
-
|
|
303
|
+
### ๐ Code of Conduct
|
|
304
|
+
Please read our [Code of Conduct](https://github.com/AIGNE-io/aigne-doc-smith/blob/main/CODE_OF_CONDUCT.md) before contributing.
|
|
259
305
|
|
|
260
|
-
|
|
306
|
+
## ๐ผ Enterprise & Production Use
|
|
261
307
|
|
|
262
|
-
|
|
308
|
+
### ๐ข Enterprise Features
|
|
309
|
+
- **Team Collaboration**: Multi-user workflows with role-based access
|
|
310
|
+
- **Custom Branding**: White-label documentation with your brand identity
|
|
311
|
+
- **API Integration**: REST APIs for automated documentation pipelines
|
|
312
|
+
- **Analytics**: Track documentation usage and effectiveness
|
|
263
313
|
|
|
264
|
-
###
|
|
314
|
+
### ๐ Security & Compliance
|
|
315
|
+
- **Private Cloud**: Deploy on your own infrastructure
|
|
316
|
+
- **SSO Integration**: Connect with your identity providers
|
|
317
|
+
- **Audit Logs**: Complete activity tracking and compliance reporting
|
|
318
|
+
- **Data Privacy**: Your code never leaves your environment in private deployments
|
|
265
319
|
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
320
|
+
### ๐ Support & Services
|
|
321
|
+
- **Priority Support**: Direct access to our engineering team
|
|
322
|
+
- **Custom Training**: Team onboarding and best practices workshops
|
|
323
|
+
- **Professional Services**: Custom integrations and deployment assistance
|
|
269
324
|
|
|
270
|
-
|
|
271
|
-
aigne doc generate
|
|
325
|
+
[Contact us](https://www.aigne.io/contact) for enterprise licensing and deployment options.
|
|
272
326
|
|
|
273
|
-
|
|
274
|
-
aigne doc generate --model google:gemini-2.5-flash
|
|
327
|
+
## ๐ Community & Resources
|
|
275
328
|
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
329
|
+
### ๐ Documentation & Tutorials
|
|
330
|
+
- ๐ [Official Documentation](https://docsmith.aigne.io/docs/)
|
|
331
|
+
- ๐ฅ [Video Tutorials](https://www.youtube.com/@aigne-io)
|
|
332
|
+
- ๐ [Best Practices Guide](https://docsmith.aigne.io/guides/best-practices)
|
|
333
|
+
- ๐ง [API Reference](https://docsmith.aigne.io/api/)
|
|
279
334
|
|
|
280
|
-
###
|
|
335
|
+
### ๐ฌ Community Support
|
|
336
|
+
- ๐ญ [GitHub Discussions](https://github.com/AIGNE-io/aigne-doc-smith/discussions) - Q&A and feature discussions
|
|
337
|
+
- ๐ฆ [Twitter](https://twitter.com/aigne_io) - Updates and announcements
|
|
338
|
+
- ๐ฎ [Discord Server](https://discord.gg/aigne) - Real-time community chat
|
|
339
|
+
- ๐ง [Newsletter](https://www.aigne.io/newsletter) - Monthly updates and tips
|
|
281
340
|
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
341
|
+
### ๐ Showcase
|
|
342
|
+
See DocSmith in action with real-world examples:
|
|
343
|
+
- [AIGNE Framework Docs](https://docs.aigne.io) - Generated with DocSmith
|
|
344
|
+
- [Community Projects](https://github.com/topics/aigne-docsmith) - Browse repositories using DocSmith
|
|
285
345
|
|
|
286
|
-
|
|
287
|
-
aigne doc update --doc-path /faq --feedback "Add more comprehensive FAQ entries"
|
|
346
|
+
## ๐ License
|
|
288
347
|
|
|
289
|
-
|
|
290
|
-
aigne doc translate --langs zh --langs ja --docs examples.md --docs overview.md
|
|
348
|
+
This project is licensed under the **Elastic License 2.0** - see the [LICENSE](LICENSE) file for details.
|
|
291
349
|
|
|
292
|
-
|
|
293
|
-
|
|
350
|
+
### What does this mean?
|
|
351
|
+
- โ
**Free for most use cases**: Personal projects, internal use, and most commercial applications
|
|
352
|
+
- โ
**Open source**: Full source code available for review and contributions
|
|
353
|
+
- โ
**Commercial friendly**: Use in your business applications and services
|
|
354
|
+
- โ **Restrictions**: Cannot offer DocSmith as a competing hosted service
|
|
294
355
|
|
|
295
|
-
|
|
296
|
-
aigne doc translate --glossary @glossary.md --feedback "Use technical terminology consistently"
|
|
297
|
-
```
|
|
356
|
+
[Learn more about Elastic License 2.0](https://www.elastic.co/licensing/elastic-license)
|
|
298
357
|
|
|
299
|
-
|
|
358
|
+
---
|
|
300
359
|
|
|
301
|
-
|
|
302
|
-
# Interactive publishing with platform selection
|
|
303
|
-
aigne doc publish
|
|
360
|
+
<div align="center">
|
|
304
361
|
|
|
305
|
-
|
|
306
|
-
aigne doc publish --appUrl https://your-discuss-kit-instance.com
|
|
362
|
+
**๐ Start generating amazing documentation today!**
|
|
307
363
|
|
|
364
|
+
[](https://docsmith.aigne.io/get-started)
|
|
365
|
+
[](https://discord.gg/aigne)
|
|
366
|
+
[](https://github.com/AIGNE-io/aigne-doc-smith)
|
|
308
367
|
|
|
309
|
-
|
|
368
|
+
Made with โค๏ธ by the [AIGNE Team](https://www.aigne.io/team)
|
|
310
369
|
|
|
311
|
-
|
|
370
|
+
</div>
|
|
312
371
|
|
|
313
|
-
This project is licensed under the Elastic License 2.0 License - see the [LICENSE](LICENSE) file for details.
|