21 lines
644 B
Markdown
21 lines
644 B
Markdown
## Adding a Guide
|
|
|
|
1. Create an **appsmith-docs/how-to-guide/.md** file. Please Use valid markdown for all the content.
|
|
2. Follow the [asset-upload](https://github.com/appsmithorg/appsmith/blob/release/contributions/docs/UploadingAssets.md) guidelines to upload and use an asset in the docs.
|
|
|
|
## Guide Template
|
|
|
|
Start your guide using this template. Paste this template at the beginning of your document.
|
|
|
|
```
|
|
---
|
|
description: >-
|
|
<<Introduction to the topic>>
|
|
---
|
|
|
|
# Name of the topic
|
|
|
|
```
|
|
|
|
Refer to this [Guide](https://github.com/appsmithorg/appsmith-docs/blob/v1.3/how-to-guides/embed-appsmith-into-existing-application.md) as an example.
|