mirror of
https://github.com/foss42/apidash.git
synced 2025-12-08 22:20:44 +08:00
Merge branch 'main' of gsoc.github.com:AcousticDeveloper/apidash into resolve-issue-136
This commit is contained in:
1
.github/pull_request_template.md
vendored
1
.github/pull_request_template.md
vendored
@@ -16,4 +16,3 @@ _We encourage you to add relevant test cases._
|
||||
|
||||
- [ ] Yes
|
||||
- [ ] No, and this is why: _please replace this line with details on why tests have not been included_
|
||||
- [ ] I need help with writing tests
|
||||
|
||||
17
README.md
17
README.md
@@ -137,6 +137,7 @@ Here is the complete list of mimetypes that can be directly previewed in API Das
|
||||
| File Type | Mimetype | Extension | Comment |
|
||||
| --------- | -------------------------- | ----------------- | -------- |
|
||||
| PDF | `application/pdf` | `.pdf` | |
|
||||
| CSV | `text/csv` | `.csv` | Can be improved |
|
||||
| Image | `image/apng` | `.apng` | Animated |
|
||||
| Image | `image/avif` | `.avif` | |
|
||||
| Image | `image/bmp` | `.bmp` | |
|
||||
@@ -177,14 +178,14 @@ Here is the complete list of mimetypes that are syntax highlighted in API Dash:
|
||||
| ------------------ | --------- | ------------------------------------------------------------------------------------------------------------------ |
|
||||
| `application/json` | `.json` | Other mimetypes like `application/geo+json`, `application/vcard+json` that are based on `json` are also supported. |
|
||||
| `application/xml` | `.xml` | Other mimetypes like `application/xhtml+xml`, `application/vcard+xml` that are based on `xml` are also supported. |
|
||||
| `text/xml` | `.xml` | |
|
||||
| `application/yaml` | `.yaml` | Others - `application/x-yaml` or `application/x-yml` |
|
||||
| `text/yaml` | `.yaml` | Others - `text/yml` |
|
||||
| `application/sql` | `.sql` | |
|
||||
| `text/css` | `.css` | |
|
||||
| `text/html` | `.html` | Only syntax highlighting, no web preview. |
|
||||
| `text/javascript` | `.js` | |
|
||||
| `text/markdown` | `.md` | |
|
||||
| `text/xml` | `.xml` | |
|
||||
| `application/yaml` | `.yaml` | Others - `application/x-yaml` or `application/x-yml` |
|
||||
| `text/yaml` | `.yaml` | Others - `text/yml` |
|
||||
| `application/sql` | `.sql` | |
|
||||
| `text/css` | `.css` | |
|
||||
| `text/html` | `.html` | Only syntax highlighting, no web preview. |
|
||||
| `text/javascript` | `.js` | |
|
||||
| `text/markdown` | `.md` | |
|
||||
|
||||
## What's new in v0.3.0?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user